Showing
9 changed files
with
68 additions
and
96 deletions
1 | # baseURI: http://www.reportinghub.no/refdata/drilling | 1 | # baseURI: http://www.reportinghub.no/refdata/drilling |
2 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 2 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
3 | -# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD | 3 | +# imports: http://www.reportinghub.no/refdata/foundation |
4 | 4 | ||
5 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 5 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
6 | -@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> . | 6 | +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> . |
7 | @prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> . | 7 | @prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> . |
8 | @prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> . | 8 | @prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> . |
9 | @prefix drilling: <http://www.reportinghub.no/refdata/drilling#> . | 9 | @prefix drilling: <http://www.reportinghub.no/refdata/drilling#> . |
... | @@ -25605,7 +25605,7 @@ pca-rdl:ERH547f6330-2a4b-11b2-8009-83325ce2ad0f | ... | @@ -25605,7 +25605,7 @@ pca-rdl:ERH547f6330-2a4b-11b2-8009-83325ce2ad0f |
25605 | 25605 | ||
25606 | <http://www.reportinghub.no/refdata/drilling> | 25606 | <http://www.reportinghub.no/refdata/drilling> |
25607 | rdf:type owl:Ontology ; | 25607 | rdf:type owl:Ontology ; |
25608 | - owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> ; | 25608 | + owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> , <http://www.reportinghub.no/refdata/foundation> ; |
25609 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25609 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25610 | 25610 | ||
25611 | <http://www.w3.org/2004/02/skos/core#broader> | 25611 | <http://www.w3.org/2004/02/skos/core#broader> | ... | ... |
1 | -# baseURI: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD | 1 | +# baseURI: http://www.reportinghub.no/refdata/foundation |
2 | # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 | 2 | # imports: http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003 |
3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
4 | -# imports: http://www.reportinghub.no/refdata/XSD-Datatypes | ||
5 | 4 | ||
6 | -@prefix : <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> . | 5 | +@prefix : <http://www.reportinghub.no/refdata/foundation#> . |
7 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 6 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
9 | @prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | 8 | @prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . |
... | @@ -12,6 +11,36 @@ | ... | @@ -12,6 +11,36 @@ |
12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
13 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
14 | 13 | ||
14 | +pca-rdl:ERH-DATE | ||
15 | + rdf:type p2:RepresentationForm ; | ||
16 | + :hasDefinition "the W3C XML Schema Language Date Datatype"^^xsd:string ; | ||
17 | + :hasDesignation "XML SCHEMA DATE"^^xsd:string . | ||
18 | + | ||
19 | +pca-rdl:ERH-DATETIME | ||
20 | + rdf:type p2:RepresentationForm ; | ||
21 | + :hasDefinition "the W3C XML Schema Language DateTime Datatype"^^xsd:string ; | ||
22 | + :hasDesignation "XML SCHEMA DATETIME"^^xsd:string . | ||
23 | + | ||
24 | +pca-rdl:ERH-DOUBLE | ||
25 | + rdf:type p2:RepresentationForm ; | ||
26 | + :hasDefinition "the W3C XML Schema Language Double Datatype"^^xsd:string ; | ||
27 | + :hasDesignation "XML SCHEMA DOUBLE"^^xsd:string . | ||
28 | + | ||
29 | +pca-rdl:ERH-FLOAT | ||
30 | + rdf:type p2:RepresentationForm ; | ||
31 | + :hasDefinition "the W3C XML Schema Language Float Datatype"^^xsd:string ; | ||
32 | + :hasDesignation "XML SCHEMA FLOAT"^^xsd:string . | ||
33 | + | ||
34 | +pca-rdl:ERH-INTEGER | ||
35 | + rdf:type p2:RepresentationForm ; | ||
36 | + :hasDefinition "the W3C XML Schema Language Integer Datatype"^^xsd:string ; | ||
37 | + :hasDesignation "XML SCHEMA INTEGER"^^xsd:string . | ||
38 | + | ||
39 | +pca-rdl:ERH-STRING | ||
40 | + rdf:type p2:RepresentationForm ; | ||
41 | + :hasDefinition "the W3C XML Schema Language String Datatype"^^xsd:string ; | ||
42 | + :hasDesignation "XML SCHEMA STRING"^^xsd:string . | ||
43 | + | ||
15 | pca-rdl:ERH00000 | 44 | pca-rdl:ERH00000 |
16 | rdf:type p2:Thing , owl:Class ; | 45 | rdf:type p2:Thing , owl:Class ; |
17 | rdfs:subClassOf owl:Thing ; | 46 | rdfs:subClassOf owl:Thing ; |
... | @@ -47,7 +76,25 @@ pca-rdl:ERH00004 | ... | @@ -47,7 +76,25 @@ pca-rdl:ERH00004 |
47 | "EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ; | 76 | "EPIM REPORTINGHUB PRODUCTION REFERENCE DATA CLASS"^^xsd:string ; |
48 | pca-rdl:hasIdPCA "ERH00004"^^xsd:string . | 77 | pca-rdl:hasIdPCA "ERH00004"^^xsd:string . |
49 | 78 | ||
50 | -<http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> | 79 | +<http://www.reportinghub.no/refdata/foundation> |
51 | rdf:type owl:Ontology ; | 80 | rdf:type owl:Ontology ; |
52 | - 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> ; | 81 | + owl:imports <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003> , <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations> ; |
53 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 82 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
83 | + | ||
84 | +xsd:date | ||
85 | + owl:sameAs pca-rdl:ERH-DATE . | ||
86 | + | ||
87 | +xsd:dateTime | ||
88 | + owl:sameAs pca-rdl:ERH-DATETIME . | ||
89 | + | ||
90 | +xsd:double | ||
91 | + owl:sameAs pca-rdl:ERH-DOUBLE . | ||
92 | + | ||
93 | +xsd:float | ||
94 | + owl:sameAs pca-rdl:ERH-FLOAT . | ||
95 | + | ||
96 | +xsd:integer | ||
97 | + owl:sameAs pca-rdl:ERH-INTEGER . | ||
98 | + | ||
99 | +xsd:string | ||
100 | + owl:sameAs pca-rdl:ERH-STRING . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/refdata/npdfacts | 1 | # baseURI: http://www.reportinghub.no/refdata/npdfacts |
2 | -# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD | 2 | +# imports: http://www.reportinghub.no/refdata/foundation |
3 | 3 | ||
4 | -@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> . | 4 | +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> . |
5 | @prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> . | 5 | @prefix class2rd: <http://www.reportinghub.no/refdata/transform/class2rd#> . |
6 | @prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> . | 6 | @prefix datprop2rd: <http://www.reportinghub.no/refdata/transform/datprop2rd#> . |
7 | @prefix npdfacts: <http://www.reportinghub.no/refdata/npdfacts#> . | 7 | @prefix npdfacts: <http://www.reportinghub.no/refdata/npdfacts#> . |
... | @@ -4281,4 +4281,4 @@ pca-rdl:ERH4be00a29-2a3b-11b2-8044-f80dbf6cc067 | ... | @@ -4281,4 +4281,4 @@ pca-rdl:ERH4be00a29-2a3b-11b2-8044-f80dbf6cc067 |
4281 | 4281 | ||
4282 | <http://www.reportinghub.no/refdata/npdfacts> | 4282 | <http://www.reportinghub.no/refdata/npdfacts> |
4283 | rdf:type owl:Ontology ; | 4283 | rdf:type owl:Ontology ; |
4284 | - owl:imports <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD> . | 4284 | + owl:imports <http://www.reportinghub.no/refdata/foundation> . | ... | ... |
... | @@ -2,6 +2,7 @@ | ... | @@ -2,6 +2,7 @@ |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
4 | # imports: http://www.reportinghub.no/refdata/drilling | 4 | # imports: http://www.reportinghub.no/refdata/drilling |
5 | +# imports: http://www.reportinghub.no/refdata/foundation | ||
5 | # imports: http://www.reportinghub.no/refdata/npdfacts | 6 | # imports: http://www.reportinghub.no/refdata/npdfacts |
6 | 7 | ||
7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -15,5 +16,5 @@ | ... | @@ -15,5 +16,5 @@ |
15 | 16 | ||
16 | <http://www.reportinghub.no/refdata/production> | 17 | <http://www.reportinghub.no/refdata/production> |
17 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
18 | - 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> ; | 19 | + 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> ; |
19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 20 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
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 RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | ||
7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
8 | -@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
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 p2: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 p2: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 p2: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 p2: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 p2: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 p2: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 . | ||
47 | - | ||
48 | -xsd:date | ||
49 | - owl:sameAs :ERH-DATE . | ||
50 | - | ||
51 | -xsd:dateTime | ||
52 | - owl:sameAs :ERH-DATETIME . | ||
53 | - | ||
54 | -xsd:double | ||
55 | - owl:sameAs :ERH-DOUBLE . | ||
56 | - | ||
57 | -xsd:float | ||
58 | - owl:sameAs :ERH-FLOAT . | ||
59 | - | ||
60 | -xsd:integer | ||
61 | - owl:sameAs :ERH-INTEGER . | ||
62 | - | ||
63 | -xsd:string | ||
64 | - owl:sameAs :ERH-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>) . |
... | @@ -3,11 +3,11 @@ | ... | @@ -3,11 +3,11 @@ |
3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
6 | -# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD | 6 | +# imports: http://www.reportinghub.no/refdata/foundation |
7 | 7 | ||
8 | @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . | 8 | @prefix : <http://www.reportinghub.no/refdata/transform/class2rd#> . |
9 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 9 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
10 | -@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> . | 10 | +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> . |
11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
12 | @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . | 12 | @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . |
13 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 13 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/refdata/transform/class2rd> | 24 | <http://www.reportinghub.no/refdata/transform/class2rd> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - 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> ; | 26 | + 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> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | rdfs:Class | 29 | rdfs:Class | ... | ... |
... | @@ -3,11 +3,11 @@ | ... | @@ -3,11 +3,11 @@ |
3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
6 | -# imports: http://www.reportinghub.no/refdata/RDL_ERHFoundationRD | 6 | +# imports: http://www.reportinghub.no/refdata/foundation |
7 | 7 | ||
8 | @prefix : <http://www.reportinghub.no/refdata/transform/datprop2rd#> . | 8 | @prefix : <http://www.reportinghub.no/refdata/transform/datprop2rd#> . |
9 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 9 | @prefix RDL-annotations: <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
10 | -@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/RDL_ERHFoundationRD#> . | 10 | +@prefix RDL_ERHFoundationRD: <http://www.reportinghub.no/refdata/foundation#> . |
11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 11 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
12 | @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . | 12 | @prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> . |
13 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 13 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
... | @@ -23,7 +23,7 @@ | ... | @@ -23,7 +23,7 @@ |
23 | 23 | ||
24 | <http://www.reportinghub.no/refdata/transform/datprop2rd> | 24 | <http://www.reportinghub.no/refdata/transform/datprop2rd> |
25 | rdf:type owl:Ontology ; | 25 | rdf:type owl:Ontology ; |
26 | - 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> ; | 26 | + 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> ; |
27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
28 | 28 | ||
29 | owl:DatatypeProperty | 29 | owl:DatatypeProperty | ... | ... |
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations | 3 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL-annotations |
4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd | 5 | # imports: http://www.reportinghub.no/np/schema/1.0/npd |
6 | +# imports: http://www.reportinghub.no/refdata/foundation | ||
6 | # imports: http://www.reportinghub.no/refdata/transform/class2rd | 7 | # imports: http://www.reportinghub.no/refdata/transform/class2rd |
7 | 8 | ||
8 | @prefix : <http://www.reportinghub.no/refdata/transform/objprop2rd#> . | 9 | @prefix : <http://www.reportinghub.no/refdata/transform/objprop2rd#> . |
... | @@ -164,7 +165,7 @@ | ... | @@ -164,7 +165,7 @@ |
164 | 165 | ||
165 | <http://www.reportinghub.no/refdata/transform/objprop2rd> | 166 | <http://www.reportinghub.no/refdata/transform/objprop2rd> |
166 | rdf:type owl:Ontology ; | 167 | rdf:type owl:Ontology ; |
167 | - 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> ; | 168 | + 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> ; |
168 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 169 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
169 | 170 | ||
170 | owl:ObjectProperty | 171 | owl:ObjectProperty | ... | ... |
-
Please register or login to post a comment