Showing
2 changed files
with
30 additions
and
0 deletions
1 | +# baseURI: http://www.reportinghub.no/ep/spin/mpr-tables | ||
2 | +# imports: http://spinrdf.org/spin | ||
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-report | ||
4 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
5 | + | ||
6 | +@prefix mpr-tables: <http://www.reportinghub.no/ep/spin/mpr-tables#> . | ||
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 sp: <http://spinrdf.org/sp#> . | ||
11 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
12 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
13 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
14 | + | ||
15 | +<http://www.reportinghub.no/ep/spin/mpr-tables> | ||
16 | + rdf:type owl:Ontology ; | ||
17 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
18 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
... | @@ -598,6 +598,18 @@ rhspin:GetWellsOfCompanyName | ... | @@ -598,6 +598,18 @@ rhspin:GetWellsOfCompanyName |
598 | spl:valueType xsd:string | 598 | spl:valueType xsd:string |
599 | ] . | 599 | ] . |
600 | 600 | ||
601 | +rhspin:MPRGTableTemplates | ||
602 | + rdf:type rhspin:TableTemplate ; | ||
603 | + rdfs:label "MPRG table templates"^^xsd:string ; | ||
604 | + rdfs:subClassOf rhspin:TableTemplates ; | ||
605 | + spin:abstract "true"^^xsd:boolean ; | ||
606 | + spin:constraint | ||
607 | + [ rdf:type spl:Argument ; | ||
608 | + rdfs:comment "The MPRG that serves as root of the query."^^xsd:string ; | ||
609 | + spl:predicate arg:report ; | ||
610 | + spl:valueType <http://www.reportinghub.no/ep/schema/production-report#ProductionReport> | ||
611 | + ] . | ||
612 | + | ||
601 | rhspin:TableTemplate | 613 | rhspin:TableTemplate |
602 | rdf:type rdfs:Class ; | 614 | rdf:type rdfs:Class ; |
603 | rdfs:comment "A spin:Template for SELECT queries that are meant to be displayed as a table. The added feature compared to normal templates is the ability to specify headers for the result variables."^^xsd:string ; | 615 | rdfs:comment "A spin:Template for SELECT queries that are meant to be displayed as a table. The added feature compared to normal templates is the ability to specify headers for the result variables."^^xsd:string ; | ... | ... |
-
Please register or login to post a comment