-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataset.nt
24 lines (24 loc) · 3.02 KB
/
dataset.nt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<http://bandar.example/resource/Germany> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/Country> .
<http://bandar.example/resource/Germany> <http://bandar.example/ontology/isPartOf> <http://bandar.example/resource/Europe> .
<http://bandar.example/resource/Berlin> <http://bandar.example/ontology/capitalOf> <http://bandar.example/resource/Germany> .
<http://bandar.example/resource/Berlin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/Capital> .
<http://bandar.example/resource/Berlin> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/Germany> .
<http://bandar.example/resource/Berlin> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Augsburg> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/Germany> .
<http://bandar.example/resource/Augsburg> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Cologne> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/Germany> .
<http://bandar.example/resource/Cologne> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Munich> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/Germany> .
<http://bandar.example/resource/Munich> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/UK> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/Country> .
<http://bandar.example/resource/UK> <http://bandar.example/ontology/isPartOf> <http://bandar.example/resource/Europe> .
<http://bandar.example/resource/London> <http://bandar.example/ontology/capitalOf> <http://bandar.example/resource/UK> .
<http://bandar.example/resource/London> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/Capital> .
<http://bandar.example/resource/London> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/UK> .
<http://bandar.example/resource/London> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Sheffield> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/UK> .
<http://bandar.example/resource/Sheffield> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Birmingham> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/UK> .
<http://bandar.example/resource/Birmingham> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .
<http://bandar.example/resource/Edinburgh> <http://bandar.example/ontology/locatedIn> <http://bandar.example/resource/UK> .
<http://bandar.example/resource/Edinburgh> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://bandar.example/ontology/City> .