smart:ExternalConstraint leaf node


URI

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

Label

External Constraint

Description

Constraint or obligation on the user of the document (e.g. laws of nature or particular conditions existing in some countries or regions) that is not stated as a provision of the document

Scope Note

* External constraints are referred to using the verbal form specified in Table 7 of directives part 2:
* https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-17-7
* https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor094
* Use of the word “must” does not imply that the external constraint referred to is a requirement of the document.

Superclasses (2)

Usage

Instances of smart:ExternalConstraint can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class smart:Provision
smart:hasProvisionType owl:ObjectProperty Associating a Provision with categories such as governing or assertional smart:ProvisionType
smart:hasSupplement owl:ObjectProperty smart:ProvisionSupplement
From class owl:Thing
dcterms:created owl:AnnotationProperty owl:Thing
dcterms:creator owl:AnnotationProperty owl:Thing
dcterms:description owl:AnnotationProperty owl:Thing
dcterms:hasPart owl:ObjectProperty owl:Thing
dcterms:isPartOf owl:ObjectProperty owl:Thing
dcterms:isReplacedBy owl:AnnotationProperty owl:Thing
dcterms:license owl:AnnotationProperty owl:Thing
dcterms:modified owl:AnnotationProperty owl:Thing
dcterms:publisher owl:AnnotationProperty owl:Thing
dcterms:references owl:ObjectProperty A related resource that is referenced, cited, or otherwise pointed to by the described resource. owl:Thing
dcterms:title owl:AnnotationProperty owl:Thing
skos:altLabel owl:AnnotationProperty owl:Thing
skos:changeNote owl:AnnotationProperty owl:Thing
skos:definition owl:AnnotationProperty owl:Thing
skos:editorialNote owl:AnnotationProperty owl:Thing
skos:example owl:AnnotationProperty owl:Thing
skos:historyNote owl:AnnotationProperty owl:Thing
skos:inScheme owl:AnnotationProperty owl:Thing
skos:notation owl:AnnotationProperty owl:Thing
skos:note owl:AnnotationProperty owl:Thing
skos:prefLabel owl:AnnotationProperty owl:Thing
skos:scopeNote owl:AnnotationProperty owl:Thing
smart:deprecatedLabel owl:ObjectProperty owl:Thing
smart:isSuccessorOf owl:ObjectProperty An entity is the successor, i.e. immediately after in order, to another one owl:Thing
vann:preferredNamespacePrefix owl:AnnotationProperty owl:Thing
vann:preferredNamespaceUri owl:AnnotationProperty owl:Thing

Property Shapes

By the associated SHACL property shapes, instances of smart:ExternalConstraint can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

smart:Provision

dcat:Distribution
owl:Thing
dcterms:isPartOf
1 1 owl:Thing

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:ExternalConstraint a owl:Class ;
    rdfs:label "External Constraint"@en ;
    rdfs:seeAlso <https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-13-21>,
        <https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor036> ;
    rdfs:subClassOf smart:Provision ;
    skos:definition "Constraint or obligation on the user of the document (e.g. laws of nature or particular conditions existing in some countries or regions) that is not stated as a provision of the document"@en ;
    skos:prefLabel "External Constraint"@en ;
    skos:scopeNote """* External constraints are referred to using the verbal form specified in Table 7 of directives part 2:
   * https://www.iec.ch/standards-development/isoiec-directives-part-2#article-header-id-17-7
   * https://www.iso.org/sites/directives/current/part2/index.xhtml#_idTextAnchor094
* Use of the word “must” does not imply that the external constraint referred to is a requirement of the document."""@en .