https://w3id.org/standards/smart/ontologies/core/hasBindingnessType
Define the Bindingness Type of a Provision, or of a ProvisionSet (Clause), or a Term Entry
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| Blank node (see implementation) | smart:hasBindingnessType | smart:BindingnessType |
@prefix dcterms: <http://purl.org/dc/terms/> .
@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
smart:hasBindingnessType a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "has bindingness type"@en ;
dcterms:created "2022-06-05"^^xsd:date ;
dcterms:creator "The IEC SG12 SIM group" ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( smart:Clause smart:Provision smart:ProvisionSupplement smart:TermEntry ) ] ;
rdfs:range smart:BindingnessType ;
skos:definition "Define the Bindingness Type of a Provision, or of a ProvisionSet (Clause), or a Term Entry"@en .