minor comment delete in eq, create new drilling collector schema
Showing
2 changed files
with
20 additions
and
3 deletions
1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/drilling | ||
2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization | ||
7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report | ||
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
9 | +# imports: http://www.reportinghub.no/np/schema/1.0/npd | ||
10 | + | ||
11 | +@prefix : <http://www.reportinghub.no/ep/schema/1.0/drilling#> . | ||
12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
16 | + | ||
17 | +<http://www.reportinghub.no/ep/schema/1.0/drilling> | ||
18 | + rdf:type owl:Ontology ; | ||
19 | + 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/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | ||
20 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
... | @@ -16,9 +16,6 @@ | ... | @@ -16,9 +16,6 @@ |
16 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 16 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
18 | 18 | ||
19 | -ep-core:PhysicalThing | ||
20 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
21 | - | ||
22 | ep-eqt:BlowOutPreventer | 19 | ep-eqt:BlowOutPreventer |
23 | rdf:type owl:Class ; | 20 | rdf:type owl:Class ; |
24 | rdfs:comment "equipment that is a blow out preventer"^^xsd:string ; | 21 | rdfs:comment "equipment that is a blow out preventer"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment