@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://purl.obolibrary.org/obo/uberon/bridge/collected-vertebrate.owl>
    dc:creator "Uberon editors"@en ;
    dc:description """
      This is an ontology that collects all of the core uberon, plus
      all gross anatomical ontologies for vertebrates
    """@en ;
    dc:subject <http://purl.obolibrary.org/obo/NCBITaxon_7742> ;
    dc:title "Uberon importer for vertebrate structures"@en ;
    a owl:Ontology ;
    rdfs:comment """
      Uberon ontologies with the prefix 'collected' are ontologies
      that import the core Uberon ontology together with one or more
      external typically species-centric ontologies plus *bridging*
      axioms that connect Uberon to the species-centric
      ontology. Bridging axioms may be direct equivalence axioms,
      taxonomic equivalence axioms, or subclass axioms. See the Uberon
      homepage for details.
    """@en ;
    rdfs:seeAlso "http://genomebiology.com/2012/13/1/R5"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "http://purl.obolibrary.org/obo/uberon/references/reference_0000027"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    owl:imports <http://purl.obolibrary.org/obo/uberon/bridge/collected-teleost.owl>, <http://purl.obolibrary.org/obo/uberon/bridge/collected-tetrapod.owl> ;
    foaf:homepage "http://purl.obolibrary.org/obo/uberon/bridge/collected-vertebrate"^^<http://www.w3.org/2001/XMLSchema#anyURI>, "http://uberon.org"^^<http://www.w3.org/2001/XMLSchema#anyURI> .

