@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://dataid.dbpedia.org/ns/core#> . @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/> . ns0:Superset metadata_def:mappingLoom "superset" ; metadata_def:mappingSameURI ns0:Superset ; metadata_def:prefLabel "Superset" ; a owl:Class ; rdfs:comment """This dedicated version of a dataid:Dataset has exacly one purpose: to point out all its Sub-Datsets with void:subset. A dataid:Superset has no data itself and is therefore prohibited to point out Distributions with dcat:distribution. It can be used in a dataset hierarchy (e.g. as a root dataset), or as a container for other datasets."""@en ; rdfs:isDefinedBy <http://dataid.dbpedia.org/ns/core#> ; rdfs:label "Superset"@en ; rdfs:subClassOf ns0:Dataset .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://dataid.dbpedia.org/ns/core#> .
@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/> .

ns0:Superset
    metadata_def:mappingLoom "superset" ;
    metadata_def:mappingSameURI ns0:Superset ;
    metadata_def:prefLabel "Superset" ;
    a owl:Class ;
    rdfs:comment """This dedicated version of a dataid:Dataset has exacly one purpose: to point out all its Sub-Datsets with void:subset. 
    A dataid:Superset has no data itself and is therefore prohibited to point out Distributions with dcat:distribution. 
    It can be used in a dataset hierarchy (e.g. as a root dataset), or as a container for other datasets."""@en ;
    rdfs:isDefinedBy <http://dataid.dbpedia.org/ns/core#> ;
    rdfs:label "Superset"@en ;
    rdfs:subClassOf ns0:Dataset .