Class: PersistentIdentifier
Contains the persistend identifier and its type for an entity.
URI: C2D_Ontology:PersistentIdentifier
classDiagram
class PersistentIdentifier
click PersistentIdentifier href "../PersistentIdentifier"
PersistentIdentifier : type
PersistentIdentifier --> "1" EnumPID : type
click EnumPID href "../EnumPID"
PersistentIdentifier : value
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
value | 1 String |
Universal slot for usage in info classes | direct |
type | 1 EnumPID |
direct |
Usages
Aliases
- PID
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/example/C2D_Ontology
Mappings
Mapping Type | Mapped Value |
---|---|
self | C2D_Ontology:PersistentIdentifier |
native | C2D_Ontology:PersistentIdentifier |
LinkML Source
Direct
name: PersistentIdentifier
description: Contains the persistend identifier and its type for an entity.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- PID
slots:
- value
attributes:
type:
name: type
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- PersistentIdentifier
range: enumPID
required: true
Induced
name: PersistentIdentifier
description: Contains the persistend identifier and its type for an entity.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- PID
attributes:
type:
name: type
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: type
owner: PersistentIdentifier
domain_of:
- PersistentIdentifier
range: enumPID
required: true
value:
name: value
description: Universal slot for usage in info classes. Required.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Wert
rank: 1000
multivalued: false
alias: value
owner: PersistentIdentifier
domain_of:
- ContactInfo
- License
- PersistentIdentifier
range: string
required: true