Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions vocab/src/vocabulary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ class:
"issuer": "did:key:$publicKeyOfIssuer$"
}

- id: ContactPerson
label: Contact Person
upper_value: cred:CredentialSubject
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/contactperson

- id: ContactPoint
label: Contact Point
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/contactpoint
Expand Down Expand Up @@ -363,6 +368,11 @@ class:
"issuer": "did:key:$publicKeyOfIssuer$"
}

- id: Organisation
label: Organisation
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/organisation


- id: Partnership
label: European Company Certificate Data for partnerships
upper_value:
Expand Down Expand Up @@ -958,6 +968,13 @@ property:
range: xsd:string
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/name

- id: organisation
label: organisation
domain: ContactPerson
range: Organisation
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/organisation


- id: owner
label: owner
domain: BankAccount
Expand Down Expand Up @@ -998,6 +1015,12 @@ property:
range: xsd:date
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/dueDate

- id: person
label: Person
domain: ContactPerson
range: person
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/person

- id: personalAdministrativeNumber
label: personalAdministrativeNumber
domain: Person
Expand Down Expand Up @@ -1083,6 +1106,7 @@ property:
domain:
- LegalRepresentative
- StatutoryPartner
- Person
range: xsd:string
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/role

Expand All @@ -1107,6 +1131,12 @@ property:
range: xsd:date
defined_by: https://w3id.org/ebwv/terminology#/concept/startDate

- id: subdivision
label: Subdivision of Organisation
domain: Organisation
range: Organisation
defined_by: https://sanastot.suomi.fi/en/terminology/webuild/concept/subdivision

- id: subscribedCapital
label: subscribed capital
domain:
Expand Down