@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#> . ns0:maturity a owl:AnnotationProperty ; rdfs:label "maturity"@en-us ; skos:definition "annotation property used to indicate the development status of a resource"@en-us ; ns0:usageNote "Any value for maturity MUST be an instance of MaturityLevel. All IOF ontologies MUST include exactly one maturity annotation. IOF constructs may include a maturity annotation."@en-us .
@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#> .

ns0:maturity
    a owl:AnnotationProperty ;
    rdfs:label "maturity"@en-us ;
    skos:definition "annotation property used to indicate the development status of a resource"@en-us ;
    ns0:usageNote "Any value for maturity MUST be an instance of MaturityLevel. All IOF ontologies MUST include exactly one maturity annotation. IOF constructs may include a maturity annotation."@en-us .