npg:hasSummaryType leaf node


URI

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

Label

Has Summary Type

Description

The :hasSummaryType property relates a summary to a summary-type classification.

Usage

DOMAINPROPERTYRANGE
npg:Summary npg:hasSummaryType npg:SummaryType

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