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-09-25 21:14:09 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d9975793d577af3859166de0ee5e355a5c2bd89
9d997579
1 parent
e6739a4e
Added hasShutdownPriority
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
PLANNING_CORE.ttl
PLANNING_CORE.ttl
View file @
9d99757
...
...
@@ -1679,6 +1679,12 @@ ILAP:hasShutdownPeriod
rdfs:
label
"has shutdown period"
^^
xsd:
string
;
rdfs:
range
xsd:
string
.
ILAP:
hasShutdownPriority
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Shutdown
;
rdfs:
label
"has shutdown priority"
^^
xsd:
string
;
rdfs:
range
ILAP:
DegreeOfPriority
.
ILAP:
hasShutdownType
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
ILAP:
Shutdown
;
...
...
Please
register
or
login
to post a comment