Toggle navigation
Toggle navigation
This project
Loading...
Sign in
data.posccaesar.org
/
ilap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Authored by
Tore Christiansen
2014-10-19 23:43:59 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
197f92c4d52fa890fbb70b679b475f3308e6f93a
197f92c4
1 parent
4f62b9b0
Added some more values and classes to adhere to PEG advice
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
8 deletions
PLANNING_CORE.ttl
PLANNING_VALUES.ttl
PLANNING_CORE.ttl
View file @
197f92c
...
...
@@ -242,7 +242,7 @@ ILAP:DegreeOfPriority
ILAP:
DesignMilestone
rdf:
type
owl:
Class
;
rdfs:
label
"Dsign milestone"
^^
xsd:
string
;
rdfs:
label
"D
e
sign milestone"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
MilestoneType
.
ILAP:
Discipline
...
...
@@ -644,6 +644,11 @@ ILAP:Regular8To16WorkingDayCalendar
rdfs:
label
"Regular8To16Working day calendar"
^^
xsd:
string
;
rdfs:
subClassOf
<http://posccaesar.org/rdl/RDS7014210>
,
ILAP:
WeekendsFreeCalendar
,
<http://posccaesar.org/rdl/RDS8945301>
.
ILAP:
Regulator
rdf:
type
owl:
Class
;
rdfs:
label
"Regulator"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
ResponsibleOrganization
.
ILAP:
Resource
rdf:
type
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject>
,
owl:
Class
;
rdfs:
label
"Resource"
^^
xsd:
string
;
...
...
@@ -921,6 +926,18 @@ ILAP:hasActivityLocation
rdfs:
label
"has location"
^^
xsd:
string
;
rdfs:
range
ILAP:
Location
.
ILAP:
hasActivityMaterialActualArrivalTime
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ILAP:
PlannedActivity
;
rdfs:
label
"has activity actual ariival time"
^^
xsd:
string
;
rdfs:
range
xsd:
dateTime
.
ILAP:
hasActivityMaterialEstimatedArrivalTime
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
ILAP:
PlannedActivity
;
rdfs:
label
"has activity material estimated arrival time"
^^
xsd:
string
;
rdfs:
range
xsd:
dateTime
.
ILAP:
hasActivityMaterialOrderStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has Activity Material order status"
^^
xsd:
string
;
...
...
PLANNING_VALUES.ttl
View file @
197f92c
...
...
@@ -315,17 +315,21 @@ ILAP:ManagedClosedown
rdf:
type
ILAP:
PlanObjectiveType
;
rdfs:
label
"Managed closedown"
^^
xsd:
string
.
ILAP:
MaterialDeliver
y
AtBase
ILAP:
MaterialDeliver
ed
AtBase
rdf:
type
ILAP:
MaterialOrderStatus
;
rdfs:
label
"Material delivery at base"
^^
xsd:
string
.
ILAP:
MaterialDeliver
yDelayed
ILAP:
MaterialDeliver
edOffshore
rdf:
type
ILAP:
MaterialOrderStatus
;
rdfs:
label
"Material delivery delayed"
^^
xsd:
string
.
rdfs:
label
"Material delivered offshore"
^^
xsd:
string
.
ILAP:
MaterialDeliveredOnshore
rdf:
type
ILAP:
MaterialOrderStatus
;
rdfs:
label
"Material delivered onshore"
^^
xsd:
string
.
ILAP:
MaterialDelivery
Offshore
ILAP:
MaterialDelivery
Delayed
rdf:
type
ILAP:
MaterialOrderStatus
;
rdfs:
label
"Material delivery
offshore
"
^^
xsd:
string
.
rdfs:
label
"Material delivery
delayed
"
^^
xsd:
string
.
ILAP:
MaterialDeliveryOnTime
rdf:
type
ILAP:
MaterialOrderStatus
;
...
...
@@ -655,8 +659,8 @@ ILAP:hasWorkTaskResponsible
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:
type
owl:
Class
;
rdfs:
label
"Operating company"
^^
xsd:
string
,
"Contractor 1"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Operator
,
ILAP:
Contractor
.
rdfs:
label
"
Regulator 1"
^^
xsd:
string
,
"
Operating company"
^^
xsd:
string
,
"Contractor 1"
^^
xsd:
string
;
rdfs:
subClassOf
ILAP:
Regulator
,
ILAP:
Operator
,
ILAP:
Contractor
.
<http://data.posccaesar.org/npd/ontology/productionFacility>
rdf:
type
owl:
Class
;
...
...
Please
register
or
login
to post a comment