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-11 22:33:37 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
607d710e5ecdb2add4b38172ce660621cac0bc93
607d710e
1 parent
7fb4c468
Added a few missing UserField properties
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
ilap-userfield.ttl
ilap-userfield.ttl
View file @
607d710
...
...
@@ -18,7 +18,7 @@
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
owl:
Class
;
owl:
onProperty
:
hasContractor
2
;
owl:
onProperty
:
hasContractor
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
...
...
@@ -358,6 +358,12 @@
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
owl:
Class
;
owl:
onProperty
:
hasContractor
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
owl:
Class
;
owl:
onProperty
:
hasCostPhaseCode
;
]
;
rdfs:
subClassOf
[
...
...
@@ -466,7 +472,7 @@
:
hasContractType
rdf:
type
owl:
ObjectProperty
;
.
:
hasContractor
2
:
hasContractor
rdf:
type
owl:
ObjectProperty
;
.
:
hasCostPhaseCode
...
...
@@ -655,7 +661,7 @@
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
owl:
Class
;
owl:
onProperty
:
hasContractor
2
;
owl:
onProperty
:
hasContractor
;
]
;
].
[
...
...
Please
register
or
login
to post a comment