@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/pmd/co/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:PMD_0000060 a owl:AnnotationProperty ; rdfs:comment "Indicates whether the ontology element is part of the minimal profile of the ontology. Useful for modularization, simplified views, or lightweight implementations."@en ; rdfs:label "isInMinimalProfile"@en ; rdfs:range xsd:boolean ; ns0:PMD_0001032 "https://github.com/materialdigital/core-ontology/issues/121" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/pmd/co/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:PMD_0000060
    a owl:AnnotationProperty ;
    rdfs:comment "Indicates whether the ontology element is part of the minimal profile of the ontology. Useful for modularization, simplified views, or lightweight implementations."@en ;
    rdfs:label "isInMinimalProfile"@en ;
    rdfs:range xsd:boolean ;
    ns0:PMD_0001032 "https://github.com/materialdigital/core-ontology/issues/121" .