@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/spar/datacite/> .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
ns0:DescriptionType
    metadata_def:mappingLoom "descriptiontype" ;
    metadata_def:mappingSameURI ns0:DescriptionType ;
    metadata_def:prefLabel "description type"@en ;
    metadata:prefixIRI "datacite:DescriptionType" ;
    a owl:Class ;
    rdfs:comment "This class permits classification of the type of description given to a resource described by the DataCite Metadata schema.  Individual members of the class conform to the four values allowed in the DataCite controlled list, namely Abstract, SeriesInformation, TableOfContent, and Other."@en ;
    rdfs:label "description type"@en ;
    rdfs:subClassOf owl:Thing .
ns0:abstract
    a ns0:DescriptionType .
ns0:other
    a ns0:DescriptionType .
ns0:series-information
    a ns0:DescriptionType .
ns0:table-of-content
    a ns0:DescriptionType .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/spar/datacite/> .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
ns0:DescriptionType
    metadata_def:mappingLoom "descriptiontype" ;
    metadata_def:mappingSameURI ns0:DescriptionType ;
    metadata_def:prefLabel "description type"@en ;
    metadata:prefixIRI "datacite:DescriptionType" ;
    a owl:Class ;
    rdfs:comment "This class permits classification of the type of description given to a resource described by the DataCite Metadata schema.  Individual members of the class conform to the four values allowed in the DataCite controlled list, namely Abstract, SeriesInformation, TableOfContent, and Other."@en ;
    rdfs:label "description type"@en ;
    rdfs:subClassOf owl:Thing .
ns0:abstract
    a ns0:DescriptionType .
ns0:other
    a ns0:DescriptionType .
ns0:series-information
    a ns0:DescriptionType .
ns0:table-of-content
    a ns0:DescriptionType .