RDL_ERHFoundationRD.ttl
2.3 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
# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD
# 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 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 pca-rdl: <http://posccaesar.org/rdl/> .
@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#> .
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 .
<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD>
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:versionInfo "Created with TopBraid Composer"^^xsd:string .