comparison cpack/dbpedia/rdf/cpack/dbpedia.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
6 <> a cpack:Ontology ;
7 cpack:packageName "dbpedia" ;
8 dcterms:title "DBPedia OWL schema" ;
9 cpack:author [ foaf:name "Samer Abdallah" ;
10 foaf:mbox <mailto:s.abdallah@ucl.ac.uk> ;
11 ] ;
12 cpack:primaryRepository
13 [ a cpack:GitRepository ;
14 cpack:gitURL <git://eculture.cs.vu.nl/home/janw/git/ClioPatria/foaf.git>
15 ] ;
16 cpack:description
17
18 """This package provides the DBPedia Ontology schema. The default configuration installs
19 the =dbp= prefix for use in Prolog and ensures that the schema is loaded
20 in the RDF store.
21 """ .
22
23