Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
npd
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
David Price
2013-09-29 08:51:08 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
65b23b21afcd723284fddc427e4ddca451da47a7
65b23b21
1 parent
bd9ff753
Initial facts QA SPARQL and work DPR2 testing
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2.html
www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2.ttl
www.reportinghub.no/test/flow_facts/transform/ep-facts-qa.sparql
www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2.html
0 → 100644
View file @
65b23b2
This diff could not be displayed because it is too large.
www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2.ttl
0 → 100644
View file @
65b23b2
# baseURI: http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2
# imports: http://www.reportinghub.no/ep/schema/1.0/production
@prefix
TRYM_DAY_2012-02-28_final-dpr2:
<http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
<http://www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/test-results/TRYM_DAY_2012-02-28_final-dpr2>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://www.reportinghub.no/ep/schema/1.0/production>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
www.reportinghub.no/test/flow_facts/transform/ep-facts-qa.sparql
0 → 100644
View file @
65b23b2
SELECT ?Flowuid ?FlowInOutNPDId ?FlowInOutName ?FlowInOutType ?Kind ?Purpose
WHERE {
?flow rdf:type ep-flow:WholeLifeProductionFlow .
?flow erh:id ?Flowuid .
OPTIONAL {
?flow rdf:type ?pt .
?pt rdf:type ep-flow:ProductionFlowPurposeType .
?pt rdfs:label ?Purpose }
OPTIONAL {
?flow rdf:type ?defn .
?defn rdf:type ep-flow:ProductionFlowDefinitionType .
?defn rdfs:label ?Kind .}
OPTIONAL {
?flow ep-core:partOf ?field . }
OPTIONAL {
?flow ep-flow:flowIntoOrOutOf ?flowThing .
?flowThing npd:name ?FlowInOutName .
?flowThing npd:id ?FlowInOutNPDId .
?flowThing a ?what .
?what rdfs:label ?FlowInOutType .
}
}
\ No newline at end of file
Please
register
or
login
to post a comment