Tore Christiansen

Initial commit of files to sourcetree

This diff could not be displayed because it is too large.
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 -ptrn:pattern1 rdl:hasDesignation "jojo";
15 - rdl:defaultRdsId "RDS12345";
16 - rdl:hasIdPCA "RDS12345";
17 - rdf:type p2:jojo1;
18 - rdfs:label "jojo".
19 -
20 -