annotate 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
rev   line source
Daniel@0 1 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
Daniel@0 2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
Daniel@0 3 @prefix dcterms: <http://purl.org/dc/terms/> .
Daniel@0 4 @prefix cpack: <http://cliopatria.swi-prolog.org/schema/cpack#> .
Daniel@0 5 @prefix mo: <http://xmlns.com/foaf/0.1/> .
Daniel@0 6
Daniel@0 7 <> a cpack:Ontology ;
Daniel@0 8 cpack:packageName "musicont" ;
Daniel@0 9 dcterms:title "The Music Ontology OWL schema" ;
Daniel@0 10 cpack:author [ foaf:name "Samer Abdallah" ;
Daniel@0 11 foaf:mbox <mailto:s.abdallah@ucl.ac.uk> ;
Daniel@0 12 ] ;
Daniel@0 13 cpack:primaryRepository
Daniel@0 14 [ a cpack:GitRepository ;
Daniel@0 15 cpack:gitURL <git://eculture.cs.vu.nl/home/janw/git/ClioPatria/foaf.git>
Daniel@0 16 ] ;
Daniel@0 17 cpack:description
Daniel@0 18
Daniel@0 19 """This package provides the Music Ontology schema. The default configuration installs
Daniel@0 20 the =mo= prefix for use in Prolog and ensures that the schema is loaded
Daniel@0 21 in the RDF store.
Daniel@0 22 """ .
Daniel@0 23
Daniel@0 24