Ranges of existsWithin and existsThroughout removed. Also some minor changes to domains.
Showing
2 changed files
with
0 additions
and
12 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -16,18 +16,6 @@ | ... | @@ -16,18 +16,6 @@ |
| 16 | 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/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 16 | 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/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 18 | ||
| 19 | -<http://www.reportinghub.no/ep/schema/activity#existsThroughout> | ||
| 20 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 21 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 22 | - rdfs:label "exists throughout"^^xsd:string ; | ||
| 23 | - rdfs:range xsd:dateTime . | ||
| 24 | - | ||
| 25 | -<http://www.reportinghub.no/ep/schema/activity#existsWithin> | ||
| 26 | - rdf:type owl:DatatypeProperty ; | ||
| 27 | - rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 28 | - rdfs:label "exists within"^^xsd:string ; | ||
| 29 | - rdfs:range xsd:dateTime . | ||
| 30 | - | ||
| 31 | ep-report:DailyDrillingReport | 19 | ep-report:DailyDrillingReport |
| 32 | rdf:type owl:Class ; | 20 | rdf:type owl:Class ; |
| 33 | rdfs:label "daily drilling report"^^xsd:string ; | 21 | rdfs:label "daily drilling report"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment