Further SPIN template to drive UI
Mapping now also creates ep-core:name for Well/Bore
Showing
3 changed files
with
2 additions
and
2 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -12,11 +12,11 @@ | ... | @@ -12,11 +12,11 @@ |
| 12 | [] rdf:type inference:Configuration ; | 12 | [] rdf:type inference:Configuration ; |
| 13 | composite:child | 13 | composite:child |
| 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 15 | - composite:index "0"^^xsd:int | 15 | + composite:index "1"^^xsd:int |
| 16 | ] ; | 16 | ] ; |
| 17 | composite:child | 17 | composite:child |
| 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 19 | - composite:index "1"^^xsd:int | 19 | + composite:index "0"^^xsd:int |
| 20 | ] ; | 20 | ] ; |
| 21 | inference:completeMode | 21 | inference:completeMode |
| 22 | "true"^^xsd:boolean ; | 22 | "true"^^xsd:boolean ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment