Skip to content

Class: Identifier

An identifier in a particular context.

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

## Class Properties | Property | Value | | --- | --- | | Class URI | [adms:Identifier](http://www.w3.org/ns/adms#Identifier) | ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [notation](notation.md) | 0..1
[String](String.md) | A string used to identify a concept within a scheme | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Dataset](Dataset.md) | [otherIdentifier](otherIdentifier.md) | range | [Identifier](Identifier.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/semic/dcat-ap/3.0.1 ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | adms:Identifier | | native | dcat_ap:Identifier | ## LinkML Source ### Direct
name: Identifier
description: An identifier in a particular context.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slots:
- notation
slot_usage:
  notation:
    name: notation
    multivalued: false
class_uri: adms:Identifier
### Induced
name: Identifier
description: An identifier in a particular context.
from_schema: https://w3id.org/semic/dcat-ap/3.0.1
slot_usage:
  notation:
    name: notation
    multivalued: false
attributes:
  notation:
    name: notation
    description: A string used to identify a concept within a scheme.
    from_schema: https://w3id.org/semic/dcat-ap/3.0.1
    rank: 1000
    slot_uri: skos:notation
    owner: Identifier
    domain_of:
    - Identifier
    range: string
    multivalued: false
class_uri: adms:Identifier