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
Håvard M. Ottestad
2015-05-21 14:24:19 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3f3b9e6a7ed6d5b9892dadc2ea2deec44cb12389
3f3b9e6a
1 parent
d318246b
moved field to SpecifiedUserField
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
ILAP/extension1From25.ttl
ILAP/extension2From25.ttl
ILAP/extension1From25.ttl
View file @
3f3b9e6
...
...
@@ -109,7 +109,7 @@ ILAP:ActivityThatRequiresTemporaryBarrierImpairment
rdfs:
label
"Activity that requires temporary barrier impairment"
^^
xsd:
string
;
.
ILAP:
Activity
rdfs:
subClassOf
[
a
owl:
Restriction
;
userfield:
SpecifiedUserField
rdfs:
subClassOf
[
a
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
ActivityRiskFactor
;
owl:
onProperty
ILAP:
hasRiskFactorForPlan
...
...
ILAP/extension2From25.ttl
View file @
3f3b9e6
...
...
@@ -15,7 +15,7 @@
@prefix
userfield:
<http://data.posccaesar.org/ilap/userfields/>
.
@prefix
xml:
<http://www.w3.org/XML/1998/namespace>
.
ILAP:
Activity
rdfs:
subClassOf
[
a
owl:
Restriction
;
userfield:
SpecifiedUserField
rdfs:
subClassOf
[
a
owl:
Restriction
;
ILAP:
shouldUseAnyUri
true
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ILAP:
PersonOrOrganization
;
...
...
Please
register
or
login
to post a comment