adms:identifier leaf node


URI

http://www.w3.org/ns/adms#identifier

Label

Dataset - alternate identifier

Description

This property refers to a secondary identifier of the Dataset, such as MAST/ADS[1], DataCite[2], DOI[3], EZID[4] or W3ID[5].

Usage

DOMAINPROPERTYRANGE
dcat:Dataset adms:identifier owl:Thing (inferred)

Implementation

@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .

adms:identifier a owl:ObjectProperty ;
    rdfs:label "Dataset - alternate identifier"@en ;
    dcterms:identifier "adms:identifier" ;
    vann:usageNote "Optional property. This property refers to a secondary identifier of the Dataset, such as MAST/ADS[1], DataCite[2], DOI[3], EZID[4] or W3ID[5]."@en ;
    rdfs:comment "This property refers to a secondary identifier of the Dataset, such as MAST/ADS[1], DataCite[2], DOI[3], EZID[4] or W3ID[5]."@en ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <https://www.w3.org/TR/vocab-adms/#adms-identifier> .