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-05-05 10:58:52 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d1a3708239bf7325f82b0d740e3de684b37b50f
5d1a3708
1 parent
6f3b8650
Removed recursion on ActivityInPlan
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
5d1a370
...
...
@@ -209,6 +209,13 @@
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
<http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SABCoding/NorsokZ014SABplanningActivityClass>
;
owl:
onProperty
:
hasActivityType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
...
...
@@ -267,12 +274,6 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ActivityInPlan
;
owl:
onProperty
:
hasActivityType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
ActivityPlanningPhase
;
owl:
onProperty
:
hasLifecyclePhase
;
]
;
...
...
Please
register
or
login
to post a comment