forked from vlombard/ontogeonous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OGN_merge.owl
28 lines (24 loc) · 1.46 KB
/
OGN_merge.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://purl.org/ontogeonous/ontogeonous"
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#"
ontologyIRI="http://purl.org/ontogeonous/ontogeonous">
<Prefix name="" IRI="http://purl.org/ontogeonous/ontologeonous"/>
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Import>http://www.purl.org/ontogeonous/geologic_unit</Import>
<Import>http://www.purl.org/ontogeonous/geologic_association</Import>
<Import>http://www.purl.org/ontogeonous/geologic_event</Import>
<Import>http://www.purl.org/ontogeonous/geologic_structure</Import>
<Import>http://www.purl.org/ontogeonous/geologic_feature</Import>
<Import>http://www.purl.org/ontogeonous/geomorphologic_feature</Import>
<Import>http://www.purl.org/ontogeonous/external_vocabularies</Import>
<Import>http://www.purl.org/ontogeonous/properties</Import>
</Ontology>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->