-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3beb84
commit b840a7a
Showing
448 changed files
with
21,517 additions
and
224 deletions.
There are no files selected for viewing
98 changes: 98 additions & 0 deletions
98
_includes/rdf/_polifonia-project/Polifonia-Corpus-Web-API/README.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
[ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Polifonia-Corpus-Web-API", | ||
"@type": [ | ||
"http://w3id.org/polifonia/ecosystem/WebApplication", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Source code of the Polifonia Corpus web application" | ||
} | ||
], | ||
"https://schema.org/contributor": [ | ||
{ | ||
"@value": "Rocco Tripodi <https://github.com/marcograsso>" | ||
}, | ||
{ | ||
"@value": "Marco Grasso <https://github.com/roccotrip>" | ||
} | ||
], | ||
"https://schema.org/distribution": [ | ||
{ | ||
"@value": "https://polifonia.disi.unibo.it/corpus/" | ||
} | ||
], | ||
"https://schema.org/hasPart": [ | ||
{ | ||
"@value": "Polifonia-Corpus" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "Polifonia-Corpus-Web-API" | ||
}, | ||
{ | ||
"@id": "_:n36caa81495474161af5a3ad76b4bde2eb1" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "Source code of the Polifonia Corpus web application" | ||
} | ||
], | ||
"https://schema.org/isPartOf": [ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP1" | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project" | ||
} | ||
], | ||
"https://schema.org/license": [ | ||
{ | ||
"@value": "CC0" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Polifonia Corpus Web API" | ||
} | ||
], | ||
"https://schema.org/workExample": [ | ||
{ | ||
"@value": "https://polifonia.disi.unibo.it/corpus/" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "_:n36caa81495474161af5a3ad76b4bde2eb1", | ||
"@type": [ | ||
"https://schema.org/PropertyValue" | ||
], | ||
"https://schema.org/PropertyID": [ | ||
{ | ||
"@value": "doi" | ||
} | ||
], | ||
"https://schema.org/value": [ | ||
{ | ||
"@value": "10.5281/zenodo.7736486" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project", | ||
"@type": [ | ||
"https://schema.org/Project" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP1", | ||
"@type": [ | ||
"http://purl.org/spar/fabio/WorkPackage" | ||
] | ||
} | ||
] |
47 changes: 47 additions & 0 deletions
47
_includes/rdf/_polifonia-project/Polifonia-Corpus/README.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Polifonia-Corpus", | ||
"@type": [ | ||
"http://w3id.org/polifonia/ecosystem/Corpus", | ||
"http://purl.org/cerif/frapo/MaterialOutput" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Data, metadata, statistics, annotations and interrogation APIs of the Polifonia Textual Corpus." | ||
} | ||
], | ||
"https://schema.org/creditText": [ | ||
{ | ||
"@id": "http://sparql.xyz/facade-x/data/a47caa1028b2c378de125c60cd8d1a28#/credits" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "Polifonia-Corpus" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "Data, metadata, statistics, annotations and interrogation APIs of the Polifonia Textual Corpus." | ||
} | ||
], | ||
"https://schema.org/isPartOf": [ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP4" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Polifonia Corpus" | ||
} | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP4", | ||
"@type": [ | ||
"http://purl.org/spar/fabio/WorkPackage" | ||
] | ||
} | ||
] |
1 change: 1 addition & 0 deletions
1
_includes/rdf/_polifonia-project/Polifonia-Corpus/annotations/README.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
_includes/rdf/_polifonia-project/Polifonia-Corpus/interrogation/README.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
1 change: 1 addition & 0 deletions
1
_includes/rdf/_polifonia-project/broadcast-concerts-knowledge-graph/README.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[] |
84 changes: 84 additions & 0 deletions
84
...ect/broadcast-concerts-knowledge-graph/ecosystem/broadcast-concerts-docs-blog.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
[ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP2", | ||
"@type": [ | ||
"http://purl.org/spar/fabio/WorkPackage" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Interlink", | ||
"@type": [ | ||
"http://purl.org/cerif/frapo/Investigation" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project", | ||
"@type": [ | ||
"https://schema.org/Project" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/broadcast-concerts-docs-blog", | ||
"@type": [ | ||
"http://purl.org/cerif/frapo/MaterialOutput", | ||
"http://w3id.org/polifonia/ecosystem/Documentation" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "The Broadcast Concerts blog describes the key features of the Broadcast Concerts knowledge graph" | ||
} | ||
], | ||
"https://schema.org/contributor": [ | ||
{ | ||
"@value": "Govert Brinkmann" | ||
}, | ||
{ | ||
"@value": "Mari Wigham" | ||
}, | ||
{ | ||
"@value": "Willem Melder" | ||
} | ||
], | ||
"https://schema.org/distribution": [ | ||
{ | ||
"@value": "https://labs.beeldengeluid.nl/blogs/moz-dataset-blog" | ||
} | ||
], | ||
"https://schema.org/hasPart": [ | ||
{ | ||
"@value": "broadcast-concerts-sparql-endpoint" | ||
}, | ||
{ | ||
"@value": "braodcast-concerts-knowledge-graph" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "broadcast-concerts-docs-blog" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "The Broadcast Concerts blog describes the key features of the Broadcast Concerts knowledge graph" | ||
} | ||
], | ||
"https://schema.org/isPartOf": [ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP2" | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project" | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Interlink" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Broadcast Concerts blog" | ||
} | ||
] | ||
} | ||
] |
84 changes: 84 additions & 0 deletions
84
...t/broadcast-concerts-knowledge-graph/ecosystem/broadcast-concerts-docs-melody.schema.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
[ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP2", | ||
"@type": [ | ||
"http://purl.org/spar/fabio/WorkPackage" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Interlink", | ||
"@type": [ | ||
"http://purl.org/cerif/frapo/Investigation" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project", | ||
"@type": [ | ||
"https://schema.org/Project" | ||
] | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/broadcast-concerts-docs-melody", | ||
"@type": [ | ||
"http://purl.org/cerif/frapo/MaterialOutput", | ||
"http://w3id.org/polifonia/ecosystem/Documentation" | ||
], | ||
"https://schema.org/abstract": [ | ||
{ | ||
"@language": "en", | ||
"@value": "The Broadcast Concerts Data Story describes the key features of the Broadcast Concerts knowledge graph" | ||
} | ||
], | ||
"https://schema.org/contributor": [ | ||
{ | ||
"@value": "Mari Wigham" | ||
}, | ||
{ | ||
"@value": "Willem Melder" | ||
}, | ||
{ | ||
"@value": "Govert Brinkmann" | ||
} | ||
], | ||
"https://schema.org/distribution": [ | ||
{ | ||
"@value": "https://projects.dharc.unibo.it/melody/sound_and_vision/dutch_broadcast_concert_collection" | ||
} | ||
], | ||
"https://schema.org/hasPart": [ | ||
{ | ||
"@value": "broadcast-concerts-knowledge-graph" | ||
}, | ||
{ | ||
"@value": "broadcast-concerts-sparql-endpoint" | ||
} | ||
], | ||
"https://schema.org/identifier": [ | ||
{ | ||
"@value": "broadcast-concerts-docs-melody" | ||
} | ||
], | ||
"https://schema.org/isBasedOn": [ | ||
{ | ||
"@value": "The Broadcast Concerts Data Story describes the key features of the Broadcast Concerts knowledge graph" | ||
} | ||
], | ||
"https://schema.org/isPartOf": [ | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/Interlink" | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/WP2" | ||
}, | ||
{ | ||
"@id": "http://w3id.org/polifonia/ecosystem/polifonia-project" | ||
} | ||
], | ||
"https://schema.org/title": [ | ||
{ | ||
"@language": "en", | ||
"@value": "Broadcast Concerts Data Story" | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.