http://ns.nature.com/terms/hasBroaderSubject
The :hasBroaderSubject property relates a publication to a broader subject term than it is actually classified with.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Publication | npg:hasBroaderSubject | npg:Subject |
@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:hasBroaderSubject a owl:ObjectProperty ;
rdfs:domain npg:Publication ;
rdfs:isDefinedBy npg: ;
rdfs:range npg:Subject ;
rdfs:subPropertyOf npg:hasSubject ;
skos:definition "The :hasBroaderSubject property relates a publication to a broader subject term than it is actually classified with."@en ;
skos:prefLabel "Has Broader Subject"@en .