-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtest_api_importexport_data.owl
74 lines (52 loc) · 2.91 KB
/
test_api_importexport_data.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<rdf:RDF xmlns="http://example.org/test-ontology#"
xml:base="http://example.org/test-ontology"
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:skos="http://www.w3.org/2004/02/skos/core#">
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://example.org/test-ontology#x_1 -->
<owl:NamedIndividual rdf:about="http://example.org/test-ontology#x_1">
<rdf:type rdf:resource="http://example.org/test-ontology#Block"/>
<rdf:type rdf:resource="http://example.org/test-ontology#Forest"/>
<isLeftOf rdf:resource="http://example.org/test-ontology#x_2"/>
<isNextTo rdf:resource="http://example.org/test-ontology#x_2"/>
<x rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">1</x>
<skos:prefLabel xml:lang="en">x1</skos:prefLabel>
</owl:NamedIndividual>
<!-- http://example.org/test-ontology#x_2 -->
<owl:NamedIndividual rdf:about="http://example.org/test-ontology#x_2">
<rdf:type rdf:resource="http://example.org/test-ontology#Block"/>
<rdf:type rdf:resource="http://example.org/test-ontology#Forest"/>
<isLeftOf rdf:resource="http://example.org/test-ontology#x_3"/>
<isNextTo rdf:resource="http://example.org/test-ontology#x_3"/>
<x rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">2</x>
<skos:prefLabel xml:lang="en">x2</skos:prefLabel>
</owl:NamedIndividual>
<!-- http://example.org/test-ontology#x_3 -->
<owl:NamedIndividual rdf:about="http://example.org/test-ontology#x_3">
<rdf:type rdf:resource="http://example.org/test-ontology#Block"/>
<rdf:type rdf:resource="http://example.org/test-ontology#Water"/>
<isLeftOf rdf:resource="http://example.org/test-ontology#x_4"/>
<isNextTo rdf:resource="http://example.org/test-ontology#x_4"/>
<x rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">3</x>
<skos:prefLabel xml:lang="en">x3</skos:prefLabel>
</owl:NamedIndividual>
<!-- http://example.org/test-ontology#x_4 -->
<owl:NamedIndividual rdf:about="http://example.org/test-ontology#x_4">
<rdf:type rdf:resource="http://example.org/test-ontology#Block"/>
<rdf:type rdf:resource="http://example.org/test-ontology#Forest"/>
<x rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">4</x>
<skos:prefLabel xml:lang="en">x4</skos:prefLabel>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->