@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.materialdigital.de/ontomat/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @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/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <https://www.materialdigital.de/ontomat/instance/> . ns0:Ceramics metadata_def:mappingLoom "ceramics" ; metadata_def:mappingSameURI ns0:Ceramics ; metadata_def:prefLabel "Ceramics" ; metadata:prefixIRI "ontomat:Ceramics" ; dct:identifier "M-160" ; dct:source ns1:IEC62474 ; a owl:Class ; rdfs:label "Ceramics" ; rdfs:subClassOf ns0:NonMetallicInorganicMaterial ; skos:definition "An inorganic, non-metallic solid prepared by the action of heat and subsequent cooling. Materials in this material class may have a crystalline or partly crystalline structure."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.materialdigital.de/ontomat/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <https://www.materialdigital.de/ontomat/instance/> .

ns0:Ceramics
    metadata_def:mappingLoom "ceramics" ;
    metadata_def:mappingSameURI ns0:Ceramics ;
    metadata_def:prefLabel "Ceramics" ;
    metadata:prefixIRI "ontomat:Ceramics" ;
    dct:identifier "M-160" ;
    dct:source ns1:IEC62474 ;
    a owl:Class ;
    rdfs:label "Ceramics" ;
    rdfs:subClassOf ns0:NonMetallicInorganicMaterial ;
    skos:definition "An inorganic, non-metallic solid prepared by the action of heat and subsequent cooling. Materials in this material class may have a crystalline or partly crystalline structure."@en .