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-04-18 22:34:34 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f81bac7cb05f287b5a3db6b143bb5d0a0d87f7af
f81bac7c
1 parent
794eedcd
Updated has ActivityWorkVolume to hasWorkVolume
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
mainOntology.ttl
mainOntology.ttl
View file @
f81bac7
...
...
@@ -288,7 +288,7 @@
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
decimal
;
owl:
onProperty
:
has
Activity
WorkVolume
;
owl:
onProperty
:
hasWorkVolume
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -1532,6 +1532,11 @@
rdfs:
label
"Non scheduled shutdown"
^^
xsd:
string
;
rdfs:
subClassOf
:
Activity
;
.
:
Operation1inActivity101inPlanVersion2forProjectP
rdf:
type
:
OperationInPlan
;
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
Activity
;
.
:
OperationAndMaintenanceProject
rdf:
type
:
ProjectType
;
rdfs:
label
"Operation and maintenance project"
^^
xsd:
string
;
...
...
@@ -2911,6 +2916,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and an Activity."
^^
xsd:
string
;
rdfs:
label
"has Activity"
^^
xsd:
string
;
rdfs:
range
:
Activity
;
.
:
hasActivityActualWeight
rdf:
type
owl:
DatatypeProperty
;
...
...
@@ -2932,11 +2938,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
comment
"A property that gives the weight of a planning object."
^^
xsd:
string
;
rdfs:
label
"has Activity Weight"
^^
xsd:
string
;
.
:
hasActivityWorkVolume
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A property that gives the work volume of a planning object."
^^
xsd:
string
;
rdfs:
label
"has Activity Work Volume"
^^
xsd:
string
;
.
:
hasActualFinish
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A property that gives the actual finish date of a planning object."
^^
xsd:
string
;
...
...
@@ -3664,8 +3665,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:
hasStatus
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a Status value."
^^
xsd:
string
;
rdfs:
domain
:
Activity
;
rdfs:
label
"has Active Status"
^^
xsd:
string
;
rdfs:
label
"has Status"
^^
xsd:
string
;
rdfs:
range
:
Status
;
.
:
hasSubContractor
...
...
@@ -3738,6 +3738,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
comment
"A relationship between a planning object and a work period."
^^
xsd:
string
;
rdfs:
label
"has Work Period"
^^
xsd:
string
;
.
:
hasWorkVolume
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A property that gives the work volume of a planning object."
^^
xsd:
string
;
rdfs:
label
"has Activity Work Volume"
^^
xsd:
string
;
.
:
hasX
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A property that gives the X coordinate of a planning object."
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment