Showing
5 changed files
with
390 additions
and
380 deletions
This diff could not be displayed because it is too large.
| ... | @@ -440,7 +440,7 @@ ep-flow:ProductFlow | ... | @@ -440,7 +440,7 @@ ep-flow:ProductFlow |
| 440 | 440 | ||
| 441 | ep-flow:ProductFlowGrossOrNetType | 441 | ep-flow:ProductFlowGrossOrNetType |
| 442 | rdf:type rdfs:Class ; | 442 | rdf:type rdfs:Class ; |
| 443 | - rdfs:label " product flow gross or net type"^^xsd:string ; | 443 | + rdfs:label "product flow gross or net type"^^xsd:string ; |
| 444 | rdfs:subClassOf owl:Class . | 444 | rdfs:subClassOf owl:Class . |
| 445 | 445 | ||
| 446 | ep-flow:ProductFlowToDate | 446 | ep-flow:ProductFlowToDate |
| ... | @@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance | ... | @@ -480,12 +480,12 @@ ep-flow:ProductInventoryOpeningBalance |
| 480 | 480 | ||
| 481 | ep-flow:ProductInventoryType | 481 | ep-flow:ProductInventoryType |
| 482 | rdf:type rdfs:Class ; | 482 | rdf:type rdfs:Class ; |
| 483 | - rdfs:label " product inventory type"^^xsd:string ; | 483 | + rdfs:label "product inventory type"^^xsd:string ; |
| 484 | rdfs:subClassOf owl:Class . | 484 | rdfs:subClassOf owl:Class . |
| 485 | 485 | ||
| 486 | ep-flow:ProductMaterialType | 486 | ep-flow:ProductMaterialType |
| 487 | rdf:type rdfs:Class ; | 487 | rdf:type rdfs:Class ; |
| 488 | - rdfs:label " product material type"^^xsd:string ; | 488 | + rdfs:label "product material type"^^xsd:string ; |
| 489 | rdfs:subClassOf owl:Class . | 489 | rdfs:subClassOf owl:Class . |
| 490 | 490 | ||
| 491 | ep-flow:Production | 491 | ep-flow:Production |
| ... | @@ -500,12 +500,12 @@ ep-flow:ProductionFlow | ... | @@ -500,12 +500,12 @@ ep-flow:ProductionFlow |
| 500 | 500 | ||
| 501 | ep-flow:ProductionFlowDefinitionSubType | 501 | ep-flow:ProductionFlowDefinitionSubType |
| 502 | rdf:type rdfs:Class ; | 502 | rdf:type rdfs:Class ; |
| 503 | - rdfs:label " production flow definition subtype"^^xsd:string ; | 503 | + rdfs:label "production flow definition subtype"^^xsd:string ; |
| 504 | rdfs:subClassOf owl:Class . | 504 | rdfs:subClassOf owl:Class . |
| 505 | 505 | ||
| 506 | ep-flow:ProductionFlowDefinitionType | 506 | ep-flow:ProductionFlowDefinitionType |
| 507 | rdf:type rdfs:Class ; | 507 | rdf:type rdfs:Class ; |
| 508 | - rdfs:label " production flow definition type"^^xsd:string ; | 508 | + rdfs:label "production flow definition type"^^xsd:string ; |
| 509 | rdfs:subClassOf owl:Class . | 509 | rdfs:subClassOf owl:Class . |
| 510 | 510 | ||
| 511 | ep-flow:ProductionFlowNetwork | 511 | ep-flow:ProductionFlowNetwork |
| ... | @@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate | ... | @@ -520,7 +520,7 @@ ep-flow:ProductionFlowNetworkToDate |
| 520 | 520 | ||
| 521 | ep-flow:ProductionFlowPurposeType | 521 | ep-flow:ProductionFlowPurposeType |
| 522 | rdf:type rdfs:Class ; | 522 | rdf:type rdfs:Class ; |
| 523 | - rdfs:label " production flow purpose type"^^xsd:string ; | 523 | + rdfs:label "production flow purpose type"^^xsd:string ; |
| 524 | rdfs:subClassOf owl:Class . | 524 | rdfs:subClassOf owl:Class . |
| 525 | 525 | ||
| 526 | ep-flow:ProductionFlowToDate | 526 | ep-flow:ProductionFlowToDate |
| ... | @@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate | ... | @@ -545,7 +545,7 @@ ep-flow:ProductionInventoryCollectionToDate |
| 545 | 545 | ||
| 546 | ep-flow:ProductionInventoryDefinitionType | 546 | ep-flow:ProductionInventoryDefinitionType |
| 547 | rdf:type rdfs:Class ; | 547 | rdf:type rdfs:Class ; |
| 548 | - rdfs:label " production inventory definition type"^^xsd:string ; | 548 | + rdfs:label "production inventory definition type"^^xsd:string ; |
| 549 | rdfs:subClassOf owl:Class . | 549 | rdfs:subClassOf owl:Class . |
| 550 | 550 | ||
| 551 | ep-flow:ProductionInventoryToDate | 551 | ep-flow:ProductionInventoryToDate | ... | ... |
| ... | @@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart | ... | @@ -40,7 +40,8 @@ ep-core:licenceBlockHasNpdPolygonPart |
| 40 | 40 | ||
| 41 | ep-geo:AreaCoveredByBusinessArrangement | 41 | ep-geo:AreaCoveredByBusinessArrangement |
| 42 | rdf:type owl:Class ; | 42 | rdf:type owl:Class ; |
| 43 | - rdfs:label "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 43 | + rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
| 44 | + rdfs:label "area covered by business arrangement"^^xsd:string ; | ||
| 44 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 45 | owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 46 | owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . |
| 46 | 47 | ||
| ... | @@ -104,11 +105,13 @@ ep-geo:Terminal | ... | @@ -104,11 +105,13 @@ ep-geo:Terminal |
| 104 | ep-geo:areaOnSurfaceOfEarth | 105 | ep-geo:areaOnSurfaceOfEarth |
| 105 | rdf:type owl:ObjectProperty ; | 106 | rdf:type owl:ObjectProperty ; |
| 106 | rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; | 107 | rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; |
| 108 | + rdfs:label "area on surface of Earth"^^xsd:string ; | ||
| 107 | rdfs:range ep-core:Area . | 109 | rdfs:range ep-core:Area . |
| 108 | 110 | ||
| 109 | ep-geo:businessArrangementGoverningArea | 111 | ep-geo:businessArrangementGoverningArea |
| 110 | rdf:type owl:ObjectProperty ; | 112 | rdf:type owl:ObjectProperty ; |
| 111 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; | 113 | rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; |
| 114 | + rdfs:label "business arrangement governing area"^^xsd:string ; | ||
| 112 | rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . | 115 | rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . |
| 113 | 116 | ||
| 114 | ep-geo:hasAreaName | 117 | ep-geo:hasAreaName | ... | ... |
| ... | @@ -113,6 +113,7 @@ ep-org:PersonOrOrganization | ... | @@ -113,6 +113,7 @@ ep-org:PersonOrOrganization |
| 113 | 113 | ||
| 114 | ep-org:PersonOrOrganization-WholeLife | 114 | ep-org:PersonOrOrganization-WholeLife |
| 115 | rdf:type owl:Class ; | 115 | rdf:type owl:Class ; |
| 116 | + rdfs:label "person or organization whole life"^^xsd:string ; | ||
| 116 | rdfs:subClassOf ep-org:PersonOrOrganization . | 117 | rdfs:subClassOf ep-org:PersonOrOrganization . |
| 117 | 118 | ||
| 118 | ep-org:PersonRole | 119 | ep-org:PersonRole | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 7 | -# imports: http://www.reportinghub.no/np/schema/1.0/npd | 7 | +# imports: http://www.reportinghub.no/np/schema/1.0/npd |
| 8 | - | 8 | + |
| 9 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 9 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 14 | - | 14 | + |
| 15 | -<http://www.reportinghub.no/ep/schema/1.0/report> | 15 | +<http://www.reportinghub.no/ep/schema/1.0/report> |
| 16 | - rdf:type owl:Ontology ; | 16 | + rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
| 18 | - owl:versionInfo "0.1.0"^^xsd:string . | 18 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 19 | - | 19 | + |
| 20 | -ep-report:DailyDrillingReport | 20 | +ep-report:DailyDrillingReport |
| 21 | - rdf:type owl:Class ; | 21 | + rdf:type owl:Class ; |
| 22 | - rdfs:label "daily drilling report"^^xsd:string ; | 22 | + rdfs:label "daily drilling report"^^xsd:string ; |
| 23 | - rdfs:subClassOf ep-report:Report . | 23 | + rdfs:subClassOf ep-report:Report . |
| 24 | - | 24 | + |
| 25 | -ep-report:DailyDrillingReportFinalisationType | 25 | +ep-report:DailyDrillingReportFinalisationType |
| 26 | - rdf:type owl:Class ; | 26 | + rdf:type owl:Class ; |
| 27 | - rdfs:label "daily drilling report finalisation type"^^xsd:string ; | 27 | + rdfs:label "daily drilling report finalisation type"^^xsd:string ; |
| 28 | - rdfs:subClassOf owl:Class . | 28 | + rdfs:subClassOf owl:Class . |
| 29 | - | 29 | + |
| 30 | -ep-report:DailyProductionReport | 30 | +ep-report:DailyProductionReport |
| 31 | - rdf:type owl:Class ; | 31 | + rdf:type owl:Class ; |
| 32 | - rdfs:label "Daily Production Report"^^xsd:string ; | 32 | + rdfs:label "Daily Production Report"^^xsd:string ; |
| 33 | - rdfs:subClassOf ep-report:ProductionReport . | 33 | + rdfs:subClassOf ep-report:ProductionReport . |
| 34 | - | 34 | + |
| 35 | -ep-report:FinalDailyDrillingReport | 35 | +ep-report:FinalDailyDrillingReport |
| 36 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 36 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 37 | - rdfs:label "final daily drilling report"^^xsd:string ; | 37 | + rdfs:label "final daily drilling report"^^xsd:string ; |
| 38 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 38 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
| 39 | - | 39 | + |
| 40 | -ep-report:FinalVersionOfAReport | 40 | +ep-report:FinalVersionOfAReport |
| 41 | - rdf:type ep-report:ReportVersionStatus , owl:Class ; | 41 | + rdf:type ep-report:ReportVersionStatus , owl:Class ; |
| 42 | - rdfs:label "final version of a report"^^xsd:string ; | 42 | + rdfs:label "final version of a report"^^xsd:string ; |
| 43 | - rdfs:subClassOf ep-report:Report . | 43 | + rdfs:subClassOf ep-report:Report . |
| 44 | - | 44 | + |
| 45 | -ep-report:FluidSampleReport | 45 | +ep-report:FluidSampleReport |
| 46 | - rdf:type owl:Class ; | 46 | + rdf:type owl:Class ; |
| 47 | - rdfs:label "fluid sample report"^^xsd:string ; | 47 | + rdfs:label "fluid sample report"^^xsd:string ; |
| 48 | - rdfs:subClassOf ep-report:Report . | 48 | + rdfs:subClassOf ep-report:Report . |
| 49 | - | 49 | + |
| 50 | -ep-report:MonthlyProductionReport | 50 | +ep-report:MonthlyProductionReport |
| 51 | - rdf:type owl:Class ; | 51 | + rdf:type owl:Class ; |
| 52 | - rdfs:label "Monthly Production Report"^^xsd:string ; | 52 | + rdfs:label "Monthly Production Report"^^xsd:string ; |
| 53 | - rdfs:subClassOf ep-report:ProductionReport . | 53 | + rdfs:subClassOf ep-report:ProductionReport . |
| 54 | - | 54 | + |
| 55 | -ep-report:MonthlyProductionReportGovernment | 55 | +ep-report:MonthlyProductionReportGovernment |
| 56 | - rdf:type owl:Class ; | 56 | + rdf:type owl:Class ; |
| 57 | - rdfs:label "Monthly Production Report Government"^^xsd:string ; | 57 | + rdfs:label "Monthly Production Report Government"^^xsd:string ; |
| 58 | - rdfs:subClassOf ep-report:MonthlyProductionReport . | 58 | + rdfs:subClassOf ep-report:MonthlyProductionReport . |
| 59 | - | 59 | + |
| 60 | -ep-report:MonthlyProductionReportPartner | 60 | +ep-report:MonthlyProductionReportPartner |
| 61 | - rdf:type owl:Class ; | 61 | + rdf:type owl:Class ; |
| 62 | - rdfs:label "Monthly Production Report Partner"^^xsd:string ; | 62 | + rdfs:label "Monthly Production Report Partner"^^xsd:string ; |
| 63 | - rdfs:subClassOf ep-report:MonthlyProductionReport . | 63 | + rdfs:subClassOf ep-report:MonthlyProductionReport . |
| 64 | - | 64 | + |
| 65 | -ep-report:NonProductivetimeReport | 65 | +ep-report:NonProductivetimeReport |
| 66 | - rdf:type owl:Class ; | 66 | + rdf:type owl:Class ; |
| 67 | - rdfs:label "non-productive time report"^^xsd:string ; | 67 | + rdfs:label "non-productive time report"^^xsd:string ; |
| 68 | - rdfs:subClassOf ep-report:Report ; | 68 | + rdfs:subClassOf ep-report:Report ; |
| 69 | - rdfs:subClassOf | 69 | + rdfs:subClassOf |
| 70 | - [ rdf:type owl:Restriction ; | 70 | + [ rdf:type owl:Restriction ; |
| 71 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 71 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 72 | - owl:onProperty ep-report:createdAt | 72 | + owl:onProperty ep-report:createdAt |
| 73 | - ] ; | 73 | + ] ; |
| 74 | - rdfs:subClassOf | 74 | + rdfs:subClassOf |
| 75 | - [ rdf:type owl:Restriction ; | 75 | + [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom xsd:dateTime ; | 76 | + owl:allValuesFrom xsd:dateTime ; |
| 77 | - owl:onProperty ep-report:createdAt | 77 | + owl:onProperty ep-report:createdAt |
| 78 | - ] ; | 78 | + ] ; |
| 79 | - rdfs:subClassOf | 79 | + rdfs:subClassOf |
| 80 | - [ rdf:type owl:Restriction ; | 80 | + [ rdf:type owl:Restriction ; |
| 81 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 81 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 82 | - owl:onProperty ep-report:reportOn | 82 | + owl:onProperty ep-report:reportOn |
| 83 | - ] ; | 83 | + ] ; |
| 84 | - rdfs:subClassOf | 84 | + rdfs:subClassOf |
| 85 | - [ rdf:type owl:Restriction ; | 85 | + [ rdf:type owl:Restriction ; |
| 86 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 86 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
| 87 | - owl:onProperty ep-report:reportOn | 87 | + owl:onProperty ep-report:reportOn |
| 88 | - ] . | 88 | + ] . |
| 89 | - | 89 | + |
| 90 | -ep-report:NormalDailyDrillingReport | 90 | +ep-report:NormalDailyDrillingReport |
| 91 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 91 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 92 | - rdfs:label "normal daily drilling report"^^xsd:string ; | 92 | + rdfs:label "normal daily drilling report"^^xsd:string ; |
| 93 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 93 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
| 94 | - | 94 | + |
| 95 | -ep-report:PreliminaryDailyDrillingReport | 95 | +ep-report:PreliminaryDailyDrillingReport |
| 96 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 96 | + rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; |
| 97 | - rdfs:label "preliminary daily drilling report"^^xsd:string ; | 97 | + rdfs:label "preliminary daily drilling report"^^xsd:string ; |
| 98 | - rdfs:subClassOf ep-report:DailyDrillingReport . | 98 | + rdfs:subClassOf ep-report:DailyDrillingReport . |
| 99 | - | 99 | + |
| 100 | -ep-report:PreliminaryVersionOfAReport | 100 | +ep-report:PreliminaryVersionOfAReport |
| 101 | - rdf:type ep-report:ReportVersionStatus , owl:Class ; | 101 | + rdf:type ep-report:ReportVersionStatus , owl:Class ; |
| 102 | - rdfs:label "preliminary version of a report"^^xsd:string ; | 102 | + rdfs:label "preliminary version of a report"^^xsd:string ; |
| 103 | - rdfs:subClassOf ep-report:Report . | 103 | + rdfs:subClassOf ep-report:Report . |
| 104 | - | 104 | + |
| 105 | -ep-report:ProductVolumeFlowReport | 105 | +ep-report:ProductVolumeFlowReport |
| 106 | - rdf:type owl:Class ; | 106 | + rdf:type owl:Class ; |
| 107 | - rdfs:label "product volume flow report"^^xsd:string ; | 107 | + rdfs:label "product volume flow report"^^xsd:string ; |
| 108 | - rdfs:subClassOf ep-report:Report . | 108 | + rdfs:subClassOf ep-report:Report . |
| 109 | - | 109 | + |
| 110 | -ep-report:ProductVolumeReport | 110 | +ep-report:ProductVolumeReport |
| 111 | - rdf:type owl:Class ; | 111 | + rdf:type owl:Class ; |
| 112 | - rdfs:label "product volume report"^^xsd:string ; | 112 | + rdfs:label "product volume report"^^xsd:string ; |
| 113 | - rdfs:subClassOf ep-report:Report . | 113 | + rdfs:subClassOf ep-report:Report . |
| 114 | - | 114 | + |
| 115 | -ep-report:ProductionOperationInstallationReport | 115 | +ep-report:ProductionOperationInstallationReport |
| 116 | - rdf:type owl:Class ; | 116 | + rdf:type owl:Class ; |
| 117 | - rdfs:label "production operation installation report"^^xsd:string ; | 117 | + rdfs:label "production operation installation report"^^xsd:string ; |
| 118 | - rdfs:subClassOf ep-report:Report . | 118 | + rdfs:subClassOf ep-report:Report . |
| 119 | - | 119 | + |
| 120 | -ep-report:ProductionOperationReport | 120 | +ep-report:ProductionOperationReport |
| 121 | - rdf:type owl:Class ; | 121 | + rdf:type owl:Class ; |
| 122 | - rdfs:label "production operation report"^^xsd:string ; | 122 | + rdfs:label "production operation report"^^xsd:string ; |
| 123 | - rdfs:subClassOf ep-report:Report . | 123 | + rdfs:subClassOf ep-report:Report . |
| 124 | - | 124 | + |
| 125 | -ep-report:ProductionReport | 125 | +ep-report:ProductionReport |
| 126 | - rdf:type owl:Class ; | 126 | + rdf:type owl:Class ; |
| 127 | - rdfs:label "Production Report"^^xsd:string ; | 127 | + rdfs:label "Production Report"^^xsd:string ; |
| 128 | - rdfs:subClassOf ep-report:Report . | 128 | + rdfs:subClassOf ep-report:Report . |
| 129 | - | 129 | + |
| 130 | -ep-report:ProductionReportType | 130 | +ep-report:ProductionReportType |
| 131 | - rdf:type rdfs:Class ; | 131 | + rdf:type rdfs:Class ; |
| 132 | - rdfs:label "production report type"^^xsd:string ; | 132 | + rdfs:label "production report type"^^xsd:string ; |
| 133 | - rdfs:subClassOf owl:Class . | 133 | + rdfs:subClassOf owl:Class . |
| 134 | - | 134 | + |
| 135 | -ep-report:Report | 135 | +ep-report:Report |
| 136 | - rdf:type owl:Class ; | 136 | + rdf:type owl:Class ; |
| 137 | - rdfs:label "report"^^xsd:string ; | 137 | + rdfs:label "report"^^xsd:string ; |
| 138 | - rdfs:subClassOf owl:Thing . | 138 | + rdfs:subClassOf owl:Thing . |
| 139 | - | 139 | + |
| 140 | -ep-report:ReportAliasIdentifier | 140 | +ep-report:ReportAliasIdentifier |
| 141 | - rdf:type owl:Class ; | 141 | + rdf:type owl:Class ; |
| 142 | - rdfs:label "report alias identifier"^^xsd:string ; | 142 | + rdfs:label "report alias identifier"^^xsd:string ; |
| 143 | - rdfs:subClassOf owl:Thing ; | 143 | + rdfs:subClassOf owl:Thing ; |
| 144 | - rdfs:subClassOf | 144 | + rdfs:subClassOf |
| 145 | - [ rdf:type owl:Restriction ; | 145 | + [ rdf:type owl:Restriction ; |
| 146 | - owl:minCardinality "1"^^xsd:nonNegativeInteger ; | 146 | + owl:minCardinality "1"^^xsd:nonNegativeInteger ; |
| 147 | - owl:onProperty ep-report:aliasName | 147 | + owl:onProperty ep-report:aliasName |
| 148 | - ] ; | 148 | + ] ; |
| 149 | - rdfs:subClassOf | 149 | + rdfs:subClassOf |
| 150 | - [ rdf:type owl:Restriction ; | 150 | + [ rdf:type owl:Restriction ; |
| 151 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 151 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 152 | - owl:onProperty ep-report:aliasOwner | 152 | + owl:onProperty ep-report:aliasOwner |
| 153 | - ] ; | 153 | + ] ; |
| 154 | - rdfs:subClassOf | 154 | + rdfs:subClassOf |
| 155 | - [ rdf:type owl:Restriction ; | 155 | + [ rdf:type owl:Restriction ; |
| 156 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 156 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 157 | - owl:onProperty ep-report:isAliasFor | 157 | + owl:onProperty ep-report:isAliasFor |
| 158 | - ] . | 158 | + ] . |
| 159 | - | 159 | + |
| 160 | -ep-report:ReportForGasYearToDate | 160 | +ep-report:ReportForGasYearToDate |
| 161 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 161 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 162 | - rdfs:label "report for gas year to date"^^xsd:string ; | 162 | + rdfs:label "report for gas year to date"^^xsd:string ; |
| 163 | - rdfs:subClassOf ep-report:Report . | 163 | + rdfs:subClassOf ep-report:Report . |
| 164 | - | 164 | + |
| 165 | -ep-report:ReportForInstant | 165 | +ep-report:ReportForInstant |
| 166 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 166 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 167 | - rdfs:label "report for instant"^^xsd:string ; | 167 | + rdfs:label "report for instant"^^xsd:string ; |
| 168 | - rdfs:subClassOf ep-report:Report . | 168 | + rdfs:subClassOf ep-report:Report . |
| 169 | - | 169 | + |
| 170 | -ep-report:ReportForMonthToDate | 170 | +ep-report:ReportForMonthToDate |
| 171 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 171 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 172 | - rdfs:label "report for month to date"^^xsd:string ; | 172 | + rdfs:label "report for month to date"^^xsd:string ; |
| 173 | - rdfs:subClassOf ep-report:Report . | 173 | + rdfs:subClassOf ep-report:Report . |
| 174 | - | 174 | + |
| 175 | -ep-report:ReportForOneDay | 175 | +ep-report:ReportForOneDay |
| 176 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 176 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 177 | - rdfs:label "report for one day"^^xsd:string ; | 177 | + rdfs:label "report for one day"^^xsd:string ; |
| 178 | - rdfs:subClassOf ep-report:Report . | 178 | + rdfs:subClassOf ep-report:Report . |
| 179 | - | 179 | + |
| 180 | -ep-report:ReportForOneGasDay | 180 | +ep-report:ReportForOneGasDay |
| 181 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 181 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 182 | - rdfs:label "report for one gas day"^^xsd:string ; | 182 | + rdfs:label "report for one gas day"^^xsd:string ; |
| 183 | - rdfs:subClassOf ep-report:Report . | 183 | + rdfs:subClassOf ep-report:Report . |
| 184 | - | 184 | + |
| 185 | -ep-report:ReportForOneGasMonth | 185 | +ep-report:ReportForOneGasMonth |
| 186 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 186 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 187 | - rdfs:label "report for one gas month"^^xsd:string ; | 187 | + rdfs:label "report for one gas month"^^xsd:string ; |
| 188 | - rdfs:subClassOf ep-report:Report . | 188 | + rdfs:subClassOf ep-report:Report . |
| 189 | - | 189 | + |
| 190 | -ep-report:ReportForOneGasYear | 190 | +ep-report:ReportForOneGasYear |
| 191 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 191 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 192 | - rdfs:label "report for one gas year"^^xsd:string ; | 192 | + rdfs:label "report for one gas year"^^xsd:string ; |
| 193 | - rdfs:subClassOf ep-report:Report . | 193 | + rdfs:subClassOf ep-report:Report . |
| 194 | - | 194 | + |
| 195 | -ep-report:ReportForOneMonth | 195 | +ep-report:ReportForOneMonth |
| 196 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 196 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 197 | - rdfs:label "report for one month"^^xsd:string ; | 197 | + rdfs:label "report for one month"^^xsd:string ; |
| 198 | - rdfs:subClassOf ep-report:Report . | 198 | + rdfs:subClassOf ep-report:Report . |
| 199 | - | 199 | + |
| 200 | -ep-report:ReportForOneWeek | 200 | +ep-report:ReportForOneWeek |
| 201 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 201 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 202 | - rdfs:label "report for one week"^^xsd:string ; | 202 | + rdfs:label "report for one week"^^xsd:string ; |
| 203 | - rdfs:subClassOf ep-report:Report . | 203 | + rdfs:subClassOf ep-report:Report . |
| 204 | - | 204 | + |
| 205 | -ep-report:ReportForOneYear | 205 | +ep-report:ReportForOneYear |
| 206 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 206 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 207 | - rdfs:label "report for one year"^^xsd:string ; | 207 | + rdfs:label "report for one year"^^xsd:string ; |
| 208 | - rdfs:subClassOf ep-report:Report . | 208 | + rdfs:subClassOf ep-report:Report . |
| 209 | - | 209 | + |
| 210 | -ep-report:ReportForYearToDate | 210 | +ep-report:ReportForYearToDate |
| 211 | - rdf:type ep-report:ReportPeriodType , owl:Class ; | 211 | + rdf:type ep-report:ReportPeriodType , owl:Class ; |
| 212 | - rdfs:label "report for year to date"^^xsd:string ; | 212 | + rdfs:label "report for year to date"^^xsd:string ; |
| 213 | - rdfs:subClassOf ep-report:Report . | 213 | + rdfs:subClassOf ep-report:Report . |
| 214 | - | 214 | + |
| 215 | -ep-report:ReportPeriodType | 215 | +ep-report:ReportPeriodType |
| 216 | - rdf:type rdfs:Class ; | 216 | + rdf:type rdfs:Class ; |
| 217 | - rdfs:label "report period type"^^xsd:string ; | 217 | + rdfs:label "report period type"^^xsd:string ; |
| 218 | - rdfs:subClassOf owl:Class . | 218 | + rdfs:subClassOf owl:Class . |
| 219 | - | 219 | + |
| 220 | -ep-report:ReportVersionStatus | 220 | +ep-report:ReportVersionStatus |
| 221 | - rdf:type rdfs:Class ; | 221 | + rdf:type rdfs:Class ; |
| 222 | - rdfs:label "report version status"^^xsd:string ; | 222 | + rdfs:label "report version status"^^xsd:string ; |
| 223 | - rdfs:subClassOf owl:Class . | 223 | + rdfs:subClassOf owl:Class . |
| 224 | - | 224 | + |
| 225 | -ep-report:WeeklyDrillingReport | 225 | +ep-report:WeeklyDrillingReport |
| 226 | - rdf:type owl:Class ; | 226 | + rdf:type owl:Class ; |
| 227 | - rdfs:label "weekly drilling report"^^xsd:string ; | 227 | + rdfs:label "weekly drilling report"^^xsd:string ; |
| 228 | - rdfs:subClassOf ep-report:Report ; | 228 | + rdfs:subClassOf ep-report:Report ; |
| 229 | - rdfs:subClassOf | 229 | + rdfs:subClassOf |
| 230 | - [ rdf:type owl:Restriction ; | 230 | + [ rdf:type owl:Restriction ; |
| 231 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 231 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 232 | - owl:onProperty ep-report:createdAt | 232 | + owl:onProperty ep-report:createdAt |
| 233 | - ] ; | 233 | + ] ; |
| 234 | - rdfs:subClassOf | 234 | + rdfs:subClassOf |
| 235 | - [ rdf:type owl:Restriction ; | 235 | + [ rdf:type owl:Restriction ; |
| 236 | - owl:allValuesFrom xsd:dateTime ; | 236 | + owl:allValuesFrom xsd:dateTime ; |
| 237 | - owl:onProperty ep-report:createdAt | 237 | + owl:onProperty ep-report:createdAt |
| 238 | - ] ; | 238 | + ] ; |
| 239 | - rdfs:subClassOf | 239 | + rdfs:subClassOf |
| 240 | - [ rdf:type owl:Restriction ; | 240 | + [ rdf:type owl:Restriction ; |
| 241 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 241 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
| 242 | - owl:onProperty ep-report:reportOn | 242 | + owl:onProperty ep-report:reportOn |
| 243 | - ] ; | 243 | + ] ; |
| 244 | - rdfs:subClassOf | 244 | + rdfs:subClassOf |
| 245 | - [ rdf:type owl:Restriction ; | 245 | + [ rdf:type owl:Restriction ; |
| 246 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 246 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
| 247 | - owl:onProperty ep-report:reportOn | 247 | + owl:onProperty ep-report:reportOn |
| 248 | - ] . | 248 | + ] . |
| 249 | - | 249 | + |
| 250 | -ep-report:WellTestReport | 250 | +ep-report:WellTestReport |
| 251 | - rdf:type owl:Class ; | 251 | + rdf:type owl:Class ; |
| 252 | - rdfs:label "well test report"^^xsd:string ; | 252 | + rdfs:label "well test report"^^xsd:string ; |
| 253 | - rdfs:subClassOf ep-report:Report . | 253 | + rdfs:subClassOf ep-report:Report . |
| 254 | - | 254 | + |
| 255 | -ep-report:aliasName | 255 | +ep-report:aliasName |
| 256 | - rdf:type owl:DatatypeProperty ; | 256 | + rdf:type owl:DatatypeProperty ; |
| 257 | - rdfs:range xsd:string . | 257 | + rdfs:label "alias name"^^xsd:string ; |
| 258 | - | 258 | + rdfs:range xsd:string . |
| 259 | -ep-report:aliasOwner | 259 | + |
| 260 | - rdf:type owl:ObjectProperty ; | 260 | +ep-report:aliasOwner |
| 261 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 261 | + rdf:type owl:ObjectProperty ; |
| 262 | - | 262 | + rdfs:label "alias owner"^^xsd:string ; |
| 263 | -ep-report:approvedReport | 263 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
| 264 | - rdf:type owl:ObjectProperty ; | 264 | + |
| 265 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | 265 | +ep-report:approvedReport |
| 266 | - rdfs:label "approved report"^^xsd:string ; | 266 | + rdf:type owl:ObjectProperty ; |
| 267 | - rdfs:range ep-report:Report . | 267 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; |
| 268 | - | 268 | + rdfs:label "approved report"^^xsd:string ; |
| 269 | -ep-report:createdAt | 269 | + rdfs:range ep-report:Report . |
| 270 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 270 | + |
| 271 | - rdfs:domain ep-report:Report ; | 271 | +ep-report:createdAt |
| 272 | - rdfs:label "created at"^^xsd:string . | 272 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 273 | - | 273 | + rdfs:domain ep-report:Report ; |
| 274 | -ep-report:dailyDrillingReportNumber | 274 | + rdfs:label "created at"^^xsd:string . |
| 275 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 275 | + |
| 276 | - rdfs:domain ep-report:DailyDrillingReport ; | 276 | +ep-report:dailyDrillingReportNumber |
| 277 | - rdfs:label "daily drilling report number"^^xsd:string . | 277 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 278 | - | 278 | + rdfs:domain ep-report:DailyDrillingReport ; |
| 279 | -ep-report:dateCoveredByReport | 279 | + rdfs:label "daily drilling report number"^^xsd:string . |
| 280 | - rdf:type owl:DatatypeProperty ; | 280 | + |
| 281 | - rdfs:domain ep-report:DailyProductionReport ; | 281 | +ep-report:dateCoveredByReport |
| 282 | - rdfs:range xsd:date . | 282 | + rdf:type owl:DatatypeProperty ; |
| 283 | - | 283 | + rdfs:domain ep-report:DailyProductionReport ; |
| 284 | -ep-report:datumObjectForDailyDrillingReport | 284 | + rdfs:label "date covered by report"^^xsd:string ; |
| 285 | - rdf:type owl:ObjectProperty ; | 285 | + rdfs:range xsd:date . |
| 286 | - rdfs:domain ep-report:DailyDrillingReport ; | 286 | + |
| 287 | - rdfs:label "datum object for daily drilling report"^^xsd:string ; | 287 | +ep-report:datumObjectForDailyDrillingReport |
| 288 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 288 | + rdf:type owl:ObjectProperty ; |
| 289 | - | 289 | + rdfs:domain ep-report:DailyDrillingReport ; |
| 290 | -ep-report:descriptionOfSource | 290 | + rdfs:label "datum object for daily drilling report"^^xsd:string ; |
| 291 | - rdf:type owl:DatatypeProperty ; | 291 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 292 | - rdfs:domain ep-report:Report . | 292 | + |
| 293 | - | 293 | +ep-report:descriptionOfSource |
| 294 | -ep-report:disclaimer | 294 | + rdf:type owl:DatatypeProperty ; |
| 295 | - rdf:type rdf:Property ; | 295 | + rdfs:domain ep-report:Report ; |
| 296 | - rdfs:domain ep-report:Report ; | 296 | + rdfs:label "description of source"^^xsd:string . |
| 297 | - rdfs:range xsd:string . | 297 | + |
| 298 | - | 298 | +ep-report:disclaimer |
| 299 | -ep-report:existsDuringPeriodReportedOnBy | 299 | + rdf:type rdf:Property ; |
| 300 | - rdf:type owl:ObjectProperty ; | 300 | + rdfs:domain ep-report:Report ; |
| 301 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 301 | + rdfs:label "disclaimer"^^xsd:string ; |
| 302 | - rdfs:label "exists during period reported on by"^^xsd:string ; | 302 | + rdfs:range xsd:string . |
| 303 | - rdfs:range ep-report:Report . | 303 | + |
| 304 | - | 304 | +ep-report:existsDuringPeriodReportedOnBy |
| 305 | -ep-report:existsUpToTheEndOfThePeriodReportedOnBy | 305 | + rdf:type owl:ObjectProperty ; |
| 306 | - rdf:type owl:ObjectProperty ; | 306 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 307 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 307 | + rdfs:label "exists during period reported on by"^^xsd:string ; |
| 308 | - rdfs:label "exists up to the end of the period reported on by"^^xsd:string ; | 308 | + rdfs:range ep-report:Report . |
| 309 | - rdfs:range ep-report:Report . | 309 | + |
| 310 | - | 310 | +ep-report:existsUpToTheEndOfThePeriodReportedOnBy |
| 311 | -ep-report:hasContent | 311 | + rdf:type owl:ObjectProperty ; |
| 312 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 312 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 313 | - rdfs:domain ep-report:Report ; | 313 | + rdfs:label "exists up to the end of the period reported on by"^^xsd:string ; |
| 314 | - rdfs:label "has content"^^xsd:string . | 314 | + rdfs:range ep-report:Report . |
| 315 | - | 315 | + |
| 316 | -ep-report:isAliasFor | 316 | +ep-report:hasContent |
| 317 | - rdf:type owl:ObjectProperty ; | 317 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 318 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . | 318 | + rdfs:domain ep-report:Report ; |
| 319 | - | 319 | + rdfs:label "has content"^^xsd:string . |
| 320 | -ep-report:issuedAt | 320 | + |
| 321 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 321 | +ep-report:isAliasFor |
| 322 | - rdfs:domain ep-report:Report ; | 322 | + rdf:type owl:ObjectProperty ; |
| 323 | - rdfs:label "issued at"^^xsd:string . | 323 | + rdfs:label "is alias for"^^xsd:string ; |
| 324 | - | 324 | + rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> . |
| 325 | -ep-report:issuedReport | 325 | + |
| 326 | - rdf:type owl:ObjectProperty ; | 326 | +ep-report:issuedAt |
| 327 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; | 327 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 328 | - rdfs:label "issued report"^^xsd:string ; | 328 | + rdfs:domain ep-report:Report ; |
| 329 | - rdfs:range ep-report:Report . | 329 | + rdfs:label "issued at"^^xsd:string . |
| 330 | - | 330 | + |
| 331 | -ep-report:nameAsDatumObject | 331 | +ep-report:issuedReport |
| 332 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 332 | + rdf:type owl:ObjectProperty ; |
| 333 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 333 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; |
| 334 | - rdfs:label "name as datum object"^^xsd:string . | 334 | + rdfs:label "issued report"^^xsd:string ; |
| 335 | - | 335 | + rdfs:range ep-report:Report . |
| 336 | -ep-report:reportOn | 336 | + |
| 337 | - rdf:type owl:ObjectProperty ; | 337 | +ep-report:nameAsDatumObject |
| 338 | - rdfs:domain ep-report:Report ; | 338 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 339 | - rdfs:label "report on"^^xsd:string . | 339 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 340 | - | 340 | + rdfs:label "name as datum object"^^xsd:string . |
| 341 | -ep-report:reportSubmittedBy | 341 | + |
| 342 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 342 | +ep-report:reportOn |
| 343 | - rdfs:domain ep-report:Report ; | 343 | + rdf:type owl:ObjectProperty ; |
| 344 | - rdfs:label "report submitted by"^^xsd:string ; | 344 | + rdfs:domain ep-report:Report ; |
| 345 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 345 | + rdfs:label "report on"^^xsd:string . |
| 346 | - | 346 | + |
| 347 | -ep-report:reportSubmittedFrom | 347 | +ep-report:reportSubmittedBy |
| 348 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 348 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 349 | - rdfs:domain ep-report:Report ; | 349 | + rdfs:domain ep-report:Report ; |
| 350 | - rdfs:label "report submitted from"^^xsd:string ; | 350 | + rdfs:label "report submitted by"^^xsd:string ; |
| 351 | - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 351 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 352 | - | 352 | + |
| 353 | -ep-report:reportVersion | 353 | +ep-report:reportSubmittedFrom |
| 354 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 354 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 355 | - rdfs:domain ep-report:Report ; | 355 | + rdfs:domain ep-report:Report ; |
| 356 | - rdfs:label "report version"^^xsd:string . | 356 | + rdfs:label "report submitted from"^^xsd:string ; |
| 357 | - | 357 | + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
| 358 | -ep-report:title | 358 | + |
| 359 | - rdf:type owl:DatatypeProperty ; | 359 | +ep-report:reportVersion |
| 360 | - rdfs:domain ep-report:Report ; | 360 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 361 | - rdfs:label "title"^^xsd:string ; | 361 | + rdfs:domain ep-report:Report ; |
| 362 | - rdfs:range xsd:string . | 362 | + rdfs:label "report version"^^xsd:string . |
| 363 | - | 363 | + |
| 364 | -ep-report:validFrom | 364 | +ep-report:title |
| 365 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 365 | + rdf:type owl:DatatypeProperty ; |
| 366 | - rdfs:domain ep-report:Report ; | 366 | + rdfs:domain ep-report:Report ; |
| 367 | - rdfs:label "valid from"^^xsd:string . | 367 | + rdfs:label "title"^^xsd:string ; |
| 368 | - | 368 | + rdfs:range xsd:string . |
| 369 | -ep-report:validTo | 369 | + |
| 370 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 370 | +ep-report:validFrom |
| 371 | - rdfs:domain ep-report:Report ; | 371 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 372 | - rdfs:label "valid to"^^xsd:string . | 372 | + rdfs:domain ep-report:Report ; |
| 373 | + rdfs:label "valid from"^^xsd:string . | ||
| 374 | + | ||
| 375 | +ep-report:validTo | ||
| 376 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 377 | + rdfs:domain ep-report:Report ; | ||
| 378 | + rdfs:label "valid to"^^xsd:string . | ... | ... |
-
Please register or login to post a comment