Håvard Ottestad

trying out sparql transforms

1 +PREFIX owl: <http://www.w3.org/2002/07/owl#>
2 +PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
3 +PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
4 +PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
5 +PREFIX fn: <http://www.w3.org/2005/xpath-functions#>
6 +PREFIX p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
7 +PREFIX rds: <http://rdl.rdlfacade.org/data#>
8 +PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#>
9 +PREFIX dc: <http://purl.org/dc/elements/1.1/>
10 +
11 +PREFIX rdl: <http://data.posccaesar.org/rdl/>
12 +PREFIX ptrn: <http://data.posccaesar.org/ptrn/>
13 +
14 +insert {
15 + rdl:RDS327239 rdfs:comment "yay".
16 +
17 +}where {
18 +
19 +}
...\ No newline at end of file ...\ No newline at end of file