smart:hasSupplement leaf node


URI

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

Label

has supplement

Usage

DOMAINPROPERTYRANGE
smart:Provision smart:hasSupplement smart:ProvisionSupplement

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix smart: <https://w3id.org/standards/smart/ontologies/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

smart:hasSupplement a owl:ObjectProperty ;
    rdfs:label "has supplement"@en ;
    dcterms:created "2022-06-05"^^xsd:date ;
    dcterms:creator "The IEC SG12 SIM group" ;
    rdfs:domain smart:Provision ;
    rdfs:range smart:ProvisionSupplement .