Removed 1.1 files that were left over in error after renaming
Showing
14 changed files
with
0 additions
and
434 deletions
| 1 | -# baseURI: http://www.energistics.org/schemas/abstract | ||
| 2 | -# imports: http://www.linkedmodel.org/schema/dtype | ||
| 3 | -# imports: http://www.linkedmodel.org/schema/vaem | ||
| 4 | - | ||
| 5 | -@prefix abstract: <http://www.energistics.org/schemas/abstract#> . | ||
| 6 | -@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
| 7 | -@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 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 skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| 12 | -@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> . | ||
| 13 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 14 | - | ||
| 15 | -dc:description | ||
| 16 | - rdfs:label "description"^^xsd:string . | ||
| 17 | - | ||
| 18 | -<http://www.energistics.org/schemas/abstract> | ||
| 19 | - rdf:type owl:Ontology ; | ||
| 20 | - owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://www.linkedmodel.org/schema/dtype> ; | ||
| 21 | - owl:versionInfo "Created with TopBraid Composer from the XML Schema http://www.energistics.org/schemas/abstract"^^xsd:string . | ||
| 22 | - | ||
| 23 | -abstract:AbstractContextualObject | ||
| 24 | - rdf:type owl:Class ; | ||
| 25 | - rdfs:label "Abstract contextual object"^^xsd:string ; | ||
| 26 | - rdfs:subClassOf abstract:AbstractObject ; | ||
| 27 | - dc:description "Substitution group for contextual objects."^^xsd:string . | ||
| 28 | - | ||
| 29 | -abstract:AbstractDataObject | ||
| 30 | - rdf:type owl:Class ; | ||
| 31 | - rdfs:label "Abstract data object"^^xsd:string ; | ||
| 32 | - rdfs:subClassOf abstract:AbstractObject ; | ||
| 33 | - dc:description "Substitution group for normative data objects."^^xsd:string . | ||
| 34 | - | ||
| 35 | -abstract:AbstractObject | ||
| 36 | - rdf:type owl:Class ; | ||
| 37 | - rdfs:label "Abstract object"^^xsd:string ; | ||
| 38 | - dc:description """The intended abstract supertype of all schema roots | ||
| 39 | - that may be a member of a substitution group (whether contextual or data). | ||
| 40 | - The type of root global elements should be extended from this type and the | ||
| 41 | - root global element should be declared to be a member of one of the above substitution groups."""^^xsd:string . | ||
| 42 | - | ||
| 43 | -skos:prefLabel | ||
| 44 | - rdf:type owl:AnnotationProperty ; | ||
| 45 | - rdfs:label "pref label"^^xsd:string . |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
| 1 | -# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011 | ||
| 2 | -# baseURI: null | ||
| 3 | - | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | - | ||
| 13 | -[] rdf:type inference:Configuration ; | ||
| 14 | - composite:child | ||
| 15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | - composite:index "0"^^xsd:int | ||
| 17 | - ] . |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:02:54 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | - | ||
| 5 | -@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | ||
| 6 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 7 | -@prefix ep-core-1.1: <http://www.reportinghub.no/ep/schema/1.1/core#> . | ||
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 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 | -<http://www.reportinghub.no/ep/schema/1.1/core> | ||
| 14 | - rdf:type owl:Ontology ; | ||
| 15 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; | ||
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 17 | - | ||
| 18 | -ep-core:PhysicalObject | ||
| 19 | - rdf:type owl:Class ; | ||
| 20 | - rdfs:label "physical object"^^xsd:string ; | ||
| 21 | - rdfs:subClassOf ep-core:PhysicalThing . | ||
| 22 | - | ||
| 23 | -ep-core:PhysicalThing | ||
| 24 | - rdf:type owl:Class ; | ||
| 25 | - rdfs:label "physical thing"^^xsd:string ; | ||
| 26 | - rdfs:subClassOf owl:Thing . | ||
| 27 | - | ||
| 28 | -ep-core:basisFor | ||
| 29 | - rdf:type owl:ObjectProperty ; | ||
| 30 | - rdfs:label "basis for"^^xsd:string . | ||
| 31 | - | ||
| 32 | -ep-core:derivedFrom | ||
| 33 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
| 34 | - rdfs:label "derived from"^^xsd:string . | ||
| 35 | - | ||
| 36 | -ep-core:hasPart | ||
| 37 | - rdf:type owl:TransitiveProperty ; | ||
| 38 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 39 | - rdfs:label "has part"^^xsd:string ; | ||
| 40 | - rdfs:range ep-core:PhysicalThing ; | ||
| 41 | - owl:inverseOf ep-core:partOf . | ||
| 42 | - | ||
| 43 | -ep-core:hasTemporalPart | ||
| 44 | - rdf:type owl:TransitiveProperty ; | ||
| 45 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 46 | - rdfs:label "has temporal part"^^xsd:string ; | ||
| 47 | - rdfs:range ep-core:PhysicalThing ; | ||
| 48 | - rdfs:subPropertyOf ep-core:hasPart ; | ||
| 49 | - owl:inverseOf ep-core:partOf . | ||
| 50 | - | ||
| 51 | -ep-core:name | ||
| 52 | - rdf:type owl:DatatypeProperty ; | ||
| 53 | - rdfs:label "name"^^xsd:string ; | ||
| 54 | - rdfs:range xsd:string . | ||
| 55 | - | ||
| 56 | -ep-core:partOf | ||
| 57 | - rdf:type owl:TransitiveProperty ; | ||
| 58 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 59 | - rdfs:label "part of"^^xsd:string ; | ||
| 60 | - rdfs:range ep-core:PhysicalThing ; | ||
| 61 | - owl:inverseOf ep-core:hasPart . | ||
| 62 | - | ||
| 63 | -ep-core:temporalPartOf | ||
| 64 | - rdf:type owl:TransitiveProperty ; | ||
| 65 | - rdfs:domain ep-core:PhysicalThing ; | ||
| 66 | - rdfs:label "temporal part of"^^xsd:string ; | ||
| 67 | - rdfs:range ep-core:PhysicalThing ; | ||
| 68 | - rdfs:subPropertyOf ep-core:hasPart ; | ||
| 69 | - owl:inverseOf ep-core:hasTemporalPart . |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/equipment | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 4 | - | ||
| 5 | -@prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 6 | -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | ||
| 13 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
| 14 | - | ||
| 15 | -<http://www.reportinghub.no/ep/schema/equipment> | ||
| 16 | - rdf:type owl:Ontology ; | ||
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 18 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 19 | - | ||
| 20 | -ep-eqt:Equipment | ||
| 21 | - rdf:type owl:Class ; | ||
| 22 | - rdfs:label "Equipment"^^xsd:string ; | ||
| 23 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 1 | -# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/facility | ||
| 3 | -# imports: http://purl.org/dc/elements/1.1/ | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | -# imports: http://purl.org/dc/terms/ | ||
| 7 | - | ||
| 8 | -@prefix : <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 9 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 10 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 11 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 12 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
| 13 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | - | ||
| 17 | -<http://www.reportinghub.no/ep/schema/facility> | ||
| 18 | - rdf:type owl:Ontology ; | ||
| 19 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> ; | ||
| 20 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 21 | - | ||
| 22 | -:Facility | ||
| 23 | - rdf:type owl:Class ; | ||
| 24 | - rdfs:label "facility"^^xsd:string ; | ||
| 25 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 26 | - | ||
| 27 | -:FixedFacility | ||
| 28 | - rdf:type owl:DeprecatedClass ; | ||
| 29 | - rdfs:subClassOf :Facility . | ||
| 30 | - | ||
| 31 | -:MoveableFacility | ||
| 32 | - rdf:type owl:Class ; | ||
| 33 | - rdfs:subClassOf :Facility . | ||
| 34 | - | ||
| 35 | -:Rig rdf:type owl:Class ; | ||
| 36 | - rdfs:subClassOf :Facility . | ||
| 37 | - | ||
| 38 | -:SubSurfaceFixedFacility | ||
| 39 | - rdf:type owl:Class ; | ||
| 40 | - rdfs:subClassOf :FixedFacility . | ||
| 41 | - | ||
| 42 | -:SurfaceFixedFacility | ||
| 43 | - rdf:type owl:Class ; | ||
| 44 | - rdfs:subClassOf :FixedFacility . |
| 1 | -# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011 | ||
| 2 | -# baseURI: null | ||
| 3 | - | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | - | ||
| 13 | -[] rdf:type inference:Configuration ; | ||
| 14 | - composite:child | ||
| 15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | - composite:index "0"^^xsd:int | ||
| 17 | - ] . |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:32:44 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/organization | ||
| 3 | -# imports: http://purl.org/dc/elements/1.1/ | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | - | ||
| 7 | -@prefix : <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 12 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
| 13 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
| 14 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | - | ||
| 16 | -<http://www.reportinghub.no/ep/schema/organization> | ||
| 17 | - rdf:type owl:Ontology ; | ||
| 18 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://spinrdf.org/spin> ; | ||
| 19 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 20 | - | ||
| 21 | -:Company | ||
| 22 | - rdf:type owl:Class ; | ||
| 23 | - rdfs:label "company"^^xsd:string ; | ||
| 24 | - rdfs:subClassOf :Organization . | ||
| 25 | - | ||
| 26 | -:Organization | ||
| 27 | - rdf:type owl:Class ; | ||
| 28 | - rdfs:label "organization"^^xsd:string ; | ||
| 29 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:32:44 BST 2011 | ||
| 2 | -# baseURI: null | ||
| 3 | - | ||
| 4 | -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | - | ||
| 13 | -[] rdf:type inference:Configuration ; | ||
| 14 | - composite:child | ||
| 15 | - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | - composite:index "0"^^xsd:int | ||
| 17 | - ] . |
| 1 | -# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/report | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | - | ||
| 6 | -@prefix : <http://www.reportinghub.no/ep/schema/report#> . | ||
| 7 | -@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 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 | -<http://www.reportinghub.no/ep/schema/report> | ||
| 14 | - rdf:type owl:Ontology ; | ||
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 17 | - | ||
| 18 | -ep-report:DailyDrillingReport | ||
| 19 | - rdf:type owl:Class ; | ||
| 20 | - rdfs:subClassOf ep-report:Report . | ||
| 21 | - | ||
| 22 | -ep-report:FinalDailyDrillingReport | ||
| 23 | - rdf:type owl:Class ; | ||
| 24 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 25 | - | ||
| 26 | -ep-report:NormalDailyDrillingReport | ||
| 27 | - rdf:type owl:Class ; | ||
| 28 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 29 | - | ||
| 30 | -ep-report:PreliminaryDailyDrillingReport | ||
| 31 | - rdf:type owl:Class ; | ||
| 32 | - rdfs:subClassOf ep-report:DailyDrillingReport . | ||
| 33 | - | ||
| 34 | -ep-report:Report | ||
| 35 | - rdf:type owl:Class ; | ||
| 36 | - rdfs:subClassOf owl:Thing . |
| 1 | -# Saved by TopBraid on Tue Jul 26 01:03:35 CEST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/1.1/schema/epvv | ||
| 3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | -# imports: http://www.reportinghub.no/1.1/schema/epa | ||
| 5 | -# imports: http://www.linkedmodel.org/1.0/schema/dtype | ||
| 6 | -# imports: http://spinrdf.org/spin | ||
| 7 | - | ||
| 8 | -@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> . | ||
| 9 | -@prefix epvv: <http://www.reportinghub.no/schema/epvv#> . | ||
| 10 | -@prefix epvv-1.1: <http://www.reportinghub.no/1.1/schema/epvv#> . | ||
| 11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 18 | - | ||
| 19 | -<http://www.reportinghub.no/1.1/schema/epvv> | ||
| 20 | - rdf:type owl:Ontology ; | ||
| 21 | - owl:imports <http://www.reportinghub.no/1.1/schema/epa> , <http://www.linkedmodel.org/1.0/schema/dtype> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://spinrdf.org/spin> ; | ||
| 22 | - owl:versionInfo "TBD by RH"^^xsd:string . | ||
| 23 | - | ||
| 24 | -epvv:Discrepancy | ||
| 25 | - rdf:type owl:Class ; | ||
| 26 | - rdfs:label "Discrepancy"^^xsd:string ; | ||
| 27 | - rdfs:subClassOf owl:Thing . | ||
| 28 | - | ||
| 29 | -epvv:ET_InvalidAttributeValue | ||
| 30 | - rdf:type epvv:ErrorType ; | ||
| 31 | - rdfs:label "invalid attribute value"^^xsd:string ; | ||
| 32 | - dtype:value "invalid attribute value"^^xsd:string . | ||
| 33 | - | ||
| 34 | -epvv:ET_InvalidEndTime | ||
| 35 | - rdf:type epvv:EnumeratedValue ; | ||
| 36 | - rdfs:label "Invalid end time"^^xsd:string . | ||
| 37 | - | ||
| 38 | -epvv:ET_InvalidEnumeratedValue | ||
| 39 | - rdf:type epvv:ErrorType ; | ||
| 40 | - rdfs:label "invalid enumerated value"^^xsd:string ; | ||
| 41 | - dtype:value "invalid enumerated value"^^xsd:string . | ||
| 42 | - | ||
| 43 | -epvv:ET_InvalidStartTime | ||
| 44 | - rdf:type epvv:EnumeratedValue ; | ||
| 45 | - rdfs:label "Invalid start time"^^xsd:string . | ||
| 46 | - | ||
| 47 | -epvv:ET_MissingAttribute | ||
| 48 | - rdf:type epvv:ErrorType ; | ||
| 49 | - rdfs:label "missing attribute"^^xsd:string ; | ||
| 50 | - dtype:value "missing attribute"^^xsd:string . | ||
| 51 | - | ||
| 52 | -epvv:ET_TotalTimeLessThanReportingPeriod | ||
| 53 | - rdf:type epvv:EnumeratedValue ; | ||
| 54 | - rdfs:label "total time is less than reporting period"^^xsd:string . | ||
| 55 | - | ||
| 56 | -epvv:ET_TotalTimeMoreThanReportingPeriod | ||
| 57 | - rdf:type epvv:EnumeratedValue ; | ||
| 58 | - rdfs:label "total time is more than reporting period"^^xsd:string . | ||
| 59 | - | ||
| 60 | -epvv:EnumeratedValue | ||
| 61 | - rdf:type owl:Class ; | ||
| 62 | - rdfs:label "Enumerated value"^^xsd:string ; | ||
| 63 | - rdfs:subClassOf dtype:EnumeratedValue . | ||
| 64 | - | ||
| 65 | -epvv:ErrorType | ||
| 66 | - rdf:type owl:Class ; | ||
| 67 | - rdfs:label "Error type"^^xsd:string ; | ||
| 68 | - rdfs:subClassOf epvv:EnumeratedValue . | ||
| 69 | - | ||
| 70 | -epvv:Subject | ||
| 71 | - rdf:type owl:Class ; | ||
| 72 | - rdfs:label "Source location"^^xsd:string ; | ||
| 73 | - rdfs:subClassOf owl:Thing . | ||
| 74 | - | ||
| 75 | -epvv:WarningType | ||
| 76 | - rdf:type owl:Class ; | ||
| 77 | - rdfs:label "Warning type"^^xsd:string ; | ||
| 78 | - rdfs:subClassOf epvv:EnumeratedValue . | ||
| 79 | - | ||
| 80 | -epvv:hasSubject | ||
| 81 | - rdf:type owl:ObjectProperty ; | ||
| 82 | - rdfs:label "has subject"^^xsd:string . | ||
| 83 | - | ||
| 84 | -epvv:lineNumber | ||
| 85 | - rdf:type owl:DatatypeProperty ; | ||
| 86 | - rdfs:label "line number"^^xsd:string ; | ||
| 87 | - rdfs:range xsd:integer . |
| 1 | -# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/well | ||
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 4 | - | ||
| 5 | -@prefix : <http://www.reportinghub.no/ep/schema/well#> . | ||
| 6 | -@prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | ||
| 7 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 11 | - | ||
| 12 | -<http://www.reportinghub.no/ep/schema/well> | ||
| 13 | - rdf:type owl:Ontology ; | ||
| 14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; | ||
| 15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 16 | - | ||
| 17 | -ep-well:AllOrPartOfTheLifeOfAWellBore | ||
| 18 | - rdf:type owl:Class ; | ||
| 19 | - rdfs:label "all or part of the life of a well bore"^^xsd:string ; | ||
| 20 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 21 | - | ||
| 22 | -ep-well:TemporalPartOfAWellBore | ||
| 23 | - rdf:type owl:Class ; | ||
| 24 | - rdfs:label "temporal part of a well bore"^^xsd:string ; | ||
| 25 | - rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | ||
| 26 | - | ||
| 27 | -ep-well:Well | ||
| 28 | - rdf:type owl:Class ; | ||
| 29 | - rdfs:label "Well"^^xsd:string ; | ||
| 30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 31 | - rdfs:subClassOf | ||
| 32 | - [ rdf:type owl:Restriction ; | ||
| 33 | - owl:allValuesFrom ep-well:WellBore ; | ||
| 34 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
| 35 | - ] ; | ||
| 36 | - rdfs:subClassOf | ||
| 37 | - [ rdf:type owl:Restriction ; | ||
| 38 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 39 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
| 40 | - ] . | ||
| 41 | - | ||
| 42 | -ep-well:WellBore | ||
| 43 | - rdf:type owl:Class ; | ||
| 44 | - rdfs:label "well bore"^^xsd:string ; | ||
| 45 | - rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore ; | ||
| 46 | - rdfs:subClassOf | ||
| 47 | - [ rdf:type owl:Restriction ; | ||
| 48 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 49 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | ||
| 50 | - ] . |
-
Please register or login to post a comment