-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rdf
195 lines (178 loc) · 7.94 KB
/
metadata.rdf
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
@prefix : <https://dcat.example.org/> .
@prefix ex: <https://dcat.example.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
ex:catalog
a dcat:Catalog ;
dcterms:title "Knowledge Graph Industrias Alegres"@en ;
dcterms:title "Grafo de Conocimiento Industrias Alegres"@es ;
rdfs:label "Knowledge Graph to control the industrial activity"@en ;
foaf:homepage <https://www.teaming-ai.eu/catalog> ;
dcterms:publisher ex:scch ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dcat:dataset ex:dataset-001 , ex:dataset-002 , ex:dataset-003, ex:dataset-004 ;
.
ex:dataset-001
a dcat:Dataset ;
dcterms:title "Machine parameters"@en ;
dcterms:title "Parametros de la maquina"@es ;
dcat:keyword "accountability"@en, "transparency"@en;
dcat:keyword "responsabilidad"@es, "transparencia"@es;
dcterms:creator ex:alejandro-espert ;
dcterms:issued "2022-10-05"^^xsd:date ;
dcterms:modified "2022-10-15"^^xsd:date ;
dcat:contactPoint <https://www.teaming-ai.eu/somebody/contact> ;
dcterms:temporal [ a dcterms:PeriodOfTime ;
dcat:startDate "2022-07-01"^^xsd:date ;
dcat:endDate "2022-09-30"^^xsd:date ;
];
dcat:temporalResolution "P1D"^^xsd:duration ;
dcterms:spatial <http://sws.geonames.org/6695072/> ;
dcat:spatialResolutionInMeters "1.0"^^xsd:decimal ;
dcterms:publisher ex:industrias-alegre ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dcterms:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W> ;
dcat:distribution ex:dataset-001-csv ;
dcat:distribution ex:dataset-001-ttl ;
.
ex:dataset-002
a dcat:Dataset ;
dcterms:title "Imagiaaaaaanary dataset"@en ;
dcterms:title "Conjundddddto de datos imaginario"@es ;
dcat:keyword "accountability"@en, "transparency"@en, "payments"@en ;
dcat:keyword "responsabilidad"@es, "transparencia"@es, "pagos"@es ;
dcterms:creator ex:finance-employee-001 ;
dcterms:issued "2011-12-05"^^xsd:date ;
dcterms:modified "2011-12-15"^^xsd:date ;
dcat:contactPoint <http://dcat.example.org/transparency-office/contact> ;
dcterms:temporal [ a dcterms:PeriodOfTime ;
dcat:startDate "2011-07-01"^^xsd:date ;
dcat:endDate "2011-09-30"^^xsd:date ;
];
dcat:temporalResolution "P1D"^^xsd:duration ;
dcterms:spatial <http://sws.geonames.org/6695072/> ;
dcat:spatialResolutionInMeters "30.0"^^xsd:decimal ;
dcterms:publisher ex:finance-ministryaaaaaaaaa ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dcterms:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W> ;
dcat:distribution ex:dataset-002-csv ;
dcat:distribution ex:dataset-002-ttl ;
.
ex:dataset-003
a dcat:Dataset ;
dcterms:title "Imaginaryeeeeeee dataset"@en ;
dcterms:title "Conjunto de datoseeeeee imaginario"@es ;
dcat:keyword "accountabieeeeeelity"@en, "transparency"@en, "payments"@en ;
dcat:keyword "responsabilidad"@es, "transparencia"@es, "pagos"@es ;
dcterms:creator ex:finaneeeeeece-employee-001 ;
dcterms:issued "2011-12-05"^^xsd:date ;
dcterms:modified "2011-12-15"^^xsd:date ;
dcat:contactPoint <http://dcat.example.org/transparency-office/contact> ;
dcterms:temporal [ a dcterms:PeriodOfTime ;
dcat:startDate "2011-07-01"^^xsd:date ;
dcat:endDate "2011-09-30"^^xsd:date ;
];
dcat:temporalResolution "P1D"^^xsd:duration ;
dcterms:spatial <http://sws.geonames.org/6695072/> ;
dcat:spatialResolutionInMeters "30.0"^^xsd:decimal ;
dcterms:publisher ex:finance-ministry ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
dcterms:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W> ;
dcat:distribution ex:dataset-003-csv ;
dcat:distribution ex:dataset-003-ttl ;
.
ex:dataset-004
a dcat:Dataset ;
dcterms:title "Machine parameters"@en ;
dcterms:title "Parametros de la maquina"@es ;
dcat:keyword "accountability"@en, "transparency"@en;
dcat:keyword "responsabilidad"@es, "transparencia"@es;
dcterms:creator ex:alejandro-espert ;
dcterms:issued "2022-10-05"^^xsd:date ;
dcterms:modified "2022-10-15"^^xsd:date ;
dcat:contactPoint <http://dcat.example.org/transparency-office/contact> ;
dcterms:temporal [ a dcterms:PeriodOfTime ;
dcat:startDate "2011-07-01"^^xsd:date ;
dcat:endDate "2011-09-30"^^xsd:date ;
];
dcat:temporalResolution "P1D"^^xsd:duration ;
dcterms:spatial <http://sws.geonames.org/66950712/> ;
dcat:spatialResolutionInMeters "30.0"^^xsd:decimal ;
dcterms:publisher ex:fince-ministry ;
dcterms:language <http://id.loc.gov/vocabulary/iso6394-1/en> ;
dcterms:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W> ;
dcat:distribution ex:dataset-004a-csv ;
dcat:distribution ex:dataset-004b-ttl ;
.
ex:dataset-001-csv
a dcat:Distribution ;
dcat:downloadURL <https://www.teaming-ai.eu/files/001.csv> ;
dcterms:title "CSV distribution of organigram 001"@en ;
dcterms:title "Distribución en CSV del organigram 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5126"^^xsd:nonNegativeInteger ;
.
ex:dataset-001-ttl
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.ttl> ;
dcterms:title "ttl distribution of dataset 001"@en ;
dcterms:title "Distribución en ttl del conjunto de datos 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/turtle> ;
dcat:byteSize "8122"^^xsd:nonNegativeInteger ;
.
ex:dataset-002-csv
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:dataset-003-csv
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:dataset-004-csv
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:dataset-002-ttl
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:dataset-003-ttl
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:dataset-004-ttl
a dcat:Distribution ;
dcat:downloadURL <http://dcat.example.org/files/001.csv> ;
dcterms:title "CSV distribution of imaginary dataset 001"@en ;
dcterms:title "distribución en CSV del conjunto de datos imaginario 001"@es ;
dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> ;
dcat:byteSize "5120"^^xsd:nonNegativeInteger ;
.
ex:transparency-office
a foaf:Organization ;
rdfs:label "Transparency Office"@en ;
.