forked from enridaga/musow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.ttl
25 lines (24 loc) · 1.05 KB
/
meta.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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix dcat: <http://www.w3.org/ns/dcat#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix void: <http://rdfs.org/ns/void#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix sparql: <http://ontologi.es/sparql#>.
@prefix mo: <http://data.open.ac.uk/meta/ontology/> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@prefix doap: <http://usefulinc.com/ns/doap#>.
<http://data.open.ac.uk/context/musow>
rdfs:label "musoW" ;
mo:status mo:stable ;
mo:role mo:data ;
dcterms:license <http://creativecommons.org/licenses/by/3.0/> ;
dcterms:description "The musoW catalogue of musical data on the Web." ;
prov:wasDerivedFrom <https://github.com/enridaga/musow> ;
owl:versionInfo "1.0-RC1" ;
doap:revision "1.0-RC1.201707240807" ;
doap:release "1.0-RC1"
.