@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 ns1: <https://w3id.org/pmd/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:CoatingDesignation metadata_def:mappingLoom "coatingdesignation" ; metadata_def:mappingSameURI ns0:CoatingDesignation ; metadata_def:prefLabel "Beschichtungsbezeichnung"@de, "Coating Designation"@en ; metadata:prefixIRI "co:CoatingDesignation" ; a owl:Class ; rdfs:isDefinedBy ns1:co ; rdfs:label "Beschichtungsbezeichnung"@de, "Coating Designation"@en ; rdfs:subClassOf ns0:MaterialRelated ; skos:definition "Diese Eigenschaft ist ein Name oder Bezeichner eines Materialtyps, welcher den obersten Teil eines Bauteils (Beschichtung) bedeckt."@de, "This property is a name or identifier of a material type which designates the most upper part of a component (coating)."@en .
@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 ns1: <https://w3id.org/pmd/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:CoatingDesignation
    metadata_def:mappingLoom "coatingdesignation" ;
    metadata_def:mappingSameURI ns0:CoatingDesignation ;
    metadata_def:prefLabel "Beschichtungsbezeichnung"@de, "Coating Designation"@en ;
    metadata:prefixIRI "co:CoatingDesignation" ;
    a owl:Class ;
    rdfs:isDefinedBy ns1:co ;
    rdfs:label "Beschichtungsbezeichnung"@de, "Coating Designation"@en ;
    rdfs:subClassOf ns0:MaterialRelated ;
    skos:definition "Diese Eigenschaft ist ein Name oder Bezeichner eines Materialtyps, welcher den obersten Teil eines Bauteils (Beschichtung) bedeckt."@de, "This property is a name or identifier of a material type which designates the most upper part of a component (coating)."@en .