@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/fair/fip/terms/> . @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/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://w3id.org/fair/fip/latest/> . ns0:Digital-Object-Type metadata_def:mappingLoom "digitalobjecttype" ; metadata_def:mappingSameURI ns0:Digital-Object-Type ; metadata_def:prefLabel "Digital Object Type"@en ; a owl:Class ; rdfs:isDefinedBy ns1:Digital-Object-Type ; rdfs:label "Digital Object Type"@en ; rdfs:subClassOf owl:Thing ; skos:definition "A digital object type is a classification of digital objects with respect to their informational functions to specify the nature of the digital object and the operations that can be performed on it."@en . ns0:declared-for-digital-object-type rdfs:range ns0:Digital-Object-Type .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/fair/fip/terms/> .
@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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://w3id.org/fair/fip/latest/> .

ns0:Digital-Object-Type
    metadata_def:mappingLoom "digitalobjecttype" ;
    metadata_def:mappingSameURI ns0:Digital-Object-Type ;
    metadata_def:prefLabel "Digital Object Type"@en ;
    a owl:Class ;
    rdfs:isDefinedBy ns1:Digital-Object-Type ;
    rdfs:label "Digital Object Type"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "A digital object type is a classification of digital objects with respect to their informational functions to specify the nature of the digital object and the operations that can be performed on it."@en .

ns0:declared-for-digital-object-type
    rdfs:range ns0:Digital-Object-Type .