comparison cpack/musicont/rdf/cpack/musicont.ttl @ 0:718306e29690 tip

commiting public release
author Daniel Wolff
date Tue, 09 Feb 2016 21:05:06 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:718306e29690
1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3 @prefix dcterms: <http://purl.org/dc/terms/> .
4 @prefix cpack: <http://cliopatria.swi-prolog.org/schema/cpack#> .
5 @prefix mo: <http://xmlns.com/foaf/0.1/> .
6
7 <> a cpack:Ontology ;
8 cpack:packageName "musicont" ;
9 dcterms:title "The Music Ontology OWL schema" ;
10 cpack:author [ foaf:name "Samer Abdallah" ;
11 foaf:mbox <mailto:s.abdallah@ucl.ac.uk> ;
12 ] ;
13 cpack:primaryRepository
14 [ a cpack:GitRepository ;
15 cpack:gitURL <git://eculture.cs.vu.nl/home/janw/git/ClioPatria/foaf.git>
16 ] ;
17 cpack:description
18
19 """This package provides the Music Ontology schema. The default configuration installs
20 the =mo= prefix for use in Prolog and ensures that the schema is loaded
21 in the RDF store.
22 """ .
23
24