Back to work on productVolume transform with functions in SPIN_EPIM-DPR-lib
Showing
8 changed files
with
44 additions
and
2 deletions
This diff is collapsed. Click to expand it.
1 | +# Saved by TopBraid on Sun Oct 09 08:50:58 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 | + ] . |
This diff could not be displayed because it is too large.
1 | +<<<<<<< HEAD | ||
2 | +<<<<<<< HEAD | ||
1 | # Saved by TopBraid on Sat Oct 08 13:36:59 BST 2011 | 3 | # Saved by TopBraid on Sat Oct 08 13:36:59 BST 2011 |
4 | +======= | ||
5 | +# Saved by TopBraid on Sat Oct 08 09:52:24 BST 2011 | ||
6 | +>>>>>>> DL_work_on_DPR | ||
7 | +======= | ||
8 | +# Saved by TopBraid on Sun Oct 09 09:00:17 BST 2011 | ||
9 | +>>>>>>> DL_work_on_DPR | ||
2 | # baseURI: null | 10 | # baseURI: null |
3 | 11 | ||
4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 12 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
1 | -# Saved by TopBraid on Sat Oct 08 12:30:45 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 09:55:56 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0 | 2 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0 |
3 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume | 3 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume |
4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin | ... | ... |
1 | -# Saved by TopBraid on Sat Oct 08 12:30:45 BST 2011 | 1 | +# Saved by TopBraid on Sun Oct 09 09:55:56 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 Sat Oct 08 12:56:31 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 | + ] . |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment