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-04-23 19:06:18 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35df61a547eda632b769ffd8dd355af27a8011bb
35df61a5
1 parent
cb9d1634
added flag for hierarchical
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
ILAP/mainOntology.ttl
ILAP/mainOntology.ttl
View file @
35df61a
...
...
@@ -348,6 +348,8 @@ xsd:time rdf:type rdfs:Datatype .
<http://data.posccaesar.org/ilap-userfield/hasCurrentProgress>
rdf:
type
owl:
DatatypeProperty
.
:
hierarchical
rdf:
type
owl:
DatatypeProperty
.
### http://data.posccaesar.org/ilap-userfield/hasExpendedQuantity
...
...
@@ -1432,6 +1434,11 @@ xsd:time rdf:type rdfs:Datatype .
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hierarchical
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
boolean
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasFieldName
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
string
...
...
Please
register
or
login
to post a comment