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
2015-03-17 09:52:09 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f722ae88b32ddd20963a18a76bcafc96597af89c
f722ae88
1 parent
9a4674c0
Added remaining object properties to userfields to cover UC 2.5.1 and 2.5.2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
8 deletions
ilap-userfield.ttl
mainOntology.ttl
ilap-userfield.ttl
View file @
f722ae8
This diff is collapsed. Click to expand it.
mainOntology.ttl
View file @
f722ae8
...
...
@@ -164,6 +164,7 @@
.
:
Activity_1
rdf:
type
:
Activity
;
:
hasSpecifiedUserField
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1>
;
rdfs:
label
"Activity 1"
^^
xsd:
string
;
.
:
AfterShutdown
...
...
@@ -715,7 +716,7 @@
.
:
DrillingProjectType
rdf:
type
owl:
Class
;
rdfs:
comment
"A
n
System Descriptor that describes the Type of Drilling Project."
^^
xsd:
string
;
rdfs:
comment
"A System Descriptor that describes the Type of Drilling Project."
^^
xsd:
string
;
rdfs:
label
"Drilling Project Type"
^^
xsd:
string
;
rdfs:
subClassOf
:
SystemDescriptor
;
.
...
...
@@ -900,6 +901,11 @@
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
.
:
FreeFieldValue_1
rdf:
type
:
FreeFieldValue
;
:
hasDescription
"The value for WBS2"
^^
xsd:
string
;
rdfs:
label
"Free field value 1"
^^
xsd:
string
;
.
:
Friday
rdf:
type
:
Weekday
;
.
...
...
@@ -2343,7 +2349,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
WellBore
rdf:
type
owl:
Class
;
rdfs:
comment
"An Asset that is a 'borehole' drilled in the earths crust to form part of a well."
^^
xsd:
string
;
rdfs:
comment
"An Asset that is a 'borehole' drilled in the earth
'
s crust to form part of a well."
^^
xsd:
string
;
rdfs:
label
"Well bore"
^^
xsd:
string
;
rdfs:
subClassOf
:
Asset
;
owl:
equivalentClass
<http://data.posccaesar.org/rdl/RDS1714464911>
;
...
...
@@ -2357,7 +2363,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
WellInformationInPlan
rdf:
type
owl:
Class
;
rdfs:
comment
"A System
Condition
that describes which plan has information about drilling activities."
^^
xsd:
string
;
rdfs:
comment
"A System
Descriptor
that describes which plan has information about drilling activities."
^^
xsd:
string
;
rdfs:
label
"Well Information In Plan"
^^
xsd:
string
;
rdfs:
subClassOf
:
SystemDescriptor
;
.
...
...
@@ -2369,7 +2375,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
WellIsolationPlanRequired
rdf:
type
owl:
Class
;
rdfs:
comment
"A System
Condition
that describes if an isolation plan is required."
^^
xsd:
string
;
rdfs:
comment
"A System
Descriptor
that describes if an isolation plan is required."
^^
xsd:
string
;
rdfs:
label
"Well Isolation Plan Required"
^^
xsd:
string
;
rdfs:
subClassOf
:
SystemDescriptor
;
.
...
...
@@ -2468,6 +2474,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has area type"
^^
xsd:
string
;
.
:
hasAsset
rdf:
type
owl:
ObjectProperty
;
.
:
hasAvailability
rdf:
type
owl:
ObjectProperty
;
.
...
...
@@ -2526,9 +2535,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:
hasExternalReference
rdf:
type
owl:
ObjectProperty
;
.
:
hasFacility
rdf:
type
owl:
ObjectProperty
;
.
:
hasField
rdf:
type
owl:
DatatypeProperty
;
.
...
...
@@ -2651,7 +2657,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:
hasPlatform
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
:
has
Facility
;
rdfs:
subPropertyOf
:
has
Asset
;
.
:
hasPreviousPeriod
rdf:
type
owl:
ObjectProperty
;
...
...
@@ -2778,6 +2784,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:
hasWeekday
rdf:
type
owl:
ObjectProperty
;
.
:
hasWell
rdf:
type
owl:
ObjectProperty
;
rdfs:
label
"has well"
^^
xsd:
string
;
rdfs:
subPropertyOf
:
hasAsset
;
.
:
hasWorkHoursPerDay
rdf:
type
owl:
DatatypeProperty
;
.
...
...
@@ -2889,6 +2900,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField>
rdfs:
comment
"A class that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."
^^
xsd:
string
;
.
<http://data.posccaesar.org/ilap/userfields/SpecifiedUserField_1>
<http://data.posccaesar.org/ilap/userfields/hasWBSpart2>
:
FreeFieldValue_1
;
.
<http://data.posccaesar.org/ilap/userfields/hasFreeFieldForSpecifiedUserField>
rdf:
type
owl:
ObjectProperty
;
.
...
...
Please
register
or
login
to post a comment