smart:hasPublicationType leaf node


URI

https://w3id.org/standards/smart/ontologies/core/hasPublicationType

Label

has publication type

Usage

DOMAINPROPERTYRANGE
smart:PublicationDocument smart:hasPublicationType smart:PublicationDocumentType

Implementation

@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#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .

smart:hasPublicationType a owl:ObjectProperty ;
    rdfs:label "has publication type"@en ;
    rdfs:domain smart:PublicationDocument ;
    rdfs:range smart:PublicationDocumentType ;
    skos:prefLabel "has publication type"@en .