npg:type leaf node


URI

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

Label

Type

Description

The :type property specifies the local name of the graph namespace used for instances of a class.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) npg:type owl:Thing (inferred)

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:type a owl:AnnotationProperty ;
    rdfs:isDefinedBy npg: ;
    skos:definition "The :type property specifies the local name of the graph namespace used for instances of a class."@en ;
    skos:note "This property is used as a surrogate for the class name. There is a one-to-one relation between the class name and its associated graph, e.g. instances of the class :Subject are assigned to the subjects: graph."@en ;
    skos:prefLabel "Type"@en .