npg:hasCollection leaf node


URI

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

Label

Has Collection

Description

The :hasCollection property relates a publication-event to a collection.

Usage

DOMAINPROPERTYRANGE
npg:PublicationEvent npg:hasCollection npg:Collection

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:hasCollection a owl:ObjectProperty ;
    rdfs:domain npg:PublicationEvent ;
    rdfs:isDefinedBy npg: ;
    rdfs:range npg:Collection ;
    skos:definition "The :hasCollection property relates a publication-event to a collection."@en ;
    skos:prefLabel "Has Collection"@en .