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-19 14:48:21 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b42a6e94b6735189574d4cd25d8e74b80b98584
4b42a6e9
1 parent
04cbf9ab
Corrected logic of TimeBasedResouce and Value
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mainOntology.ttl
mainOntology.ttl
View file @
4b42a6e
...
...
@@ -2253,7 +2253,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Class
;
:
shouldHaveID
"true"
;
rdfs:
comment
"A Resource Value for a Time Based Resource."
^^
xsd:
string
;
rdfs:
label
"Time Based Resource"
^^
xsd:
string
;
rdfs:
label
"Time Based Resource
Value
"
^^
xsd:
string
;
rdfs:
subClassOf
:
ResourceValue
;
rdfs:
subClassOf
[
rdf:
type
owl:
Class
;
...
...
@@ -2306,7 +2306,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
onClass
:
TimeBasedResource
Value
;
owl:
onClass
:
TimeBasedResource
;
owl:
onProperty
:
hasTimeBasedResource
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
...
...
Please
register
or
login
to post a comment