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 15:58:57 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
917330916ba85442ed3bb499a7f506ed9d2ad8ba
91733091
1 parent
72a00be0
Added owl:Class ClassOfActivity to represent Activity Objective and its members
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
mainOntology.ttl
mainOntology.ttl
View file @
9173309
...
...
@@ -204,12 +204,23 @@
owl:
onProperty
:
hasMaterialOrderStatus
;
]
;
.
:
ActivityObjective
rdf:
type
rdfs:
Class
;
rdfs:
label
"Activity objective"
^^
xsd:
string
;
rdfs:
subClassOf
:
ClassOfActivity
;
.
:
ActivityStatus
rdf:
type
owl:
Class
;
rdfs:
comment
"A Status of an Activity (which can have predefined enumeration values)."
^^
xsd:
string
;
rdfs:
label
"Activity status"
^^
xsd:
string
;
rdfs:
subClassOf
:
Status
;
.
:
ActivityToMaintainBusinessAsUsual
rdf:
type
:
ActivityObjective
;
rdf:
type
owl:
Class
;
rdfs:
label
"Activity to Maintain Business as Usual"
^^
xsd:
string
;
rdfs:
subClassOf
:
Activity
;
.
:
AfterShutdown
rdf:
type
:
ShutdownPhase
;
rdfs:
label
"After shutdown"
^^
xsd:
string
;
...
...
@@ -503,6 +514,11 @@
rdf:
type
:
SystemDescriptor
;
rdfs:
label
"Change over"
^^
xsd:
string
;
.
:
ClassOfActivity
rdf:
type
rdfs:
Class
;
rdfs:
label
"Class of activity"
^^
xsd:
string
;
rdfs:
subClassOf
owl:
Class
;
.
:
ClosingDown
rdf:
type
:
ShutdownPhase
;
rdfs:
label
"Closing down"
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment