-
Notifications
You must be signed in to change notification settings - Fork 1
/
suiza.owl
84 lines (52 loc) · 2.78 KB
/
suiza.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
75
76
77
78
79
80
81
82
83
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY ns "http://www.w3.org/2006/vcard/ns#" >
<!ENTITY ontology "http://www.geonames.org/ontology#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://www.irekia.euskadi.net/entities#"
xml:base="http://www.irekia.euskadi.net/entities"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:ns="http://www.w3.org/2006/vcard/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:ontology="http://www.geonames.org/ontology#">
<owl:Ontology rdf:about="http://www.irekia.euskadi.net/entities">
<owl:imports rdf:resource="http://www.geonames.org/ontology"/>
<owl:imports rdf:resource="http://www.w3.org/2006/vcard/ns"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.irekia.euskadi.net/entities#consulado -->
<owl:Class rdf:about="http://www.irekia.euskadi.net/entities#consulado"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://es.dbpedia.org/resource/Bilbao -->
<owl:NamedIndividual rdf:about="http://es.dbpedia.org/resource/Bilbao"/>
<!-- http://www.irekia.euskadi.net/entities#consulado_suiza -->
<owl:NamedIndividual rdf:about="http://www.irekia.euskadi.net/entities#consulado_suiza">
<rdf:type rdf:resource="http://www.irekia.euskadi.net/entities#consulado"/>
<rdfs:comment>La URI no contiene informacion sobre la representacion, como "es", como era el caso de http://www2.irekia.euskadi.net/es/entities/1047</rdfs:comment>
<ontology:locatedIn rdf:resource="http://es.dbpedia.org/resource/Bilbao"/>
<ns:hasPostalCode rdf:resource="http://www.irekia.euskadi.net/entities#postal_code_consulado_suiza"/>
</owl:NamedIndividual>
<!-- http://www.irekia.euskadi.net/entities#postal_code_consulado_suiza -->
<owl:NamedIndividual rdf:about="http://www.irekia.euskadi.net/entities#postal_code_consulado_suiza">
<ns:postal-code>48001</ns:postal-code>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->