Strabon
changeset 486:f227e7725f21
added file for including the prefixes when SPARQL querying using endpoint and strabon scripts (functionality shall be added in the near future)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Jul 23 01:22:46 2012 +0300 (2012-07-23) |
parents | 3a0e2d2bf1a0 |
children | cf5227b6f3af |
files | scripts/prefixes.sparql |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/scripts/prefixes.sparql Mon Jul 23 01:22:46 2012 +0300 1.3 @@ -0,0 +1,7 @@ 1.4 +PREFIX clc: <http://geo.linkedopendata.gr/corine/ontology#> 1.5 +PREFIX gag: <http://teleios.di.uoa.gr/ontologies/gagKallikratis.rdf#> 1.6 +PREFIX noa: <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#> 1.7 +PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 1.8 +PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> 1.9 +PREFIX strdf: <http://strdf.di.uoa.gr/ontology#> 1.10 +PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>