-
Notifications
You must be signed in to change notification settings - Fork 3
/
void.ttl
45 lines (43 loc) · 2.21 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
@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 wv: <http://vocab.org/waiver/terms/norms> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
<http://purl.org/midi-ld> a void:Dataset;
foaf:homepage <https://midi-ld.github.io>;
foaf:page <http://midi-ld.amp.ops.labs.vu.nl/>; #add also datahub.io
dcterms:title "MIDI Linked Data Cloud";
dcterms:description "RDF representation of MIDI collections from the Web";
dcterms:contributor <https://www.vu.nl/>;
dcterms:contributor <http://krr.cs.vu.nl/>;
dcterms:contributor <https://www.albertmeronyo.org/>;
dcterms:contributor <http://www.rinkehoekstra.nl/>;
dcterms:source <https://github.com/midi-ld/sources>;
dcterms:modified "2017-05-03"^^xsd:date;
dcterms:publisher <https://www.albertmeronyo.org/>;
dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/>;
dcterms:subject <http://dbpedia.org/resource/MIDI>;
dcterms:subject <http://dbpedia.org/resource/Linked_data>;
dcterms:subject <http://dbpedia.org/resource/Musicology>;
dcterms:feature <http://www.w3.org/ns/formats/Turtle>;
void:sparqlEndpoint <http://purl.org/midi-ld/sparql>;
void:dataDump <http://midi-ld.amp.ops.labs.vu.nl/2016-11-21/midi-ld.tar.gz>;
void:dataDump <http://midi-ld.amp.ops.labs.vu.nl/2017-01-11/midi-ld.tar.gz>;
void:exampleResource <http://purl.org/midi-ld/piece/87dd99fb346cd4c7934cb36a00868cbe>;
void:uriSpace "http://purl.org/midi-ld/piece/";
void:uriRegexPattern "^http://purl\\.org/midi\\-ld/piece/";
void:vocabulary <http://purl.org/midi-ld/midi#>;
void:vocabulary <https://raw.githubusercontent.com/midi-ld/midi2rdf/master/vocab.ttl>;
void:vocabulary <http://purl.org/midi-ld/notes/>;
void:vocabulary <http://purl.org/midi-ld/programs/>;
void:triples "10215557355";
void:entities "308443";
.
<https://www.albertmeronyo.org/> a foaf:Person;
rdfs:label "Albert Meroño-Peñuela";
foaf:mbox <mailto:albert.meronyo@gmail.com>;
.