-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphenio-edit.owl
22 lines (16 loc) · 951 Bytes
/
phenio-edit.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Prefix(:=<http://purl.obolibrary.org/obo/phenio.owl#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<http://purl.obolibrary.org/obo/phenio.owl>
Annotation(dcterms:description "The Phenomics Integrated Ontology (PhenIO) is an application ontology that includes a number of OBO Foundry ontologies to describe the biology of, mostly, metazoans.")
Annotation(dcterms:license <https://creativecommons.org/licenses/by/4.0/>)
Annotation(dcterms:title "Phenomics Integrated Ontology")
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
)