-
Notifications
You must be signed in to change notification settings - Fork 6
/
void.ttl
56 lines (52 loc) · 2.61 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
@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://w3id.org/polifonia/resource/choco/> a void:Dataset;
foaf:homepage <https://choco.github.io>;
foaf:page <https://github.com/smashub/choco/>; # TODO add also Zenodo!
dcterms:title "ChoCo: the Chord Corpus";
dcterms:description "RDF representation of integrated chord collections";
dcterms:contributor <https://www.kcl.ac.uk/>;
dcterms:contributor <https://www.unibo.it/it>;
dcterms:contributor <https://www.jonnybluesman.github.io/>;
dcterms:contributor <https://andreapoltronieri.org/>;
dcterms:contributor <https://www.albertmeronyo.org/>;
dcterms:source <https://github.com/smashub/choco/partitions/>;
dcterms:modified "2022-09-30"^^xsd:date;
dcterms:publisher <https://www.jonnybluesman.github.io/>;
dcterms:publisher <https://andreapoltronieri.org/>;
dcterms:license <https://creativecommons.org/licenses/by-nc-sa/4.0/>;
dcterms:subject <https://dbpedia.org/resource/Harmony>;
dcterms:subject <https://dbpedia.org/resource/Chord>;
dcterms:subject <https://dbpedia.org/resource/Chord_progression>;
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 <https://polifonia.disi.unibo.it/choco/sparql>;
void:exampleResource <http://w3id.org/polifonia/resource/choco/score-example/>;
void:exampleResource <http://w3id.org/polifonia/resource/choco/audio-example/>;
void:uriRegexPattern "/^http:\/\/w3id\.org\/polifonia\/resource\/choco\/(?s).*/gm";
void:vocabulary <http://w3id.org/polifonia/ontology/jams/>;
void:vocabulary <https://w3id.org/polifonia/ontology/roman-chord/>;
void:vocabulary <http://purl.org/ontology/chord/>;
void:triples "29986642";
void:entities "943260";
.
<https://www.jonnybluesman.github.io/> a foaf:Person;
rdfs:label "Jacopo de Berardinis";
foaf:mbox <mailto:[email protected]>;
.
<https://andreapoltronieri.org/> a foaf:Person;
rdfs:label "Andrea Poltronieri";
foaf:mbox <mailto:[email protected]>;
.
<https://www.albertmeronyo.org/> a foaf:Person;
rdfs:label "Albert Meroño-Peñuela";
foaf:mbox <mailto:[email protected]>;
.