Håvard M. Ottestad

test

...@@ -17,4 +17,18 @@ ptrn:pattern1 rdl:hasDesignation "tata"; ...@@ -17,4 +17,18 @@ ptrn:pattern1 rdl:hasDesignation "tata";
17 rdf:type p2:tata1; 17 rdf:type p2:tata1;
18 rdfs:label "tata". 18 rdfs:label "tata".
19 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 +
20 34
......