view 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
line wrap: on
line source
@prefix     rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix    rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix   cpack: <http://cliopatria.swi-prolog.org/schema/cpack#> .

<> a cpack:Ontology ;
	cpack:packageName "dbpedia" ;
	dcterms:title "DBPedia OWL schema" ;
	cpack:author [ foaf:name "Samer Abdallah" ;
		       foaf:mbox <mailto:s.abdallah@ucl.ac.uk> ;
		     ] ;
	cpack:primaryRepository
	    [ a cpack:GitRepository ;
	      cpack:gitURL <git://eculture.cs.vu.nl/home/janw/git/ClioPatria/foaf.git>
	    ] ;
	cpack:description

"""This package provides the DBPedia Ontology schema.  The default configuration installs
   the =dbp= prefix for use in Prolog and ensures that the schema is loaded
   in the RDF store.
""" .