@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> . @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 ns1: <https://spec.industrialontologies.org/ontology/core/Core/> . ns1:Event ns0:maturity ns0:Provisional . ns1:MaterialState ns0:maturity ns0:Provisional . ns1:MeasuredValueExpression ns0:maturity ns0:Provisional . ns1:ValueExpression ns0:maturity ns0:Provisional . ns0:Provisional a owl:NamedIndividual, ns0:MaturityLevel ; rdfs:label "provisional"@en-us ; skos:definition "construct or ontology development state in which content is subject to change and may change considerably"@en-us ; ns0:explanatoryNote "IOF users should be aware that the resource is not dependable, but can be used for reference and for further work."@en-us . <https://spec.industrialontologies.org/ontology/maintenance/MaintenanceReferenceOntology/> ns0:maturity ns0:Provisional .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/> .
@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 ns1: <https://spec.industrialontologies.org/ontology/core/Core/> .

ns1:Event
    ns0:maturity ns0:Provisional .

ns1:MaterialState
    ns0:maturity ns0:Provisional .

ns1:MeasuredValueExpression
    ns0:maturity ns0:Provisional .

ns1:ValueExpression
    ns0:maturity ns0:Provisional .

ns0:Provisional
    a owl:NamedIndividual, ns0:MaturityLevel ;
    rdfs:label "provisional"@en-us ;
    skos:definition "construct or ontology development state in which content is subject to change and may change considerably"@en-us ;
    ns0:explanatoryNote "IOF users should be aware that the resource is not dependable, but can be used for reference and for further work."@en-us .

<https://spec.industrialontologies.org/ontology/maintenance/MaintenanceReferenceOntology/>
    ns0:maturity ns0:Provisional .