Class: ComputedIdentifier

An identifier that has been derived from information on the identified entity.

URI: dlidentifiers:ComputedIdentifier

erDiagram ComputedIdentifier { uriorcurie creator string notation NodeUriOrCurie type }

Inheritance

Slots

Name Cardinality and Range Description Inheritance
creator 0..1
Uriorcurie
An agent responsible for making an entity Identifier
notation 1
String
String of characters such as "T58:5" or "30:4833" used to uniquely identify a... Identifier
type 0..1
NodeUriOrCurie
State that the subject is an instance of a particular RDF class Identifier

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dlidentifiers:ComputedIdentifier
native dlprov:ComputedIdentifier
narrow spdx:Checksum

LinkML Source

Direct

name: ComputedIdentifier
description: An identifier that has been derived from information on the identified
  entity.
from_schema: https://concepts.datalad.org/s/prov/unreleased
narrow_mappings:
- spdx:Checksum
is_a: Identifier
class_uri: dlidentifiers:ComputedIdentifier

Induced

name: ComputedIdentifier
description: An identifier that has been derived from information on the identified
  entity.
from_schema: https://concepts.datalad.org/s/prov/unreleased
narrow_mappings:
- spdx:Checksum
is_a: Identifier
attributes:
  creator:
    name: creator
    description: An agent responsible for making an entity.
    from_schema: https://concepts.datalad.org/s/prov/unreleased
    exact_mappings:
    - dcterms:creator
    rank: 1000
    slot_uri: dlidentifiers:creator
    alias: creator
    owner: ComputedIdentifier
    domain_of:
    - Identifier
    range: uriorcurie
  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/prov/unreleased
    exact_mappings:
    - skos:notation
    rank: 1000
    slot_uri: dlidentifiers:notation
    alias: notation
    owner: ComputedIdentifier
    domain_of:
    - Identifier
    range: string
    required: true
  type:
    name: type
    description: State that the subject is an instance of a particular RDF class.
      Typically, no explicit value needs to be assigned to this slot, because it matches
      the class type of a particular record. However, this slots can be used as a
      type designator of a schema element for validation and schema structure handling
      purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/prov/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: ComputedIdentifier
    domain_of:
    - ThingMixin
    - Identifier
    range: NodeUriOrCurie
class_uri: dlidentifiers:ComputedIdentifier