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-23 09:26:00 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2991d3ee565f953f8e7f2bfa44683207044db530
2991d3ee
1 parent
7f6c5c29
Added FreeFieldValue class to userfields file.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
ilap-userfield.ttl
ilap-userfield.ttl
View file @
2991d3e
...
...
@@ -8,6 +8,9 @@
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
xml:
<http://www.w3.org/XML/1998/namespace>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
ilap:
FreeFieldValue
rdf:
type
owl:
Class
;
.
ilap:
shouldUseAnyUri
rdf:
type
owl:
AnnotationProperty
;
rdfs:
range
xsd:
boolean
;
...
...
@@ -200,13 +203,6 @@ ilap:shouldUseAnyUri
ilap:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasActivityNetwork
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
ilap:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasActivityProgress
;
]
;
rdfs:
subClassOf
[
...
...
@@ -601,6 +597,12 @@ ilap:shouldUseAnyUri
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
requiresWorkOrderType
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
ilap:
FreeFieldValue
;
owl:
onProperty
:
hasActivityNetwork
;
]
;
.
:
SpecifiedUserField_1
rdf:
type
:
SpecifiedUserField
;
...
...
Please
register
or
login
to post a comment