Showing
4 changed files
with
77 additions
and
0 deletions
1 | +# baseURI: http://www.reportinghub.no/refdata/XSD-Datatypes | ||
2 | +# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | ||
3 | +# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | ||
4 | + | ||
5 | +@prefix : <http://posccaesar.org/rdl/> . | ||
6 | +@prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
7 | +@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
12 | + | ||
13 | +:ERH-DATE | ||
14 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
15 | + :hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ; | ||
16 | + :hasDesignation "XML SCHEMA DATE"^^xsd:string . | ||
17 | + | ||
18 | +:ERH-DATETIME | ||
19 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
20 | + :hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ; | ||
21 | + :hasDesignation "XML SCHEMA DATETIME"^^xsd:string . | ||
22 | + | ||
23 | +:ERH-DOUBLE | ||
24 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
25 | + :hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ; | ||
26 | + :hasDesignation "XML SCHEMA DOUBLE"^^xsd:string . | ||
27 | + | ||
28 | +:ERH-FLOAT | ||
29 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
30 | + :hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ; | ||
31 | + :hasDesignation "XML SCHEMA FLOAT"^^xsd:string . | ||
32 | + | ||
33 | +:ERH-INTEGER | ||
34 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
35 | + :hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ; | ||
36 | + :hasDesignation "XML SCHEMA INTEGER"^^xsd:string . | ||
37 | + | ||
38 | +:ERH-STRING | ||
39 | + rdf:type ISO-15926-2_2003:RepresentationForm ; | ||
40 | + :hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ; | ||
41 | + :hasDesignation "XML SCHEMA STRING"^^xsd:string . | ||
42 | + | ||
43 | +<http://www.reportinghub.no/refdata/XSD-Datatypes> | ||
44 | + rdf:type owl:Ontology ; | ||
45 | + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ; | ||
46 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#RepresentationForm> | ||
13 | + forms:keyProperties (rdfs:label rdfs:comment <http://posccaesar.org/rdl/hasDesignation>) . |
This diff is collapsed. Click to expand it.
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
16 | + "singlePass" ; | ||
17 | + composite:index "0"^^xsd:int | ||
18 | + ] . |
-
Please register or login to post a comment