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-17 11:23:30 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
db2ea90c515f92cc887390c11929651649626c55
db2ea90c
1 parent
3002101e
Changed hasCategory
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
ilap-userfield.ttl
ilap-userfield.ttl
View file @
db2ea90
...
...
@@ -43,20 +43,20 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
C
riticalit
y
;
owl:
onProperty
:
has
HseCriticalit
y
;
owl:
onClass
ilap:
C
ategor
y
;
owl:
onProperty
:
has
Categor
y
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
Criticality
;
owl:
onProperty
:
has
Production
Criticality
;
owl:
onProperty
:
has
Hse
Criticality
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
Discipline
;
owl:
onProperty
:
has
Categor
y
;
owl:
onClass
ilap:
Criticality
;
owl:
onProperty
:
has
ProductionCriticalit
y
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
Please
register
or
login
to post a comment