-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprefixes.ttl
19 lines (16 loc) · 941 Bytes
/
prefixes.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix BFO: <http://purl.obolibrary.org/obo/BFO_> .
@prefix CHEBI: <http://purl.obolibrary.org/obo/CHEBI_> .
@prefix IAO: <http://purl.obolibrary.org/obo/IAO_> .
@prefix NCBITaxon: <http://purl.obolibrary.org/obo/NCBITaxon_> .
@prefix OBI: <http://purl.obolibrary.org/obo/OBI_> .
@prefix RO: <http://purl.obolibrary.org/obo/RO_> .
@prefix UO: <http://purl.obolibrary.org/obo/UO_> .
@prefix x: <https://github.com/jamesaoverton/obi-experiment/raw/master/glucose.ttl#> .
<https://github.com/jamesaoverton/obi-experiment/raw/master/glucose.ttl>
rdf:type owl:Ontology .
owl:Ontology owl:imports obo:obi.owl .