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
Bob DuCharme
2012-10-15 15:04:07 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7dea72f914d4039fb4599ff2cff50d49e38ab5e8
7dea72f9
1 parent
1786731b
Fixed cargo ship query to show captain and ship name
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
www.reportinghub.no/ep/spin/SPIN_EP-DPR-tables-v1.0.spin.ttl
View file @
7dea72f
...
...
@@ -19,7 +19,7 @@
<http://www.reportinghub.no/ep/spin/dpr-tables>
rdf:
type
owl:
Ontology
;
owl:
imports
<http://
spinrdf.org/spin>
,
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/spin/rh>
;
owl:
imports
<http://
www.reportinghub.no/spin/rh>
,
<http://www.reportinghub.no/ep/spin/1.1/lib>
,
<http://www.reportinghub.no/ep/schema/1.0/production>
,
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
,
<http://spinrdf.org/spin>
;
owl:
versionInfo
"Created with TopBraid Composer"
^^
xsd:
string
.
dpr-tables:
ExportVolumes
...
...
@@ -3146,7 +3146,7 @@ dpr-tables:ProductionOperationActivity
])
])
]
;
rhspin:
tableHeaders
(
"Facility"
^^
xsd:
string
"Activity Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Finished At"
^^
xsd:
string
"Desc
iption"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"Facility"
^^
xsd:
string
"Activity Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Finished At"
^^
xsd:
string
"Desc
ription"
^^
xsd:
string
)
.
dpr-tables:
ProductionOperationCargoShip
rdf:
type
rhspin:
TableTemplate
;
...
...
@@ -3299,10 +3299,10 @@ dpr-tables:ProductionOperationCargoShip
sp:
elements
([
sp:
object
<http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation>
;
sp:
predicate
rdf:
type
;
sp:
subject
[
sp:
varName
"production
operation"
^^
xsd:
string
[
sp:
varName
"production
Operation"
^^
xsd:
string
]
]
[
sp:
object
[
sp:
varName
"production
operation"
^^
xsd:
string
[
sp:
varName
"production
Operation"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/core#partOf>
;
sp:
subject
...
...
@@ -3375,7 +3375,8 @@ dpr-tables:ProductionOperationCargoShip
sp:
subject
[
sp:
varName
"wholelifeperson"
^^
xsd:
string
]
]
[
sp:
object
]
[
rdf:
type
sp:
Optional
;
sp:
elements
([
sp:
object
[
sp:
varName
"quantityofmaterial"
^^
xsd:
string
]
;
sp:
predicate
<http://www.reportinghub.no/ep/schema/production-activity#cargoLoaded>
;
...
...
@@ -3396,8 +3397,9 @@ dpr-tables:ProductionOperationCargoShip
]
])
])
])
]
;
rhspin:
tableHeaders
(
"Facility"
^^
xsd:
string
"Activity Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Finished At"
^^
xsd:
string
"Desc
iption"
^^
xsd:
string
"Ship"
^^
xsd:
string
"Captain"
^^
xsd:
string
"Cargo Description"
^^
xsd:
string
)
.
rhspin:
tableHeaders
(
"Facility"
^^
xsd:
string
"Activity Type"
^^
xsd:
string
"Started or Nominally At"
^^
xsd:
string
"Finished At"
^^
xsd:
string
"Desc
ription"
^^
xsd:
string
"Ship"
^^
xsd:
string
"Captain"
^^
xsd:
string
"Cargo Description"
^^
xsd:
string
)
.
dpr-tables:
ProductionOperationMarine
rdf:
type
rhspin:
TableTemplate
;
...
...
Please
register
or
login
to post a comment