http://ns.nature.com/terms/hasSummaryType
The :hasSummaryType property relates a summary to a summary-type classification.
DOMAIN | PROPERTY | RANGE |
---|---|---|
npg:Summary | npg:hasSummaryType | npg:SummaryType |
@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:hasSummaryType a owl:ObjectProperty ;
rdfs:domain npg:Summary ;
rdfs:isDefinedBy npg: ;
rdfs:range npg:SummaryType ;
skos:definition "The :hasSummaryType property relates a summary to a summary-type classification."@en ;
skos:prefLabel "Has Summary Type"@en .