smart:hasPublicationComponentType leaf node


URI

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

Label

has publication component type

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) smart:hasPublicationComponentType smart:PublicationComponentType

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:hasPublicationComponentType a owl:ObjectProperty ;
    rdfs:label "has publication component type"@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( smart:Provision smart:ProvisionSupplement ) ] ;
    rdfs:range smart:PublicationComponentType ;
    skos:prefLabel "has publication component type"@en .