http://ns.nature.com/terms/orcid
The :orcid property relates a publication to an ORCID record.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Publication | npg:orcid | owl:Thing (inferred) |
@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
npg:orcid a owl:ObjectProperty ;
rdfs:domain npg:Publication ;
rdfs:isDefinedBy npg: ;
skos:definition "The :orcid property relates a publication to an ORCID record."@en ;
skos:note "As we currently have no persons as such registered in our data model, we use the :orcid property with the :Contributor publication component that proxies for a person."@en ;
skos:prefLabel "ORCID"@en .