@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/iddo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://www.example.com/property#> . ns1:ReferenceDocument_1 a ns0:DictionaryReferenceDocument . ns0:DictionaryReferenceDocument metadata_def:mappingLoom "referencedocument" ; metadata_def:mappingSameURI ns0:DictionaryReferenceDocument ; metadata_def:prefLabel "Reference document", "Reference document"@de-de ; metadata:prefixIRI "iddo:DictionaryReferenceDocument" ; a owl:Class ; rdfs:comment "Publication that is consulted to find specific information, particularly in a technical or scientific domain", "Publikation, die hinzugezogen wird, um bestimmte Informationen zu finden, insbesondere in einer technischen oder wissenschaftlichen Domaene"@de-de ; rdfs:label "Reference document", "Referenzdokument"@de-de ; rdfs:subClassOf dcat:Distribution . ns0:hasDictionaryReferenceDocument rdfs:range ns0:DictionaryReferenceDocument .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/iddo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://www.example.com/property#> .

ns1:ReferenceDocument_1
    a ns0:DictionaryReferenceDocument .

ns0:DictionaryReferenceDocument
    metadata_def:mappingLoom "referencedocument" ;
    metadata_def:mappingSameURI ns0:DictionaryReferenceDocument ;
    metadata_def:prefLabel "Reference document", "Reference document"@de-de ;
    metadata:prefixIRI "iddo:DictionaryReferenceDocument" ;
    a owl:Class ;
    rdfs:comment "Publication that is consulted to find specific information, particularly in a technical or scientific domain", "Publikation, die hinzugezogen wird, um bestimmte Informationen zu finden, insbesondere in einer technischen oder wissenschaftlichen Domaene"@de-de ;
    rdfs:label "Reference document", "Referenzdokument"@de-de ;
    rdfs:subClassOf dcat:Distribution .

ns0:hasDictionaryReferenceDocument
    rdfs:range ns0:DictionaryReferenceDocument .