Håvard M. Ottestad

Improved test file RDSS-13

1 -<http://data.posccaesar.org/ptrn/pattern1> <http://example.com/something> <http://example.com/somethingElse>
...\ No newline at end of file ...\ No newline at end of file
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 "Pattern 1";
15 + rdl:defaultRdsId "RDS1234";
16 + rdl:hasIdPCA "RDS1234";
17 + rdf:type p2:ExpressString.
18 +
19 +
......