Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -11,10 +11,10 @@ PREFIX dc: <http://purl.org/dc/elements/1.1/> | ... | @@ -11,10 +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 "test"; | 14 | +ptrn:pattern1 rdl:hasDesignation "hurra"; |
| 15 | rdl:defaultRdsId "RDS12345"; | 15 | rdl:defaultRdsId "RDS12345"; |
| 16 | rdl:hasIdPCA "RDS12345"; | 16 | rdl:hasIdPCA "RDS12345"; |
| 17 | rdf:type p2:Hurra1; | 17 | rdf:type p2:Hurra1; |
| 18 | - rdfs:label "test". | 18 | + rdfs:label "hurra". |
| 19 | 19 | ||
| 20 | 20 | ... | ... |
-
Please register or login to post a comment