Showing
7 changed files
with
20 additions
and
15 deletions
This diff is collapsed. Click to expand it.
1 | -# Saved by TopBraid on Fri Oct 28 15:25:05 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 28 20:21:33 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#> . | ... | ... |
1 | +# Saved by TopBraid on Fri Oct 28 20:31:52 BST 2011 | ||
1 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
2 | -# imports: http://spinrdf.org/spin | ||
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type |
7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
5 | +# imports: http://www.witsml.org/schemas/1series | ||
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
10 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
10 | +# imports: http://www.reportinghub.no/ep/schema/1.0/facility | ||
11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
12 | +# imports: http://spinrdf.org/spin | ||
11 | # imports: http://www.reportinghub.no/spin/rh | 13 | # imports: http://www.reportinghub.no/spin/rh |
12 | -# imports: http://www.witsml.org/schemas/1series | ||
13 | 14 | ||
14 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . | 15 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . |
15 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 16 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
... | @@ -31,7 +32,7 @@ | ... | @@ -31,7 +32,7 @@ |
31 | 32 | ||
32 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 33 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
33 | rdf:type owl:Ontology ; | 34 | rdf:type owl:Ontology ; |
34 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <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/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 35 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <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/facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; |
35 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 36 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
36 | 37 | ||
37 | ep-spin-lib:Function | 38 | ep-spin-lib:Function |
... | @@ -554,12 +555,12 @@ ep-spin-lib:buildURI | ... | @@ -554,12 +555,12 @@ ep-spin-lib:buildURI |
554 | ] ; | 555 | ] ; |
555 | spin:constraint | 556 | spin:constraint |
556 | [ rdf:type spl:Argument ; | 557 | [ rdf:type spl:Argument ; |
557 | - spl:predicate sp:arg2 ; | 558 | + spl:predicate sp:arg1 ; |
558 | spl:valueType xsd:string | 559 | spl:valueType xsd:string |
559 | ] ; | 560 | ] ; |
560 | spin:constraint | 561 | spin:constraint |
561 | [ rdf:type spl:Argument ; | 562 | [ rdf:type spl:Argument ; |
562 | - spl:predicate sp:arg1 ; | 563 | + spl:predicate sp:arg2 ; |
563 | spl:valueType xsd:string | 564 | spl:valueType xsd:string |
564 | ] . | 565 | ] . |
565 | 566 | ||
... | @@ -707,7 +708,9 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -707,7 +708,9 @@ ep-spin-lib:buildWellControlIncidentURI |
707 | sp:arg2 [ rdf:type fn:concat ; | 708 | sp:arg2 [ rdf:type fn:concat ; |
708 | sp:arg1 spin:_arg1 ; | 709 | sp:arg1 spin:_arg1 ; |
709 | sp:arg2 "$" ; | 710 | sp:arg2 "$" ; |
710 | - sp:arg3 spin:_arg2 | 711 | + sp:arg3 spin:_arg2 ; |
712 | + sp:arg4 "$" ; | ||
713 | + sp:arg5 spin:_arg3 | ||
711 | ] | 714 | ] |
712 | ] ; | 715 | ] ; |
713 | sp:variable _:b28 | 716 | sp:variable _:b28 |
... | @@ -3790,9 +3793,6 @@ _:b26 | ... | @@ -3790,9 +3793,6 @@ _:b26 |
3790 | _:b27 | 3793 | _:b27 |
3791 | sp:varName "uri"^^xsd:string . | 3794 | sp:varName "uri"^^xsd:string . |
3792 | 3795 | ||
3793 | -_:b28 | ||
3794 | - sp:varName "uri"^^xsd:string . | ||
3795 | - | ||
3796 | _:b29 | 3796 | _:b29 |
3797 | sp:varName "uri"^^xsd:string . | 3797 | sp:varName "uri"^^xsd:string . |
3798 | 3798 | ||
... | @@ -3969,3 +3969,6 @@ _:b86 | ... | @@ -3969,3 +3969,6 @@ _:b86 |
3969 | 3969 | ||
3970 | _:b87 | 3970 | _:b87 |
3971 | sp:varName "yieldPointScale"^^xsd:string . | 3971 | sp:varName "yieldPointScale"^^xsd:string . |
3972 | + | ||
3973 | +_:b28 | ||
3974 | + sp:varName "uri"^^xsd:string . | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment