@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/eis/vocab/daq#> . @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:Category metadata_def:mappingLoom "category" ; metadata_def:mappingSameURI ns0:Category ; metadata_def:prefLabel "Category" ; a owl:Class ; rdfs:comment "The highest level of quality metric is a category. A category groups a number of dimensions relevant to each other which aims at measuring the quality of a dataset from different aspects. Categories are provided as subclasses of this abstract class, which is not intended for direct usage." ; rdfs:label "Category" ; rdfs:subClassOf owl:Thing . ns0:hasDimension rdfs:domain ns0:Category .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/eis/vocab/daq#> .
@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:Category
    metadata_def:mappingLoom "category" ;
    metadata_def:mappingSameURI ns0:Category ;
    metadata_def:prefLabel "Category" ;
    a owl:Class ;
    rdfs:comment "The highest level of quality metric is a category. A category groups a number of dimensions relevant to each other which aims at measuring the quality of a dataset from different aspects. Categories are provided as subclasses of this abstract class, which is not intended for direct usage." ;
    rdfs:label "Category" ;
    rdfs:subClassOf owl:Thing .

ns0:hasDimension
    rdfs:domain ns0:Category .