smart:hasSupplementType leaf node


URI

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

Label

has supplement type

Description

Relates a Provision Supplement with its category.

Usage

DOMAINPROPERTYRANGE
smart:ProvisionSupplement smart:hasSupplementType smart:ProvisionSupplementType

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:hasSupplementType a owl:ObjectProperty ;
    rdfs:label "has supplement type"@en ;
    rdfs:domain smart:ProvisionSupplement ;
    rdfs:range smart:ProvisionSupplementType ;
    skos:definition "Relates a Provision Supplement with its category."@en ;
    skos:prefLabel "has supplement type"@en .