-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvoid.ttl
613 lines (583 loc) · 21.4 KB
/
void.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
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
@prefix void: <http://rdfs.org/ns/void#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix qb: <http://purl.org/linked-data/cube> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xstats: <http://example.org/XStats#> .
@prefix : <http://transparency.270a.info/void.ttl#> .
@prefix transparency-graph: <http://transparency.270a.info/graph/> .
@prefix oecd-dataset: <http://oecd.270a.info/dataset/> .
@prefix bfs-dataset: <http://bfs.270a.info/dataset/> .
@prefix fao-dataset: <http://fao.270a.info/dataset/> .
@prefix ecb-dataset: <http://ecb.270a.info/dataset/> .
@prefix imf-dataset: <http://imf.270a.info/dataset/> .
@prefix uis-dataset: <http://uis.270a.info/dataset/> .
@prefix frb-dataset: <http://frb.270a.info/dataset/> .
@prefix worldbank-dataset: <http://worldbank.270a.info/dataset/> .
@prefix transparency-dataset: <http://transparency.270a.info/dataset/> .
<http://csarven.ca/#i>
rdfs:label "Sarven Capadisli"@en ;
.
<http://creativecommons.org/publicdomain/zero/1.0/>
rdfs:label "CC0 1.0 Universal"@en ;
.
<http://transparency.270a.info/void.ttl>
a void:DatasetDescription ;
dcterms:title "A VoiD Description of the transparency.270a.info Dataset"@en ;
dcterms:creator <http://csarven.ca/#i> ;
foaf:primaryTopic transparency-dataset:transparency .
transparency-dataset:transparency
a void:Dataset ;
foaf:homepage <http://transparency.270a.info/> ;
dcterms:title "Transparency International Linked Data"@en ;
dcterms:description "Transparency International's Corruption Perceptions Index"@en ;
dcterms:source [ foaf:homepage <http://transparency.org/> ] ;
dcterms:publisher <http://csarven.ca/#i> ;
dcterms:created "2012-09-24T00:00:00Z"^^xsd:dateTime ;
dcterms:modified "2013-10-13T00:00:00Z"^^xsd:dateTime ;
void:subset
transparency-dataset:void ,
transparency-dataset:meta ,
transparency-dataset:corruption-perceptions-index ;
void:triples 51397 ;
dcterms:subject
<http://dbpedia.org/resource/Transparency_International> ,
<http://dbpedia.org/resource/Non-governmental_organization> ,
<http://dbpedia.org/resource/Government> ,
<http://dbpedia.org/resource/World_Bank> ,
<http://dbpedia.org/resource/Statistical_survey> ,
<http://dbpedia.org/resource/Corruption_Perceptions_Index> ,
<http://purl.org/linked-data/sdmx/2009/subject#1.8> ,
<http://purl.org/linked-data/sdmx/2009/subject#1.10> ,
<http://purl.org/linked-data/sdmx/2009/subject#2.4.6> ,
<http://purl.org/linked-data/sdmx/2009/subject#2.5> ,
<http://purl.org/linked-data/sdmx/2009/subject#2.6> ,
<http://purl.org/linked-data/sdmx/2009/subject#3.3> ,
<http://purl.org/linked-data/sdmx/2009/subject#3.4> ;
void:sparqlEndpoint <http://transparency.270a.info/sparql> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML> ,
<http://www.w3.org/ns/formats/Turtle> ;
.
transparency-dataset:void
a sd:Graph, void:Dataset ;
dcterms:title "SD+VoID triples"@en ;
void:triples 503 ;
void:dataDump <http://transparency.270a.info/void.ttl> ;
.
transparency-dataset:meta
a sd:Graph, void:Dataset ;
dcterms:title "Metadata and complimentary data used for all the data in the :transparency dataset"@en ;
dcterms:source [ foaf:homepage <http://cpi.transparency.org/> ] ;
dcterms:publisher <http://csarven.ca/#i> ;
dcterms:created "2012-09-24T00:00:00Z"^^xsd:dateTime ;
dcterms:modified "2012-10-07T00:00:00Z"^^xsd:dateTime ;
void:dataDump <http://transparency.270a.info/data/meta.tar.gz> ;
void:exampleResource
<http://transparency.270a.info/classification/country/CA> ,
<http://transparency.270a.info/classification/source> ,
<http://transparency.270a.info/classification/adjustment/matching-percentiles> ,
<http://transparency.270a.info/dataset/corruption-perceptions-index> ;
void:classPartition [
void:class <http://dbpedia.org/ontology/Country> ;
void:entities 183
], [
void:class qb:DimensionProperty ;
void:entities 2
], [
void:class qb:MeasureProperty ;
void:entities 2
], [
void:class <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
void:entities 4
], [
void:class qb:ComponentSpecification ;
void:entities 8
], [
void:class <http://www.w3.org/2004/02/skos/core#Concept> ;
void:entities 235
], [
void:class qb:DataStructureDefinition ;
void:entities 6
], [
void:class rdf:Property ;
void:entities 7
], [
void:class qb:DataSet ;
void:entities 6
] ;
void:classes 9 ;
void:entities 270 ;
void:observation [
xstats:schema <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ;
xstats:subjectsOfType rdf:type ;
xstats:value 453 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ;
xstats:subjectsOfType rdf:Property ;
xstats:value 7 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#seeAlso> ;
xstats:value 1 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#comment> ;
xstats:value 1 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> ;
xstats:value 2 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#range> ;
xstats:value 5 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#label> ;
xstats:value 17 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2002/07/owl> ;
xstats:subjectsOfType <http://www.w3.org/2002/07/owl#sameAs> ;
xstats:value 731 ;
a qb:Observation
] ;
void:properties 32 ;
void:propertyPartition [
void:distinctObjects 1 ;
void:distinctSubjects 3 ;
void:property <http://purl.org/dc/terms/modified> ;
void:triples 3
], [
void:distinctObjects 1 ;
void:distinctSubjects 1 ;
void:property <http://www.w3.org/2000/01/rdf-schema#seeAlso> ;
void:triples 1
], [
void:distinctObjects 1 ;
void:distinctSubjects 187 ;
void:property <http://purl.org/dc/terms/license> ;
void:triples 187
], [
void:distinctObjects 1 ;
void:distinctSubjects 1 ;
void:property <http://www.w3.org/2004/02/skos/core#closeMatch> ;
void:triples 1
], [
void:distinctObjects 203 ;
void:distinctSubjects 203 ;
void:property <http://www.w3.org/2004/02/skos/core#prefLabel> ;
void:triples 203
], [
void:distinctObjects 6 ;
void:distinctSubjects 6 ;
void:property qb:structure ;
void:triples 6
], [
void:distinctObjects 4 ;
void:distinctSubjects 199 ;
void:property <http://www.w3.org/2004/02/skos/core#topConceptOf> ;
void:triples 199
], [
void:distinctObjects 4 ;
void:distinctSubjects 4 ;
void:property qb:dimension ;
void:triples 4
], [
void:distinctObjects 3 ;
void:distinctSubjects 3 ;
void:property <http://purl.org/dc/terms/source> ;
void:triples 3
], [
void:distinctObjects 1 ;
void:distinctSubjects 4 ;
void:property <http://purl.org/dc/terms/issued> ;
void:triples 4
], [
void:distinctObjects 1 ;
void:distinctSubjects 183 ;
void:property <http://purl.org/dc/terms/created> ;
void:triples 183
], [
void:distinctObjects 9 ;
void:distinctSubjects 266 ;
void:property rdf:type ;
void:triples 255
], [
void:distinctObjects 17 ;
void:distinctSubjects 17 ;
void:property <http://www.w3.org/2000/01/rdf-schema#label> ;
void:triples 17
], [
void:distinctObjects 183 ;
void:distinctSubjects 183 ;
void:property <http://www.w3.org/2004/02/skos/core#notation> ;
void:triples 183
], [
void:distinctObjects 3 ;
void:distinctSubjects 3 ;
void:property <http://www.w3.org/2004/02/skos/core#altLabel> ;
void:triples 3
], [
void:distinctObjects 2 ;
void:distinctSubjects 2 ;
void:property qb:attribute ;
void:triples 2
], [
void:distinctObjects 2 ;
void:distinctSubjects 5 ;
void:property <http://www.w3.org/2000/01/rdf-schema#range> ;
void:triples 5
], [
void:distinctObjects 4 ;
void:distinctSubjects 199 ;
void:property <http://www.w3.org/2004/02/skos/core#inScheme> ;
void:triples 199
], [
void:distinctObjects 7 ;
void:distinctSubjects 1 ;
void:property <http://purl.org/dc/terms/subject> ;
void:triples 7
], [
void:distinctObjects 7 ;
void:distinctSubjects 5 ;
void:property <http://purl.org/dc/terms/hasPart> ;
void:triples 7
], [
void:distinctObjects 2 ;
void:distinctSubjects 2 ;
void:property qb:measure ;
void:triples 2
], [
void:distinctObjects 2 ;
void:distinctSubjects 2 ;
void:property <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> ;
void:triples 2
], [
void:distinctObjects 5 ;
void:distinctSubjects 7 ;
void:property <http://purl.org/dc/terms/isPartOf> ;
void:triples 7
], [
void:distinctObjects 36 ;
void:distinctSubjects 14 ;
void:property <http://www.w3.org/2004/02/skos/core#narrower> ;
void:triples 36
], [
void:distinctObjects 3 ;
void:distinctSubjects 3 ;
void:property <http://www.w3.org/2004/02/skos/core#definition> ;
void:triples 3
], [
void:distinctObjects 1 ;
void:distinctSubjects 188 ;
void:property <http://purl.org/dc/terms/creator> ;
void:triples 188
], [
void:distinctObjects 3 ;
void:distinctSubjects 7 ;
void:property <http://xmlns.com/foaf/0.1/page> ;
void:triples 7
], [
void:distinctObjects 1 ;
void:distinctSubjects 1 ;
void:property <http://www.w3.org/2000/01/rdf-schema#comment> ;
void:triples 1
], [
void:distinctObjects 199 ;
void:distinctSubjects 4 ;
void:property <http://www.w3.org/2004/02/skos/core#hasTopConcept> ;
void:triples 199
], [
void:distinctObjects 14 ;
void:distinctSubjects 36 ;
void:property <http://www.w3.org/2004/02/skos/core#broader> ;
void:triples 36
], [
void:distinctObjects 8 ;
void:distinctSubjects 6 ;
void:property qb:component ;
void:triples 35
], [
void:distinctObjects 731 ;
void:distinctSubjects 183 ;
void:property <http://www.w3.org/2002/07/owl#sameAs> ;
void:triples 731
] ;
void:triples 2917 ;
void:vocabulary <http://purl.org/dc/terms/>, <http://purl.org/linked-data/cube>, <http://www.w3.org/1999/02/22-rdf-syntax-ns>, <http://www.w3.org/2000/01/rdf-schema>, <http://www.w3.org/2002/07/owl>, <http://www.w3.org/2004/02/skos/core>, <http://xmlns.com/foaf/0.1/> ;
.
transparency-dataset:corruption-perceptions-index
a sd:Graph, void:Dataset ;
dcterms:title "Corruption Perceptions Index dataset"@en ;
dcterms:source [ foaf:homepage <http://cpi.transparency.org/> ] ;
dcterms:publisher <http://csarven.ca/#i> ;
dcterms:created "2012-09-24T00:00:00Z"^^xsd:dateTime ;
dcterms:modified "2012-10-07T00:00:00Z"^^xsd:dateTime ;
void:dataDump <http://transparency.270a.info/data/corruption-perceptions-index.tar.gz> ;
void:exampleResource
<http://transparency.270a.info/dataset/corruption-perceptions-index/2011/CA> ,
<http://transparency.270a.info/dataset/sources/world-economic-forum-executive-opinion-survey/2011/CA> ;
void:classPartition [
void:class qb:Observation ;
void:entities 3928
] ;
void:classes 1 ;
void:entities 3928 ;
void:observation [
xstats:schema <http://www.w3.org/1999/02/22-rdf-syntax-ns#> ;
xstats:subjectsOfType rdf:type ;
xstats:value 3928 ;
a qb:Observation
], [
xstats:schema <http://www.w3.org/2000/01/rdf-schema#> ;
xstats:subjectsOfType <http://www.w3.org/2000/01/rdf-schema#label> ;
xstats:value 3800 ;
a qb:Observation
] ;
void:properties 16 ;
void:propertyPartition [
void:distinctObjects 116 ;
void:distinctSubjects 541 ;
void:property <http://transparency.270a.info/property/rank> ;
void:triples 541
], [
void:distinctObjects 36 ;
void:distinctSubjects 3387 ;
void:property <http://transparency.270a.info/property/source> ;
void:triples 3387
], [
void:distinctObjects 1 ;
void:distinctSubjects 541 ;
void:property <http://transparency.270a.info/property/indicator> ;
void:triples 541
], [
void:distinctObjects 265 ;
void:distinctSubjects 541 ;
void:property <http://transparency.270a.info/property/percentile-90-upper> ;
void:triples 541
], [
void:distinctObjects 258 ;
void:distinctSubjects 541 ;
void:property <http://transparency.270a.info/property/percentile-90-lower> ;
void:triples 541
], [
void:distinctObjects 11 ;
void:distinctSubjects 541 ;
void:property <http://transparency.270a.info/property/surveys-used> ;
void:triples 541
], [
void:distinctObjects 3800 ;
void:distinctSubjects 3800 ;
void:property <http://www.w3.org/2000/01/rdf-schema#label> ;
void:triples 3800
], [
void:distinctObjects 6 ;
void:distinctSubjects 3928 ;
void:property qb:dataSet ;
void:triples 3928
], [
void:distinctObjects 1 ;
void:distinctSubjects 3928 ;
void:property rdf:type ;
void:triples 2151
], [
void:distinctObjects 5 ;
void:distinctSubjects 3928 ;
void:property <http://purl.org/linked-data/sdmx/2009/dimension#refPeriod> ;
void:triples 3928
], [
void:distinctObjects 1 ;
void:distinctSubjects 541 ;
void:property <http://purl.org/linked-data/sdmx/2009/attribute#recording> ;
void:triples 541
], [
void:distinctObjects 1 ;
void:distinctSubjects 3387 ;
void:property <http://purl.org/linked-data/sdmx/2009/attribute#adjustment> ;
void:triples 3387
], [
void:distinctObjects 3408 ;
void:distinctSubjects 2887 ;
void:property <http://purl.org/dc/terms/source> ;
void:triples 5733
], [
void:distinctObjects 529 ;
void:distinctSubjects 2887 ;
void:property <http://transparency.270a.info/property/score> ;
void:triples 2887
], [
void:distinctObjects 183 ;
void:distinctSubjects 3928 ;
void:property <http://purl.org/linked-data/sdmx/2009/dimension#refArea> ;
void:triples 3928
], [
void:distinctObjects 203 ;
void:distinctSubjects 361 ;
void:property <http://qudt.org/1.1/schema/qudt#standardUncertainty> ;
void:triples 361
] ;
void:triples 38513 ;
void:vocabulary <http://purl.org/dc/terms/>, <http://purl.org/linked-data/cube>, <http://purl.org/linked-data/sdmx/2009/attribute>, <http://purl.org/linked-data/sdmx/2009/dimension>, <http://qudt.org/1.1/schema/qudt>, <http://transparency.270a.info/property/>, <http://www.w3.org/1999/02/22-rdf-syntax-ns>, <http://www.w3.org/2000/01/rdf-schema> ;
.
:linkset-transparency-dbpedia
a void:Linkset ;
void:linkPredicate owl:sameAs ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget <http://dbpedia.org/void/Dataset> ;
void:triples 183 ;
.
:linkset-transparency-worldbank
a void:Linkset ;
void:linkPredicate owl:sameAs ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget worldbank-dataset:worldbank ;
void:triples 182 ;
.
:linkset-transparency-ecb
a void:Linkset ;
void:linkPredicate skos:exactMatch ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget ecb-dataset:ecb ;
void:triples 167 ;
.
:linkset-transparency-imf
a void:Linkset ;
void:linkPredicate skos:exactMatch ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget imf-dataset:imf ;
void:triples 23 ;
.
:linkset-transparency-fao
a void:Linkset ;
void:linkPredicate skos:exactMatch ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget fao-dataset:fao ;
void:triples 167 ;
.
:linkset-transparency-eurostat
a void:Linkset ;
void:linkPredicate owl:sameAs ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget <http://eurostat.linked-statistics.org/void.ttl#eurostat> ;
void:triples 183 ;
.
:linkset-transparency-geonames
a void:Linkset ;
void:linkPredicate owl:sameAs ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget :geonames ;
void:triples 183 ;
.
:linkset-transparency-iati
a void:Linkset ;
void:linkPredicate skos:exactMatch ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget <http://purl.org/collections/iati/void.ttl#IATI> ;
void:triples 163 ;
.
:linkset-transparency-hr
a void:Linkset ;
void:linkPredicate skos:exactMatch ;
void:subjectsTarget transparency-dataset:transparency ;
void:objectsTarget <http://hxl.humanitarianresponse.info/> ;
void:triples 182 ;
.
worldbank-dataset:worldbank
rdf:type void:Dataset ;
void:sparqlEndpoint <http://worldbank.270a.info/sparql> ;
foaf:homepage <http://worldbank.270a.info/> ;
.
ecb-dataset:ecb
rdf:type void:Dataset ;
void:sparqlEndpoint <http://ecb.270a.info/sparql> ;
foaf:homepage <http://ecb.270a.info/> ;
.
imf-dataset:imf
rdf:type void:Dataset ;
void:sparqlEndpoint <http://imf.270a.info/sparql> ;
foaf:homepage <http://imf.270a.info/> ;
.
fao-dataset:fao
rdf:type void:Dataset ;
void:sparqlEndpoint <http://fao.270a.info/sparql> ;
foaf:homepage <http://fao.270a.info/> ;
.
<http://dbpedia.org/void/Dataset>
rdf:type void:Dataset ;
dcterms:title "DBpedia"@en ;
#TODO: What's the count?
void:sparqlEndpoint <http://dbpedia.org/sparql> ;
foaf:homepage <http://dbpedia.org/> ;
.
#TODO: What's the real VoID URL?
<http://sws.geonames.org/>
rdf:type void:Dataset ;
dcterms:title "Geonames"@en ;
#TODO: What's the count?
foaf:homepage <http://sws.geonames.org/> ;
.
<http://eurostat.linked-statistics.org/void.ttl#eurostat>
rdf:type void:Dataset ;
dcterms:title "Eurostat"@en ;
void:sparqlEndpoint <http://eurostat.linked-statistics.org/sparql> ;
#TODO: What's the count?
foaf:homepage <http://eurostat.linked-statistics.org/> ;
.
#TODO: What's the real VoID URL?
<http://purl.org/collections/iati/void.ttl#IATI>
rdf:type void:Dataset ;
dcterms:title "International Aid Transparency Initiative"@en ;
void:sparqlEndpoint <http://semanticweb.cs.vu.nl/iati/user/query> ;
#TODO: What's the count?
foaf:homepage <http://semanticweb.cs.vu.nl/iati/home> ;
.
#TODO: What's the real VoID URL?
<http://hxl.humanitarianresponse.info/>
rdf:type void:Dataset ;
dcterms:title "Humanitarian Response"@en ;
void:sparqlEndpoint <http://hxl.humanitarianresponse.info/sparql> ;
#TODO: What's the count?
foaf:homepage <http://hxl.humanitarianresponse.info/> ;
.
:service
a sd:Service ;
sd:endpoint <http://transparency.270a.info/sparql> ;
sd:supportedLanguage sd:SPARQL11Query ;
sd:feature sd:UnionDefaultGraph ;
sd:defaultDatasetDescription [
a sd:Dataset;
dcterms:title "Transparency International Linked Data"@en ;
dcterms:description "Transparency International Linked Data"@en ;
void:triples 51397 ;
sd:defaultGraph [
a sd:Graph, void:Dataset ;
dcterms:title "Transparency International Linked Data SPARQL Endpoint Description"@en ;
dcterms:description "Contains a copy of this SD+VoID file!"@en ;
void:triples 51397 ;
] ;
sd:namedGraph [
sd:name transparency-graph:void ;
sd:graph transparency-dataset:void ;
] ;
sd:namedGraph [
sd:name transparency-graph:meta ;
sd:graph transparency-dataset:meta ;
] ;
sd:namedGraph [
sd:name transparency-graph:corruption-perceptions-index ;
sd:graph transparency-dataset:corruption-perceptions-index ;
] ;
] ;
.