RDL_ERHFoundation.ttl
3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# baseURI: http://www.reportinghub.no/refdata/1.0/foundation
# imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003
# imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations
@prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix foundationrd: <http://www.reportinghub.no/refdata/1.0/foundation#> .
@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#> .
@prefix pca-rdl: <http://posccaesar.org/rdl/> .
@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> .
<http://www.reportinghub.no/refdata/1.0/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> ;
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 .
pca-rdl:ERH-DATE
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DATE"^^xsd:string .
pca-rdl:ERH-DATETIME
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DATETIME"^^xsd:string .
pca-rdl:ERH-DOUBLE
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA DOUBLE"^^xsd:string .
pca-rdl:ERH-FLOAT
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA FLOAT"^^xsd:string .
pca-rdl:ERH-INTEGER
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA INTEGER"^^xsd:string .
pca-rdl:ERH-STRING
rdf:type p2:RepresentationForm ;
pca-rdl:hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ;
pca-rdl:hasDesignation "XML SCHEMA STRING"^^xsd:string .
pca-rdl:ERH00000
rdf:type p2:Thing , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA THING"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00000"^^xsd:string .
pca-rdl:ERH00001
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00001"^^xsd:string .
pca-rdl:ERH00002
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB NPD REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00002"^^xsd:string .
pca-rdl:ERH00003
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB DRILLING REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00003"^^xsd:string .
pca-rdl:ERH00004
rdf:type p2:ClassOfClass , owl:Class ;
rdfs:subClassOf owl:Thing ;
pca-rdl:hasDesignation
"EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ;
pca-rdl:hasIdPCA "ERH00004"^^xsd:string .