David Price

Started on datatype properties

# baseURI: http://www.reportinghub.no/refdata/XSD-Datatypes
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
@prefix : <http://posccaesar.org/rdl/> .
@prefix ISO-15926-2_2003: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:ERH-DATE
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DATE"^^xsd:string .
:ERH-DATETIME
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
:ERH-DOUBLE
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
:ERH-FLOAT
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
:ERH-INTEGER
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
:ERH-STRING
rdf:type ISO-15926-2_2003:RepresentationForm ;
:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
:hasDesignation "XML SCHEMA STRING"^^xsd:string .
<http://www.reportinghub.no/refdata/XSD-Datatypes>
rdf:type owl:Ontology ;
owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#RepresentationForm>
forms:keyProperties (rdfs:label rdfs:comment <http://posccaesar.org/rdl/hasDesignation>) .
This diff is collapsed. Click to expand it.
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .