Class: NameTypeAuthority
Authority responsible for creation and management of names of a given type; typically an organization or an enterprise system.
classDiagram
class NameTypeAuthority
click NameTypeAuthority href "../NameTypeAuthority"
NameTypeAuthority : description
NameTypeAuthority : name_types
NameTypeAuthority --> "*" NameType : name_types
click NameType href "../NameType"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
description | 0..1 String |
Description of the name type authority | direct |
name_types | * NameType |
All name types managed by this authority | direct |
Usages
used by | used in | type | used |
---|---|---|---|
NameType | name_type_authority | range | NameTypeAuthority |
Identifier and Mapping Information
Schema Source
- from schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | cim:NameTypeAuthority |
native | cim:NameTypeAuthority |
LinkML Source
Direct
name: NameTypeAuthority
description: Authority responsible for creation and management of names of a given
type; typically an organization or an enterprise system.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
attributes:
description:
name: description
description: Description of the name type authority.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
slot_uri: cim:NameTypeAuthority.description
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
range: string
required: false
multivalued: false
name_types:
name: name_types
description: All name types managed by this authority.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:NameTypeAuthority.NameTypes
domain_of:
- NameTypeAuthority
range: NameType
required: false
multivalued: true
class_uri: cim:NameTypeAuthority
Induced
name: NameTypeAuthority
description: Authority responsible for creation and management of names of a given
type; typically an organization or an enterprise system.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
attributes:
description:
name: description
description: Description of the name type authority.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
slot_uri: cim:NameTypeAuthority.description
alias: description
owner: NameTypeAuthority
domain_of:
- IdentifiedObject
- NameType
- NameTypeAuthority
range: string
required: false
multivalued: false
name_types:
name: name_types
description: All name types managed by this authority.
from_schema: http://data.netbeheernederland.nl/dp-meetdata/version/1.0.0
rank: 1000
slot_uri: cim:NameTypeAuthority.NameTypes
alias: name_types
owner: NameTypeAuthority
domain_of:
- NameTypeAuthority
range: NameType
required: false
multivalued: true
class_uri: cim:NameTypeAuthority