Skip to content

Class: Party

An actor that undertake a role.

This is can be a natural person, an organisation, a legal entity, a governement, an instance of an ICT service, etc

URI: cap:Party

 classDiagram
    class Party
    click Party href "../Party"
      Party <|-- AccreditationBody
        click AccreditationBody href "../AccreditationBody"
      Party <|-- ConformityAssessmentBody
        click ConformityAssessmentBody href "../ConformityAssessmentBody"
      Party <|-- SchemeOwner
        click SchemeOwner href "../SchemeOwner"

      Party : id




    Party --> "1" String : id
    click String href "../String"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
xsd:string or 
xsd:anyURI
a name, series of numbers, etc direct

Usages

used by used in type used
Statement issuer range Party

Identifier and Mapping Information

Schema Source

  • from schema: ConformityAssessment

Mappings

Mapping Type Mapped Value
self cap:Party
native cap:Party

LinkML Source

Direct

name: Party
description: 'An actor that undertake a role.

  This is can be a natural person, an organisation, a legal entity, a governement,
  an instance of an ICT service, etc'
from_schema: ConformityAssessment
rank: 1000
slots:
- id

Induced

name: Party
description: 'An actor that undertake a role.

  This is can be a natural person, an organisation, a legal entity, a governement,
  an instance of an ICT service, etc'
from_schema: ConformityAssessment
rank: 1000
attributes:
  id:
    name: id
    description: 'a name, series of numbers, etc. that is used in a system to represent
      someone or something.

      Examples: [W3C DID](https://www.w3.org/TR/did-core/), [IETF UUID7](https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#name-uuid-version-7)'
    from_schema: ConformityAssessment
    exact_mappings:
    - schema:identifier
    rank: 1000
    identifier: true
    alias: id
    owner: Party
    domain_of:
    - ConformityAssessmentScheme
    - Party
    - Statement
    range: string
    required: true
    any_of:
    - range: uri