added transform for wellBore data in scope and a check (partial) for out of scope data
Showing
9 changed files
with
70 additions
and
34 deletions
1 | -# Saved by TopBraid on Fri Sep 16 17:29:24 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 11:16:52 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
4 | 4 | ||
... | @@ -32,18 +32,18 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -32,18 +32,18 @@ ep-fac:FixedOrMoveableRigType |
32 | rdfs:subClassOf owl:Class . | 32 | rdfs:subClassOf owl:Class . |
33 | 33 | ||
34 | ep-fac:FixedRig | 34 | ep-fac:FixedRig |
35 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 35 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
36 | rdfs:label "fixed rig"^^xsd:string ; | 36 | rdfs:label "fixed rig"^^xsd:string ; |
37 | - rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . | 37 | + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . |
38 | 38 | ||
39 | ep-fac:MoveableFacility | 39 | ep-fac:MoveableFacility |
40 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
41 | rdfs:subClassOf ep-fac:Facility . | 41 | rdfs:subClassOf ep-fac:Facility . |
42 | 42 | ||
43 | ep-fac:MoveableRig | 43 | ep-fac:MoveableRig |
44 | - rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; | 44 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; |
45 | rdfs:label "moveable rig"^^xsd:string ; | 45 | rdfs:label "moveable rig"^^xsd:string ; |
46 | - rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . | 46 | + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . |
47 | 47 | ||
48 | ep-fac:Rig | 48 | ep-fac:Rig |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
... | @@ -63,13 +63,18 @@ ep-fac:SurroundingWater | ... | @@ -63,13 +63,18 @@ ep-fac:SurroundingWater |
63 | rdfs:label "surrounding water"^^xsd:string ; | 63 | rdfs:label "surrounding water"^^xsd:string ; |
64 | rdfs:subClassOf ep-core:PhysicalObject . | 64 | rdfs:subClassOf ep-core:PhysicalObject . |
65 | 65 | ||
66 | +ep-fac:SurroundingWater-meanSeaLevel | ||
67 | + rdf:type owl:Class ; | ||
68 | + rdfs:label "surrounding water at mean sea level"^^xsd:string ; | ||
69 | + rdfs:subClassOf ep-fac:SurroundingWater . | ||
70 | + | ||
66 | ep-fac:TemporalPartOfARig | 71 | ep-fac:TemporalPartOfARig |
67 | rdf:type owl:Class ; | 72 | rdf:type owl:Class ; |
68 | rdfs:label "(temporal part of a) rig"^^xsd:string ; | 73 | rdfs:label "(temporal part of a) rig"^^xsd:string ; |
69 | rdfs:subClassOf ep-fac:Facility . | 74 | rdfs:subClassOf ep-fac:Facility . |
70 | 75 | ||
71 | ep-fac:depthOfSurroundingWater | 76 | ep-fac:depthOfSurroundingWater |
72 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 77 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
73 | rdfs:domain ep-fac:SurroundingWater ; | 78 | rdfs:domain ep-fac:SurroundingWater ; |
74 | rdfs:label "depth of surrounding water"^^xsd:string ; | 79 | rdfs:label "depth of surrounding water"^^xsd:string ; |
75 | rdfs:range ep-core:Length . | 80 | rdfs:range ep-core:Length . | ... | ... |
1 | -# Saved by TopBraid on Mon Sep 26 14:59:40 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 13:03:12 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
4 | # 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/well | ||
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
7 | 7 | ||
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
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/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> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
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 |
... | @@ -26,7 +26,7 @@ ep-report:DailyDrillingReportFinalisationType | ... | @@ -26,7 +26,7 @@ ep-report:DailyDrillingReportFinalisationType |
26 | rdfs:subClassOf owl:Class . | 26 | rdfs:subClassOf owl:Class . |
27 | 27 | ||
28 | ep-report:FinalDailyDrillingReport | 28 | ep-report:FinalDailyDrillingReport |
29 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 29 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
30 | rdfs:subClassOf ep-report:DailyDrillingReport . | 30 | rdfs:subClassOf ep-report:DailyDrillingReport . |
31 | 31 | ||
32 | ep-report:NonProductivetimeReport | 32 | ep-report:NonProductivetimeReport |
... | @@ -34,13 +34,8 @@ ep-report:NonProductivetimeReport | ... | @@ -34,13 +34,8 @@ ep-report:NonProductivetimeReport |
34 | rdfs:subClassOf ep-report:Report ; | 34 | rdfs:subClassOf ep-report:Report ; |
35 | rdfs:subClassOf | 35 | rdfs:subClassOf |
36 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
37 | - owl:allValuesFrom xsd:dateTime ; | ||
38 | - owl:onProperty ep-report:createdAt | ||
39 | - ] ; | ||
40 | - rdfs:subClassOf | ||
41 | - [ rdf:type owl:Restriction ; | ||
42 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 37 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
43 | - owl:onProperty ep-report:createdAt | 38 | + owl:onProperty ep-report:reportOn |
44 | ] ; | 39 | ] ; |
45 | rdfs:subClassOf | 40 | rdfs:subClassOf |
46 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
... | @@ -50,15 +45,20 @@ ep-report:NonProductivetimeReport | ... | @@ -50,15 +45,20 @@ ep-report:NonProductivetimeReport |
50 | rdfs:subClassOf | 45 | rdfs:subClassOf |
51 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
52 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 47 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
53 | - owl:onProperty ep-report:reportOn | 48 | + owl:onProperty ep-report:createdAt |
49 | + ] ; | ||
50 | + rdfs:subClassOf | ||
51 | + [ rdf:type owl:Restriction ; | ||
52 | + owl:allValuesFrom xsd:dateTime ; | ||
53 | + owl:onProperty ep-report:createdAt | ||
54 | ] . | 54 | ] . |
55 | 55 | ||
56 | ep-report:NormalDailyDrillingReport | 56 | ep-report:NormalDailyDrillingReport |
57 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 57 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
58 | rdfs:subClassOf ep-report:DailyDrillingReport . | 58 | rdfs:subClassOf ep-report:DailyDrillingReport . |
59 | 59 | ||
60 | ep-report:PreliminaryDailyDrillingReport | 60 | ep-report:PreliminaryDailyDrillingReport |
61 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 61 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
62 | rdfs:subClassOf ep-report:DailyDrillingReport . | 62 | rdfs:subClassOf ep-report:DailyDrillingReport . |
63 | 63 | ||
64 | ep-report:Report | 64 | ep-report:Report |
... | @@ -70,40 +70,51 @@ ep-report:WeeklyDrillingReport | ... | @@ -70,40 +70,51 @@ ep-report:WeeklyDrillingReport |
70 | rdfs:subClassOf ep-report:Report ; | 70 | rdfs:subClassOf ep-report:Report ; |
71 | rdfs:subClassOf | 71 | rdfs:subClassOf |
72 | [ rdf:type owl:Restriction ; | 72 | [ rdf:type owl:Restriction ; |
73 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 73 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
74 | - owl:onProperty ep-report:reportOn | 74 | + owl:onProperty ep-report:createdAt |
75 | ] ; | 75 | ] ; |
76 | rdfs:subClassOf | 76 | rdfs:subClassOf |
77 | [ rdf:type owl:Restriction ; | 77 | [ rdf:type owl:Restriction ; |
78 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 78 | + owl:allValuesFrom xsd:dateTime ; |
79 | - owl:onProperty ep-report:reportOn | 79 | + owl:onProperty ep-report:createdAt |
80 | ] ; | 80 | ] ; |
81 | rdfs:subClassOf | 81 | rdfs:subClassOf |
82 | [ rdf:type owl:Restriction ; | 82 | [ rdf:type owl:Restriction ; |
83 | - owl:allValuesFrom xsd:dateTime ; | 83 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
84 | - owl:onProperty ep-report:createdAt | 84 | + owl:onProperty ep-report:reportOn |
85 | ] ; | 85 | ] ; |
86 | rdfs:subClassOf | 86 | rdfs:subClassOf |
87 | [ rdf:type owl:Restriction ; | 87 | [ rdf:type owl:Restriction ; |
88 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 88 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
89 | - owl:onProperty ep-report:createdAt | 89 | + owl:onProperty ep-report:reportOn |
90 | ] . | 90 | ] . |
91 | 91 | ||
92 | ep-report:createdAt | 92 | ep-report:createdAt |
93 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 93 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
94 | rdfs:domain ep-report:Report ; | 94 | rdfs:domain ep-report:Report ; |
95 | rdfs:label "created at"^^xsd:string . | 95 | rdfs:label "created at"^^xsd:string . |
96 | 96 | ||
97 | ep-report:dailyDrillingReportNumber | 97 | ep-report:dailyDrillingReportNumber |
98 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 98 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
99 | rdfs:domain ep-report:DailyDrillingReport ; | 99 | rdfs:domain ep-report:DailyDrillingReport ; |
100 | rdfs:label "daily drilling report number"^^xsd:string . | 100 | rdfs:label "daily drilling report number"^^xsd:string . |
101 | 101 | ||
102 | +ep-report:datumObjectForDailyDrillingReport | ||
103 | + rdf:type owl:ObjectProperty ; | ||
104 | + rdfs:domain ep-report:DailyDrillingReport ; | ||
105 | + rdfs:label "datum object for daily drilling report"^^xsd:string ; | ||
106 | + rdfs:range ep-core:PhysicalObject . | ||
107 | + | ||
102 | ep-report:hasContent | 108 | ep-report:hasContent |
103 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 109 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
104 | rdfs:domain ep-report:Report ; | 110 | rdfs:domain ep-report:Report ; |
105 | rdfs:label "has content"^^xsd:string . | 111 | rdfs:label "has content"^^xsd:string . |
106 | 112 | ||
113 | +ep-report:nameAsDatumObject | ||
114 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | ||
115 | + rdfs:domain ep-core:PhysicalObject ; | ||
116 | + rdfs:label "name as datum object"^^xsd:string . | ||
117 | + | ||
107 | ep-report:reportOn | 118 | ep-report:reportOn |
108 | rdf:type owl:ObjectProperty ; | 119 | rdf:type owl:ObjectProperty ; |
109 | rdfs:domain ep-report:Report ; | 120 | rdfs:domain ep-report:Report ; | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Tue Sep 27 10:05:18 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 13:59:39 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 11:47:13 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector |
3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellDatum | ||
4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo |
... | @@ -49,12 +50,14 @@ | ... | @@ -49,12 +50,14 @@ |
49 | @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . | 50 | @prefix statusInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . |
50 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | 51 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . |
51 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 52 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
53 | +@prefix unnamed1: <http://www.reportinghub.no/ep/transform/unnamed1#> . | ||
52 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 54 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
55 | +@prefix wellDatum: <http://www.reportinghub.no/ep/transform/1.1/wellDatum#> . | ||
53 | @prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | 56 | @prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . |
54 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 57 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
55 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 58 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
56 | 59 | ||
57 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 60 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
58 | rdf:type owl:Ontology ; | 61 | rdf:type owl:Ontology ; |
59 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 62 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellDatum> ; |
60 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 63 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
1 | -# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 | 1 | +# Saved by TopBraid on Tue Sep 27 11:47:13 BST 2011 |
2 | # baseURI: null | 2 | # baseURI: null |
3 | 3 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
This diff is collapsed. Click to expand it.
1 | +# Saved by TopBraid on Tue Sep 27 14:13:13 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 | + ] . |
-
Please register or login to post a comment