-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtest_api_importexport_data.json
110 lines (110 loc) · 3.48 KB
/
test_api_importexport_data.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"@context": {
"chemistry": "http://emmo.info/emmo/middle/chemistry#",
"city": "https://www.simphony-osp.eu/city#",
"dcat2": "http://www.w3.org/ns/dcat#",
"dct": "http://purl.org/dc/terms/",
"dcte": "http://purl.org/dc/elements/1.1/",
"entity": "https://www.simphony-osp.eu/entity#",
"holistic": "http://emmo.info/emmo/middle/holistic#",
"isq": "http://emmo.info/emmo/middle/isq#",
"manufacturing": "http://emmo.info/emmo/middle/manufacturing#",
"materials": "http://emmo.info/emmo/middle/materials#",
"math": "http://emmo.info/emmo/middle/math#",
"mechanical": "http://emmo.info/emmo/domain/mechanical-testing#",
"mereotopology": "http://emmo.info/emmo/top/mereotopology#",
"metrology": "http://emmo.info/emmo/middle/metrology#",
"models": "http://emmo.info/emmo/middle/models#",
"ns1": "http://emmo.info/emmo/top/annotations#",
"ns2": "http://www.w3.org/2004/02/skos/core#",
"ns4": "http://xmlns.com/foaf/0.1/",
"ns5": "http://schema.org/",
"ns6": "http://purl.org/dc/dcam/",
"owl": "http://www.w3.org/2002/07/owl#",
"perceptual": "http://emmo.info/emmo/middle/perceptual#",
"physical": "http://emmo.info/emmo/top/physical#",
"physicalistic": "http://emmo.info/emmo/middle/physicalistic#",
"properties": "http://emmo.info/emmo/middle/properties#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"reductionistic": "http://emmo.info/emmo/middle/reductionistic#",
"semiotics": "http://emmo.info/emmo/middle/semiotics#",
"simphony": "https://www.simphony-osp.eu/simphony#",
"siunits": "http://emmo.info/emmo/middle/siunits#",
"test_importexport": "http://example.org/test-ontology#",
"top": "http://emmo.info/emmo/top#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "test_importexport:x_4",
"@type": [
"owl:NamedIndividual",
"test_importexport:Block",
"test_importexport:Forest"
],
"ns2:prefLabel": {
"@language": "en",
"@value": "x4"
},
"test_importexport:x": 4
},
{
"@id": "test_importexport:x_3",
"@type": [
"owl:NamedIndividual",
"test_importexport:Block",
"test_importexport:Water"
],
"ns2:prefLabel": {
"@language": "en",
"@value": "x3"
},
"test_importexport:isLeftOf": {
"@id": "test_importexport:x_4"
},
"test_importexport:isNextTo": {
"@id": "test_importexport:x_4"
},
"test_importexport:x": 3
},
{
"@id": "test_importexport:x_1",
"@type": [
"owl:NamedIndividual",
"test_importexport:Forest",
"test_importexport:Block"
],
"ns2:prefLabel": {
"@language": "en",
"@value": "x1"
},
"test_importexport:isLeftOf": {
"@id": "test_importexport:x_2"
},
"test_importexport:isNextTo": {
"@id": "test_importexport:x_2"
},
"test_importexport:x": 1
},
{
"@id": "test_importexport:x_2",
"@type": [
"owl:NamedIndividual",
"test_importexport:Block",
"test_importexport:Forest"
],
"ns2:prefLabel": {
"@language": "en",
"@value": "x2"
},
"test_importexport:isLeftOf": {
"@id": "test_importexport:x_3"
},
"test_importexport:isNextTo": {
"@id": "test_importexport:x_3"
},
"test_importexport:x": 2
}
]
}