@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://d-nb.info/standards/elementset/agrelon#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:NAries metadata_def:mappingLoom "naryclasses" ; metadata_def:mappingSameURI ns0:NAries ; metadata_def:prefLabel "n-ary Klassen"@de, "n-ary classes"@en ; metadata:prefixIRI "NAries" ; a owl:Class ; rdfs:comment "This is the top class for all n-ary classes"@en ; rdfs:isDefinedBy <https://d-nb.info/standards/elementset/agrelon#> ; rdfs:label "n-ary Klassen"@de, "n-ary classes"@en ; rdfs:subClassOf owl:Thing ; ns1:term_status "stable" . ns0:RelatedAgent rdfs:subClassOf ns0:NAries . ns0:hasObject rdfs:domain ns0:NAries . ns0:hasSubject rdfs:domain ns0:NAries .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://d-nb.info/standards/elementset/agrelon#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:NAries
    metadata_def:mappingLoom "naryclasses" ;
    metadata_def:mappingSameURI ns0:NAries ;
    metadata_def:prefLabel "n-ary Klassen"@de, "n-ary classes"@en ;
    metadata:prefixIRI "NAries" ;
    a owl:Class ;
    rdfs:comment "This is the top class for all n-ary classes"@en ;
    rdfs:isDefinedBy <https://d-nb.info/standards/elementset/agrelon#> ;
    rdfs:label "n-ary Klassen"@de, "n-ary classes"@en ;
    rdfs:subClassOf owl:Thing ;
    ns1:term_status "stable" .

ns0:RelatedAgent
    rdfs:subClassOf ns0:NAries .

ns0:hasObject
    rdfs:domain ns0:NAries .

ns0:hasSubject
    rdfs:domain ns0:NAries .