@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns0: <http://www.w3.org/2008/05/skos#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://purl.org/vocab/frbr/core#> . @prefix ns2: <http://purl.org/ontology/daia/> . bibo:Document metadata_def:mappingLoom "document" ; metadata_def:mappingSameURI bibo:Document ; metadata_def:prefLabel "Document"@en ; metadata:prefixIRI "bibo:Document" ; a owl:Class ; rdfs:comment "A Document"@en ; rdfs:label "Document"@en ; rdfs:seeAlso dct:description, dct:title, foaf:page, foaf:primaryTopicOf ; rdfs:subClassOf owl:Thing ; owl:equivalentClass foaf:Document ; ns0:scopeNote "A link to a document about the document can be added with foaf:page and with foaf:primaryTopicOf."@en, "A name or title can be expressed with dct:title"@en, "Messages can be added with dct:description."@en . ns2:broaderExemplar rdfs:domain bibo:Document ; rdfs:range bibo:Document . ns2:collectedBy rdfs:domain bibo:Document . ns2:exemplar rdfs:domain bibo:Document . ns2:exemplarOf rdfs:range bibo:Document . ns2:inCollection rdfs:range bibo:Document . ns2:narrowerExemplar rdfs:domain bibo:Document ; rdfs:range bibo:Document . ns1:Item rdfs:subClassOf bibo:Document .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns0: <http://www.w3.org/2008/05/skos#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://purl.org/vocab/frbr/core#> .
@prefix ns2: <http://purl.org/ontology/daia/> .

bibo:Document
    metadata_def:mappingLoom "document" ;
    metadata_def:mappingSameURI bibo:Document ;
    metadata_def:prefLabel "Document"@en ;
    metadata:prefixIRI "bibo:Document" ;
    a owl:Class ;
    rdfs:comment "A Document"@en ;
    rdfs:label "Document"@en ;
    rdfs:seeAlso dct:description, dct:title, foaf:page, foaf:primaryTopicOf ;
    rdfs:subClassOf owl:Thing ;
    owl:equivalentClass foaf:Document ;
    ns0:scopeNote "A link to a document about the document can be added with foaf:page and with foaf:primaryTopicOf."@en, "A name or title can be expressed with dct:title"@en, "Messages can be added with dct:description."@en .

ns2:broaderExemplar
    rdfs:domain bibo:Document ;
    rdfs:range bibo:Document .

ns2:collectedBy
    rdfs:domain bibo:Document .

ns2:exemplar
    rdfs:domain bibo:Document .

ns2:exemplarOf
    rdfs:range bibo:Document .

ns2:inCollection
    rdfs:range bibo:Document .

ns2:narrowerExemplar
    rdfs:domain bibo:Document ;
    rdfs:range bibo:Document .

ns1:Item
    rdfs:subClassOf bibo:Document .