@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://spec.industrialontologies.org/ontology/individual/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://spec.industrialontologies.org/ontology/construct/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns2: <https://spec.industrialontologies.org/ontology/annotation/> . ns0:Provisional a owl:NamedIndividual, ns1:MaturityLevel ; rdfs:isDefinedBy "https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; 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 ; ns2: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/productservicesystem/ProductServiceSystem/> ns2:maturity ns0:Provisional .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://spec.industrialontologies.org/ontology/individual/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://spec.industrialontologies.org/ontology/construct/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <https://spec.industrialontologies.org/ontology/annotation/> .

ns0:Provisional
    a owl:NamedIndividual, ns1:MaturityLevel ;
    rdfs:isDefinedBy "https://spec.industrialontologies.org/ontology/core/meta/AnnotationVocabulary/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    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 ;
    ns2: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/productservicesystem/ProductServiceSystem/>
    ns2:maturity ns0:Provisional .