Showing
2 changed files
with
46 additions
and
0 deletions
1 | +# baseURI: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | ||
2 | +# imports: http://spinrdf.org/spin | ||
3 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | ||
6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | ||
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-report | ||
9 | + | ||
10 | +@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | ||
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/ep/mpr/spin/1.1/lib> | ||
20 | + rdf:type owl:Ontology ; | ||
21 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://spinrdf.org/spin> ; | ||
22 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
23 | + | ||
24 | +ep-mpr-spin-lib:Function | ||
25 | + rdf:type spin:Function ; | ||
26 | + rdfs:subClassOf spin:Functions . | ||
27 | + | ||
28 | +ep-mpr-spin-lib:SelectCompressibilityScale | ||
29 | + rdf:type spin:Function ; | ||
30 | + rdfs:subClassOf ep-mpr-spin-lib:Function . |
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + composite:index "0"^^xsd:int | ||
16 | + ] . |
-
Please register or login to post a comment