https://w3id.org/standards/smart/ontologies/core/hasSupplementType
Relates a Provision Supplement with its category.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| smart:ProvisionSupplement | smart:hasSupplementType | smart:ProvisionSupplementType |
@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 .