Håvard M. Ottestad

test

...@@ -11,24 +11,10 @@ PREFIX dc: <http://purl.org/dc/elements/1.1/> ...@@ -11,24 +11,10 @@ PREFIX dc: <http://purl.org/dc/elements/1.1/>
11 PREFIX rdl: <http://data.posccaesar.org/rdl/> 11 PREFIX rdl: <http://data.posccaesar.org/rdl/>
12 PREFIX ptrn: <http://data.posccaesar.org/ptrn/> 12 PREFIX ptrn: <http://data.posccaesar.org/ptrn/>
13 13
14 -ptrn:pattern1 rdl:hasDesignation "tata"; 14 +ptrn:pattern1 rdl:hasDesignation "jojo";
15 rdl:defaultRdsId "RDS12345"; 15 rdl:defaultRdsId "RDS12345";
16 rdl:hasIdPCA "RDS12345"; 16 rdl:hasIdPCA "RDS12345";
17 - rdf:type p2:tata1; 17 + rdf:type p2:jojo1;
18 - rdfs:label "tata". 18 + rdfs:label "jojo".
19 -
20 -ptrn:pattern2 rdl:hasDesignation "hurra";
21 - rdl:defaultRdsId "RDS12345";
22 - rdl:hasIdPCA "RDS12345";
23 - rdf:type p2:hurra1;
24 - rdfs:label "hurra".
25 -
26 -
27 -ptrn:pattern3 rdl:hasDesignation "neinei";
28 - rdl:defaultRdsId "RDS12345";
29 - rdl:hasIdPCA "RDS12345";
30 - rdf:type p2:neinei1;
31 - rdfs:label "neinei".
32 -
33 19
34 20
......