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-28 11:02:54 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6872fcba4b076ca53c5290823ad301f1a30d657
c6872fcb
1 parent
9f9b7ee3
Added ShouldUseAnyURI to hasLocation on ActivityInPlan
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
13 deletions
ilap-ontology.ttl
ilap-ontology.ttl
View file @
c6872fc
...
...
@@ -151,6 +151,20 @@
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseAnyUri
"true"
^^
xsd:
boolean
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
:
RegionInSpace
:
PointInSpace
:
PhysicalObject
)
;
]
;
owl:
onProperty
:
hasLocation
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
:
shouldUseRef
"true"
^^
xsd:
boolean
;
owl:
maxQualifiedCardinality
"1"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
:
Calendar
;
...
...
@@ -305,19 +319,6 @@
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onClass
[
rdf:
type
owl:
Class
;
owl:
unionOf
(
:
RegionInSpace
:
PointInSpace
:
PhysicalObject
)
;
]
;
owl:
onProperty
:
hasLocation
;
]
;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
minQualifiedCardinality
"0"
^^
xsd:
nonNegativeInteger
;
owl:
onDataRange
xsd:
date
;
owl:
onProperty
:
hasOperatorsRequiredEndDate
;
]
;
...
...
Please
register
or
login
to post a comment