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-07 18:18:55 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0769618402b653d5504ee6bcdbb0dc692931fb1
e0769618
1 parent
aac19308
Correction to logical subclasses for plans
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
15 deletions
mainOntology.ttl
mainOntology.ttl
View file @
e076961
...
...
@@ -1482,15 +1482,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Phas
e
;
owl:
onProperty
:
hasP
haseTyp
e
;
owl:
onClass
:
ActivityObjectiv
e
;
owl:
onProperty
:
hasP
lanObjectiv
e
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
P
lanObjectiveTyp
e
;
owl:
onProperty
:
has
Objectiv
eType
;
owl:
onClass
:
P
has
e
;
owl:
onProperty
:
has
Phas
eType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -1516,12 +1516,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
PlanLevel
;
owl:
onProperty
:
hasLevelType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
dateTime
;
owl:
onProperty
:
now
;
]
;
...
...
@@ -3004,11 +2998,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
label
"has Name"
^^
xsd:
string
;
rdfs:
range
xsd:
string
;
.
:
hasObjectiveType
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a type of Objective."
^^
xsd:
string
;
rdfs:
label
"has Objective Type"
^^
xsd:
string
;
.
:
hasOperation
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and an Operation in a Work Order."
^^
xsd:
string
;
...
...
@@ -3067,6 +3056,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
label
"has plan level"
^^
xsd:
string
;
rdfs:
range
:
PlanLevel
;
.
:
hasPlanObjective
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a type of Objective."
^^
xsd:
string
;
rdfs:
label
"has Objective Type"
^^
xsd:
string
;
.
:
hasPlanType
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a time period."
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment