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-04-24 14:00:26 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0e543043d8414d3570650d3e201d76e4774f7b9
d0e54304
1 parent
cbcc84aa
Added hierarchical datatype property
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
mainOntology.ttl
mainOntology.ttl
View file @
d0e5430
...
...
@@ -1287,6 +1287,12 @@
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
boolean
;
owl:
onProperty
:
hierarchical
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onDataRange
xsd:
string
;
owl:
onProperty
:
hasFieldName
;
owl:
qualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
...
...
@@ -4025,6 +4031,11 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:
comment
"A property that gives the Z coordinate of a planning object."
^^
xsd:
string
;
rdfs:
label
"has z"
^^
xsd:
string
;
.
:
hierarchical
rdf:
type
owl:
DatatypeProperty
;
rdfs:
comment
"A property that toggles a Free Field as supporting the subvalue of Tag (i.e., supporting outline codes in Safran, or not)."
^^
xsd:
string
;
rdfs:
label
"hierarchical"
^^
xsd:
string
;
.
:
identifiedByLiteral
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
owl:
Thing
;
...
...
Please
register
or
login
to post a comment