Skip to content

Instantly share code, notes, and snippets.

@dosumis
Created March 24, 2015 15:54
Show Gist options
  • Save dosumis/a954b161d103827f80d6 to your computer and use it in GitHub Desktop.
Save dosumis/a954b161d103827f80d6 to your computer and use it in GitHub Desktop.
# The ontology URI
ontology_uri http://purl.obolibrary.org/obo/fbbt/fbbt-relaxed.owl
# The full name of the ontology
title Drosophila Anatomy Ontology
# The short name for this ontology
namespace fbbt
# The location to download this ontology (can also be local file path e.g. file:/tmp/uberon.owl
location http://purl.obolibrary.org/obo/fbbt/fbbt-relaxed.owl
# primary term label property
label_property http://www.w3.org/2000/01/rdf-schema#label
# term definition property (use , for multiple)
definition_property http://purl.obolibrary.org/obo/IAO_0000115
# term synonym property (use , for multiple)
synonym_property http://www.geneontology.org/formats/oboInOwl#hasExactSynonym,http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym,http://www.geneontology.org/formats/oboInOwl#haNarrowSynonym,http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym
# experimental, can ignore for now
hierarchical_property http://purl.obolibrary.org/obo/BFO_0000050
# list any properties where you want to ignore assertions (can be annotation or object properties)
hidden_property http://www.geneontology.org/formats/oboInOwl#hasDbXref
# Base URIs that are local to this ontology, used to identify terms that are defined in this ontology.
base_uri http://purl.obolibrary.org/obo/FBbt_
# ignore this
isInferred false
# does this ontology need to be classified with a DL reasoner? default is ELK, if true we will classify with Hermit
classify false
# True if the ontology contains OBO style slim annotations
oboSlims false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment