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:44:50 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04cbf9abdce1088853caee86868202ed4ee04bf9
04cbf9ab
1 parent
caf3900d
Removed hasSubPlan
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
mainOntology.ttl
mainOntology.ttl
View file @
04cbf9a
...
...
@@ -1438,12 +1438,6 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Plan
;
owl:
onProperty
:
hasSubPlan
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ScheduleForPlan
;
owl:
onProperty
:
hasSchedule
;
]
;
...
...
@@ -3111,11 +3105,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
range
:
Contractor
;
rdfs:
subPropertyOf
:
hasResponsible
;
.
:
hasSubPlan
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a sub plan."
^^
xsd:
string
;
rdfs:
label
"has Sub Plan"
^^
xsd:
string
;
.
:
hasSubProject
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a planning object and a sub project."
^^
xsd:
string
;
...
...
Please
register
or
login
to post a comment