http://ns.nature.com/terms/contributorList
The :contributorList property specifies an ordered list of contributors.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Publication | npg:contributorList | rdf:List |
@prefix npg: <http://ns.nature.com/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
npg:contributorList a owl:ObjectProperty ;
rdfs:domain npg:Publication ;
rdfs:isDefinedBy npg: ;
rdfs:range rdf:List ;
skos:definition "The :contributorList property specifies an ordered list of contributors."@en ;
skos:prefLabel "Contributor List"@en .