-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3129 from obophenotype/new-composite-pipeline
New composite pipeline
- Loading branch information
Showing
59 changed files
with
515,756 additions
and
265,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0"?> | ||
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/uberon/bridge/collected-adult-mammal.owl#" | ||
xml:base="http://purl.obolibrary.org/obo/uberon/bridge/collected-adult-mammal.owl" | ||
xmlns:owl="http://www.w3.org/2002/07/owl#" | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:xml="http://www.w3.org/XML/1998/namespace" | ||
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" | ||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | ||
xmlns:terms="http://purl.org/dc/terms/"> | ||
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/uberon/bridge/collected-adult-mammal.owl"> | ||
<terms:creator>Uberon editors</terms:creator> | ||
<terms:description>This is an ontology that collects all of the core Uberon, plus the adult anatomy ontology for mouse (MA). Note that it does no longer include the adult anatomy ontology for human (FMA).</terms:description> | ||
<terms:title>Collected anatomy ontology for post-natal mammals</terms:title> | ||
<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 those external ontologies. Uberon ontologies with the prefix ‘composite’ are variations of the corresponding ‘collected’ ontologies with additional reasoning performed.</rdfs:comment> | ||
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://genomebiology.com/2012/13/1/R5</rdfs:seeAlso> | ||
</owl:Ontology> | ||
|
||
|
||
|
||
<!-- | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// Annotation properties | ||
// | ||
/////////////////////////////////////////////////////////////////////////////////////// | ||
--> | ||
|
||
|
||
|
||
|
||
<!-- http://purl.org/dc/terms/creator --> | ||
|
||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/> | ||
|
||
|
||
|
||
<!-- http://purl.org/dc/terms/description --> | ||
|
||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/> | ||
|
||
|
||
|
||
<!-- http://purl.org/dc/terms/title --> | ||
|
||
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/> | ||
</rdf:RDF> | ||
|
||
|
||
|
||
<!-- Generated by the OWL API (version 4.5.26) https://github.com/owlcs/owlapi --> | ||
|
Oops, something went wrong.