@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3id.org/hsu-aut/DINEN61360#> . @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 metadata: <http://data.bioontology.org/metadata/> . ns0:Data_Element metadata_def:mappingLoom "dataelement" ; metadata_def:mappingSameURI ns0:Data_Element ; metadata_def:prefLabel "Data_Element" ; metadata:prefixIRI "Data_Element" ; a owl:Class ; rdfs:comment """Description: Contains a the structure of all data element (DIN61360 3.5.2, see also section 4) Each Data_Element has to have a type description and may have an instance description""" ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:Type_Description . ns0:Data_Element_describes rdfs:domain ns0:Data_Element . ns0:Format_DIN61360_SemAnz40 rdfs:domain ns0:Data_Element . ns0:has_Data_Element rdfs:range ns0:Data_Element .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3id.org/hsu-aut/DINEN61360#> .
@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 metadata: <http://data.bioontology.org/metadata/> .

ns0:Data_Element
    metadata_def:mappingLoom "dataelement" ;
    metadata_def:mappingSameURI ns0:Data_Element ;
    metadata_def:prefLabel "Data_Element" ;
    metadata:prefixIRI "Data_Element" ;
    a owl:Class ;
    rdfs:comment """Description:
Contains a the structure of all data element (DIN61360 3.5.2, see also section 4)

Each Data_Element has to have a type description and may have an instance description""" ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:Type_Description .

ns0:Data_Element_describes
    rdfs:domain ns0:Data_Element .

ns0:Format_DIN61360_SemAnz40
    rdfs:domain ns0:Data_Element .

ns0:has_Data_Element
    rdfs:range ns0:Data_Element .