http://ns.nature.com/terms/type
The :type property specifies the local name of the graph namespace used for instances of a class.
@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 .