npg:hasBroaderSubject leaf node


URI

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

Label

Has Broader Subject

Description

The :hasBroaderSubject property relates a publication to a broader subject term than it is actually classified with.

Inherits from

Usage

DOMAINPROPERTYRANGE
npg:Publication npg:hasBroaderSubject npg:Subject

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