Skip to content

Class: Identifier

A character string used to uniquely identify one instance of an object within an identification scheme.

URI: [adms:Identifier](http://www.w3.org/ns/adms#Identifier)
 classDiagram
    class Identifier
    click Identifier href "../Identifier/"
      Identifier : dateOfIssue

      Identifier : identifies





        Identifier --> "*" Person : identifies
        click Person href "../Person/"



      Identifier : issuingAuthorityUri





        Identifier --> "*" Agent : issuingAuthorityUri
        click Agent href "../Agent/"



      Identifier : schemeName

      Identifier : schemeUri

## Class Properties | Property | Value | | --- | --- | | Class URI | [adms:Identifier](http://www.w3.org/ns/adms#Identifier) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [schemeUri](schemeUri.md) | *
[Uri](Uri.md) | URI of the scheme used to construct the identifier | direct | | [schemeName](schemeName.md) | *
[LangString](LangString.md) | Name of the scheme used to construct the identifier | direct | | [dateOfIssue](dateOfIssue.md) | *
[Date](Date.md) | The date on which the Identifier was assigned | direct | | [identifies](identifies.md) | *
[Person](Person.md) | The entity that is referenced by the Identifier | direct | | [issuingAuthorityUri](issuingAuthorityUri.md) | *
[Agent](Agent.md) | The reference in the form of a Uniform Resource Identifier to the issuing aut... | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Person](Person.md) | [identifier](identifier.md) | range | [Identifier](Identifier.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | adms:Identifier | | native | cpv:Identifier | ## LinkML Source ### Direct
name: Identifier
description: A character string used to uniquely identify one instance of an object
  within an identification scheme.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
slots:
- schemeUri
- schemeName
- dateOfIssue
- identifies
- issuingAuthorityUri
class_uri: adms:Identifier
### Induced
name: Identifier
description: A character string used to uniquely identify one instance of an object
  within an identification scheme.
from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
attributes:
  schemeUri:
    name: schemeUri
    description: URI of the scheme used to construct the identifier.
    title: scheme URI
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:conformsTo
    owner: Identifier
    domain_of:
    - Identifier
    range: uri
    multivalued: true
  schemeName:
    name: schemeName
    description: Name of the scheme used to construct the identifier.
    title: scheme name
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: rdfs:label
    owner: Identifier
    domain_of:
    - Identifier
    range: LangString
    multivalued: true
  dateOfIssue:
    name: dateOfIssue
    description: The date on which the Identifier was assigned.
    title: date of issue
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:issued
    owner: Identifier
    domain_of:
    - Identifier
    range: date
    multivalued: true
  identifies:
    name: identifies
    description: The entity that is referenced by the Identifier.
    title: identifies
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: m8g:identifies
    owner: Identifier
    domain_of:
    - Identifier
    range: Person
    multivalued: true
  issuingAuthorityUri:
    name: issuingAuthorityUri
    description: The reference in the form of a Uniform Resource Identifier to the
      issuing authority.
    title: issuing authority URI
    from_schema: https://semiceu.github.io/Core-Person-Vocabulary/releases/2.1.1
    rank: 1000
    slot_uri: dcterms:creator
    owner: Identifier
    domain_of:
    - Identifier
    range: Agent
    multivalued: true
class_uri: adms:Identifier