Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2013-06-21 10:16:08 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31a0abc53435fa4cc3df3ff344757606ff06ef11
31a0abc5
1 parent
5b7fef5f
rename foundation rd file and merge xsd datatype rd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
68 additions
and
96 deletions
www.reportinghub.no/refdata/RDL_ERHDrilling.ttl
www.reportinghub.no/refdata/RDL_ERHFoundationRD.ttl → www.reportinghub.no/refdata/RDL_ERHFoundation.ttl
www.reportinghub.no/refdata/RDL_ERHNPDFacts.ttl
www.reportinghub.no/refdata/RDL_ERHProduction.ttl
www.reportinghub.no/refdata/RDL_XSD-Datatypes.ttl
www.reportinghub.no/refdata/RDL_XSD-Datatypes.ttl.tbc
www.reportinghub.no/refdata/transform/class2rd.ttl
www.reportinghub.no/refdata/transform/datprop2rd.ttl
www.reportinghub.no/refdata/transform/objprop2rd.ttl
www.reportinghub.no/refdata/RDL_ERHDrilling.ttl
View file @
31a0abc
# baseURI: http://www.reportinghub.no/refdata/drilling
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
# imports: http://www.reportinghub.no/refdata/
foundation
@prefix
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
foundation
#>
.
@prefix
class2rd:
<http://www.reportinghub.no/refdata/transform/class2rd#>
.
@prefix
datprop2rd:
<http://www.reportinghub.no/refdata/transform/datprop2rd#>
.
@prefix
drilling:
<http://www.reportinghub.no/refdata/drilling#>
.
...
...
@@ -25605,7 +25605,7 @@ pca-rdl:ERH547f6330-2a4b-11b2-8009-83325ce2ad0f
<http://www.reportinghub.no/refdata/drilling>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
>
;
owl:
imports
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://www.reportinghub.no/refdata/
foundation
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
<http://www.w3.org/2004/02/skos/core#broader>
...
...
www.reportinghub.no/refdata/RDL_ERHFoundation
RD
.ttl
→
www.reportinghub.no/refdata/RDL_ERHFoundation.ttl
View file @
31a0abc
# baseURI: http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
# baseURI: http://www.reportinghub.no/refdata/
foundation
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://www.reportinghub.no/refdata/XSD-Datatypes
@prefix
:
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
#>
.
@prefix
:
<http://www.reportinghub.no/refdata/
foundation
#>
.
@prefix
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
p2:
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
.
...
...
@@ -12,6 +11,36 @@
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
pca-rdl:
ERH-DATE
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Date Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DATE"
^^
xsd:
string
.
pca-rdl:
ERH-DATETIME
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language DateTime Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DATETIME"
^^
xsd:
string
.
pca-rdl:
ERH-DOUBLE
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Double Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DOUBLE"
^^
xsd:
string
.
pca-rdl:
ERH-FLOAT
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Float Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA FLOAT"
^^
xsd:
string
.
pca-rdl:
ERH-INTEGER
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Integer Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA INTEGER"
^^
xsd:
string
.
pca-rdl:
ERH-STRING
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language String Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA STRING"
^^
xsd:
string
.
pca-rdl:
ERH00000
rdf:
type
p2:
Thing
,
owl:
Class
;
rdfs:
subClassOf
owl:
Thing
;
...
...
@@ -47,7 +76,25 @@ pca-rdl:ERH00004
"EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"
^^
xsd:
string
;
pca-rdl:
hasIdPCA
"ERH00004"
^^
xsd:
string
.
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
>
<http://www.reportinghub.no/refdata/
foundation
>
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>
,
<http://www.reportinghub.no/refdata/XSD-Datatypes>
;
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
.
xsd:
date
owl:
sameAs
pca-rdl:
ERH-DATE
.
xsd:
dateTime
owl:
sameAs
pca-rdl:
ERH-DATETIME
.
xsd:
double
owl:
sameAs
pca-rdl:
ERH-DOUBLE
.
xsd:
float
owl:
sameAs
pca-rdl:
ERH-FLOAT
.
xsd:
integer
owl:
sameAs
pca-rdl:
ERH-INTEGER
.
xsd:
string
owl:
sameAs
pca-rdl:
ERH-STRING
.
...
...
www.reportinghub.no/refdata/RDL_ERHNPDFacts.ttl
View file @
31a0abc
# baseURI: http://www.reportinghub.no/refdata/npdfacts
# imports: http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
# imports: http://www.reportinghub.no/refdata/
foundation
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
foundation
#>
.
@prefix
class2rd:
<http://www.reportinghub.no/refdata/transform/class2rd#>
.
@prefix
datprop2rd:
<http://www.reportinghub.no/refdata/transform/datprop2rd#>
.
@prefix
npdfacts:
<http://www.reportinghub.no/refdata/npdfacts#>
.
...
...
@@ -4281,4 +4281,4 @@ pca-rdl:ERH4be00a29-2a3b-11b2-8044-f80dbf6cc067
<http://www.reportinghub.no/refdata/npdfacts>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
>
.
owl:
imports
<http://www.reportinghub.no/refdata/
foundation
>
.
...
...
www.reportinghub.no/refdata/RDL_ERHProduction.ttl
View file @
31a0abc
...
...
@@ -2,6 +2,7 @@
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/production
# imports: http://www.reportinghub.no/refdata/drilling
# imports: http://www.reportinghub.no/refdata/foundation
# imports: http://www.reportinghub.no/refdata/npdfacts
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -15,5 +16,5 @@
<http://www.reportinghub.no/refdata/production>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/refdata/drilling>
,
<http://www.reportinghub.no/refdata/npdfacts>
;
owl:
imports
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/refdata/drilling>
,
<http://www.reportinghub.no/refdata/
foundation>
,
<http://www.reportinghub.no/refdata/
npdfacts>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
...
...
www.reportinghub.no/refdata/RDL_XSD-Datatypes.ttl
deleted
100644 → 0
View file @
5b7fef5
# 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
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
p2:
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
.
@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
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Date Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DATE"
^^
xsd:
string
.
:
ERH-DATETIME
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language DateTime Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DATETIME"
^^
xsd:
string
.
:
ERH-DOUBLE
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Double Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA DOUBLE"
^^
xsd:
string
.
:
ERH-FLOAT
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Float Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA FLOAT"
^^
xsd:
string
.
:
ERH-INTEGER
rdf:
type
p2:
RepresentationForm
;
:
hasDefinition
"the W3C XML Schema Language Integer Datatype"
^^
xsd:
string
;
:
hasDesignation
"XML SCHEMA INTEGER"
^^
xsd:
string
.
:
ERH-STRING
rdf:
type
p2:
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
.
xsd:
date
owl:
sameAs
:
ERH-DATE
.
xsd:
dateTime
owl:
sameAs
:
ERH-DATETIME
.
xsd:
double
owl:
sameAs
:
ERH-DOUBLE
.
xsd:
float
owl:
sameAs
:
ERH-FLOAT
.
xsd:
integer
owl:
sameAs
:
ERH-INTEGER
.
xsd:
string
owl:
sameAs
:
ERH-STRING
.
www.reportinghub.no/refdata/RDL_XSD-Datatypes.ttl.tbc
deleted
100644 → 0
View file @
5b7fef5
# 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>
)
.
www.reportinghub.no/refdata/transform/class2rd.ttl
View file @
31a0abc
...
...
@@ -3,11 +3,11 @@
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
# imports: http://www.reportinghub.no/refdata/
foundation
@prefix
:
<http://www.reportinghub.no/refdata/transform/class2rd#>
.
@prefix
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
foundation
#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
@prefix
drilling:
<http://www.reportinghub.no/ep/schema/1.0/drilling#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
...
...
@@ -23,7 +23,7 @@
<http://www.reportinghub.no/refdata/transform/class2rd>
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>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
>
;
owl:
imports
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003>
,
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/
foundation
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
rdfs:
Class
...
...
www.reportinghub.no/refdata/transform/datprop2rd.ttl
View file @
31a0abc
...
...
@@ -3,11 +3,11 @@
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
# imports: http://www.reportinghub.no/refdata/
foundation
@prefix
:
<http://www.reportinghub.no/refdata/transform/datprop2rd#>
.
@prefix
RDL-annotations:
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
#>
.
@prefix
RDL_ERHFoundationRD:
<http://www.reportinghub.no/refdata/
foundation
#>
.
@prefix
afn:
<http://jena.hpl.hp.com/ARQ/function#>
.
@prefix
drilling:
<http://www.reportinghub.no/ep/schema/1.0/drilling#>
.
@prefix
fn:
<http://www.w3.org/2005/xpath-functions#>
.
...
...
@@ -23,7 +23,7 @@
<http://www.reportinghub.no/refdata/transform/datprop2rd>
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>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/
RDL_ERHFoundationRD
>
;
owl:
imports
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003>
,
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/
foundation
>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
DatatypeProperty
...
...
www.reportinghub.no/refdata/transform/objprop2rd.ttl
View file @
31a0abc
...
...
@@ -3,6 +3,7 @@
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/refdata/foundation
# imports: http://www.reportinghub.no/refdata/transform/class2rd
@prefix
:
<http://www.reportinghub.no/refdata/transform/objprop2rd#>
.
...
...
@@ -164,7 +165,7 @@
<http://www.reportinghub.no/refdata/transform/objprop2rd>
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>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/transform/class2rd>
;
owl:
imports
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003>
,
<http://rds.posccaesar.org/2008/06/OWL/RDL-annotations>
,
<http://spinrdf.org/spin>
,
<http://www.reportinghub.no/np/schema/1.0/npd>
,
<http://www.reportinghub.no/refdata/
foundation>
,
<http://www.reportinghub.no/refdata/
transform/class2rd>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
owl:
ObjectProperty
...
...
Please
register
or
login
to post a comment