Class: Identifier

Identifier.

URI: dlthing:Identifier

erDiagram Identifier { string notation } Thing { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Property { uriorcurie meta_type string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value } Identifier ||--|o Thing : "schema_agency" Thing ||--}o Identifier : "identifier" Thing ||--}o Property : "has_property"

Slots

Name Cardinality and Range Description Inheritance
notation 0..1
String
String of characters such as "T58:5" or "30:4833" used to uniquely identify a... direct
schema_agency 0..1
Thing
Name of the agency that issued an identifier direct

Usages

used by used in type used
Person identifier range Identifier
Organization identifier range Identifier
Distribution identifier range Identifier
Resource identifier range Identifier
LicenseDocument identifier range Identifier
DataService identifier range Identifier
Thing identifier range Identifier
Activity identifier range Identifier
Agent identifier range Identifier
Entity identifier range Identifier

See Also

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/distribution/unreleased

Mappings

Mapping Type Mapped Value
self dlthing:Identifier
native dldist:Identifier
exact ADMS:Identifier

LinkML Source

Direct

name: Identifier
description: Identifier.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
see_also:
- https://semiceu.github.io/ADMS/releases/2.00/#Identifier
exact_mappings:
- ADMS:Identifier
slots:
- notation
- schema_agency
class_uri: dlthing:Identifier

Induced

name: Identifier
description: Identifier.
from_schema: https://concepts.datalad.org/s/distribution/unreleased
see_also:
- https://semiceu.github.io/ADMS/releases/2.00/#Identifier
exact_mappings:
- ADMS:Identifier
attributes:
  notation:
    name: notation
    description: String of characters such as "T58:5" or "30:4833" used to uniquely
      identify a concept within the scope of a given concept scheme.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - skos:notation
    rank: 1000
    slot_uri: dlthing:notation
    alias: notation
    owner: Identifier
    domain_of:
    - Identifier
    range: string
  schema_agency:
    name: schema_agency
    description: Name of the agency that issued an identifier.
    notes:
    - The `range` could be tighter (i.e., `Agent`), but we do not have this concept
      in here (see `prov` schema).
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - ADMS:schemaAgency
    rank: 1000
    slot_uri: dlthing:schema_agency
    alias: schema_agency
    owner: Identifier
    domain_of:
    - Identifier
    range: Thing
class_uri: dlthing:Identifier