npg:orcid leaf node


URI

http://ns.nature.com/terms/orcid

Label

ORCID

Description

The :orcid property relates a publication to an ORCID record.

Usage

DOMAINPROPERTYRANGE
npg:Publication npg:orcid owl:Thing (inferred)

Implementation

@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 .