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-08 14:50:46 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f0e81e661ea57ee8ec4eeddfb8015f40040910de
f0e81e66
1 parent
63a36a60
resources changed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
mainOntology.ttl
mainOntology.ttl
View file @
f0e81e6
...
...
@@ -103,6 +103,13 @@
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ClassOfResult
;
owl:
onProperty
:
hasResult
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Contractor
;
owl:
onProperty
:
hasSubContractor
;
]
;
...
...
@@ -143,13 +150,6 @@
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Result
;
owl:
onProperty
:
hasResult
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
...
...
@@ -2022,12 +2022,18 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdf:
type
owl:
Class
;
owl:
unionOf
(
:
CostBasedResource
:
TimeBasedResource
Value
:
TimeBasedResource
)
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ClassOfResource
;
owl:
onProperty
:
hasResourceType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
CompletelyFreeField
;
owl:
onProperty
:
hasCompletelyFreeFieldDefinition
;
]
;
...
...
Please
register
or
login
to post a comment