-
Notifications
You must be signed in to change notification settings - Fork 11
/
Metadata.ttl
165 lines (140 loc) · 5.07 KB
/
Metadata.ttl
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix ecc: <https://ns.eccenca.com/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix s: <http://schema.org/>.
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#>.
@prefix mv: <http://schema.mobivoc.org/#> .
<http://schema.mobivoc.org/#>
a voaf:Vocabulary, owl:Ontology ;
rdfs:label "MobiVoc: Open Mobility Vocabulary"@en ;
rdfs:comment """MobiVoc is a standardized vocabulary (also known as 'schema', 'Data Dictionary' or 'ontology') for mobility data. Currently, the following topics are covered: Electric Charging Points, Parking Facilities, Highway Roadworks sites (Datex II)"""@en ;
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:creator ecc:aweilandt, ecc:mbruemmer, <http://np00.github.io/#i> ;
dct:contributor <http://sebastian.tramp.name>, <http://purl.org/net/clange>;
dct:created "2014-08-05"^^xsd:date ;
dct:modified "2019-08-20"^^xsd:date ;
dct:publisher ecc:eccenca-GmbH ;
vann:preferredNamespacePrefix "mv" ;
vann:preferredNamespaceUri "http://schema.mobivoc.org/#" ;
void:vocabulary <http://purl.org/vocab/vann/>, <http://xmlns.com/foaf/0.1/> ;
rdfs:isDefinedBy <http://schema.mobivoc.org/#> ;
owl:versionInfo "SNAPSHOT" ;
.
ecc:aweilandt
a dct:Agent, foaf:Person ;
s:affiliation ecc:eccenca-GmbH;
foaf:name "Annette Weilandt" ;
.
ecc:mbruemmer
a dct:Agent, foaf:Person ;
s:affiliation ecc:eccenca-GmbH;
foaf:name "Martin Brümmer" ;
.
<http://sebastian.tramp.name>
a dct:Agent, foaf:Person ;
foaf:name "Sebastian Tramp";
owl:sameAs ecc:stramp, <http://aksw.org/SebastianTramp>;
s:affiliation <https://ns.eccenca.com/eccenca-GmbH> ;
.
<http://purl.org/net/clange>
a dct:Agent, foaf:Person ;
foaf:homepage <http://langec.wordpress.com/about/> ;
s:affiliation <http://dbpedia.org/resource/University_of_Bonn>;
foaf:name "Christoph Lange" ;
.
<http://np00.github.io/#i>
a dct:Agent, foaf:Person ;
s:affiliation ecc:eccenca-GmbH;
foaf:name "Niklas Petersen" ;
.
ecc:eccenca-GmbH
a dct:Agent, foaf:Organization ;
foaf:name "eccenca GmbH"@en ;
.
<http://dbpedia.org/resource/University_of_Bonn>
a dct:Agent, s:Organization ;
rdfs:label "University of Bonn"@en;
.
<https://creativecommons.org/licenses/by/4.0/>
a cc:License ;
rdfs:label "Creative Commons Attribution 4.0 International"@en ;
.
cc:license
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://creativecommons.org/ns> ;
.
dct:creator
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
.
dct:issued
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
.
dct:modified
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
.
dct:publisher
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
.
dct:rights
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
.
vann:preferredNamespacePrefix
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/vocab/vann/> ;
.
vann:preferredNamespaceUri
a owl:AnnotationProperty ;
rdfs:isDefinedBy <http://purl.org/vocab/vann/> ;
.
dct:Agent
dct:description "Examples of Agent include person, organization, and software agent."@en ;
dct:hasVersion <http://dublincore.org/usage/terms/history/#Agent-001> ;
dct:issued "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
a dct:AgentClass, rdfs:Class ;
rdfs:comment "A resource that acts or has the power to act."@en ;
rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
rdfs:label "Agent"@en ;
.
foaf:Person
a owl:Class ;
rdfs:label "Person" ;
rdfs:comment "A person.";
vs:term_status "stable";
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
.
foaf:Organization
a owl:Class ;
rdfs:label "Organization" ;
rdfs:comment "An organization" ;
vs:term_status "stable";
rdfs:isDefinedBy <http://xmlns.com/foaf/0.1/> ;
.
s:Organization a rdfs:Class ;
rdfs:label "Organization" ;
rdfs:comment "An organization such as a school, NGO, corporation, club, etc." ;
.
voaf:Vocabulary
a owl:Class ;
rdfs:label "Vocabulary" ;
rdfs:comment "A vocabulary used in the linked data cloud. An instance of voaf:Vocabulary relies on or is used by at least another instance of voaf:Vocabulary" ;
rdfs:isDefinedBy <http://purl.org/vocommons/voaf#> ;
.
cc:License
a rdfs:Class ;
rdfs:label "License";
rdfs:comment "a set of requests/permissions to users of a Work, e.g. a copyright license, the public domain, information for distributors" ;
rdfs:isDefinedBy <https://creativecommons.org/ns#> ;
.