http://ns.nature.com/terms/hasContributor
The :hasContributor property relates a publication to a string containing the name of one of the authors of that publication.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Document | npg:hasContributor | npg:Contributor |
@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:hasContributor a owl:ObjectProperty ;
rdfs:domain npg:Document ;
rdfs:isDefinedBy npg: ;
rdfs:range npg:Contributor ;
skos:definition "The :hasContributor property relates a publication to a string containing the name of one of the authors of that publication."@en ;
skos:note "Normally, the contributor name is a non-disambiguated person name, meaning that several contributor instances may refer to the same person."@en ;
skos:prefLabel "Has Contributor"@en .