Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4wear
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SAREF
saref4wear
Commits
34260ab7
Commit
34260ab7
authored
4 years ago
by
Mauro Dragoni
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 'develop'
# Conflicts: # ontology/saref4wear.ttl
parents
41770cb8
824bfe8a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref4wear.ttl
+16
-21
16 additions, 21 deletions
ontology/saref4wear.ttl
with
16 additions
and
21 deletions
ontology/saref4wear.ttl
+
16
−
21
View file @
34260ab7
...
...
@@ -272,8 +272,8 @@ s4wear:isLocatedOn rdf:type owl:ObjectProperty ;
s4wear:
isSensedBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
s4wear:
Wearer
;
rdfs:
range
s4wear:
Wearable
;
rdfs:
comment
""
"Defines the relatonship between a wearer and a wearable device.
The definition of this object property satisfies the requirement WEAR-2."
""
;
rdfs:
comment
"Defines the relatonship between a wearer and a wearable device.
The definition of this object property satisfies the requirement WEAR-2."
;
rdfs:
label
"is sensed by"
@en
.
...
...
@@ -299,7 +299,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
### https://saref.etsi.org/saref4wear/sendsNotificationsTo
s4wear:
sendsNotificationsTo
rdf:
type
owl:
ObjectProperty
;
rdfs:
subPropertyOf
s4syst:
connectedTo
;
rdfs:
domain
s
aref:
Devic
e
;
rdfs:
domain
s
4wear:
Wearabl
e
;
rdfs:
range
s4wear:
Wearer
.
...
...
@@ -351,8 +351,7 @@ s4wear:hasBatteryLife rdf:type owl:DatatypeProperty ;
### https://saref.etsi.org/saref4wear/hasCapacity
s4wear:
hasCapacity
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
s4city:
Facility
,
s4wear:
Area
;
rdfs:
domain
s4city:
Facility
;
rdfs:
range
xsd:
long
.
...
...
@@ -368,10 +367,10 @@ s4wear:hasDataTransmissionRate rdf:type owl:DatatypeProperty ;
rdfs:
range
xsd:
double
.
### https://saref.etsi.org/saref4wear/has
Deep
s4wear:
has
Deep
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
s4wear:
Wearable
;
rdfs:
range
xsd:
double
.
### https://saref.etsi.org/saref4wear/has
Width
s4wear:
has
Width
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
s4wear:
Wearable
;
rdfs:
range
xsd:
double
.
### https://saref.etsi.org/saref4wear/hasHeight
...
...
@@ -410,10 +409,10 @@ s4wear:meansOfTransport rdf:type owl:DatatypeProperty ;
rdfs:
range
xsd:
string
.
### https://saref.etsi.org/saref4wear/wearerRange
Age
s4wear:
wearerRan
geA
ge
rdf:
type
owl:
DatatypeProperty
;
### https://saref.etsi.org/saref4wear/wearer
Age
Range
s4wear:
wearer
Age
Range
rdf:
type
owl:
DatatypeProperty
;
rdfs:
domain
s4wear:
Wearer
;
rdfs:
range
xsd:
in
t
.
rdfs:
range
xsd:
str
in
g
.
### https://saref.etsi.org/saref4wear/wearerStatus
...
...
@@ -611,10 +610,6 @@ s4city:Event rdf:type owl:Class ;
rdfs:
subClassOf
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
s4city:
takesPlaceAtFacility
;
owl:
allValuesFrom
s4city:
Facility
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
s4wear:
hasSensor
;
owl:
allValuesFrom
saref:
Sensor
]
;
rdfs:
isDefinedBy
s4city:
;
rdfs:
label
"Event"
@en
.
...
...
@@ -796,8 +791,8 @@ s4wear:User rdf:type owl:Class ;
### https://saref.etsi.org/saref4wear/Wearable
s4wear:
Wearable
rdf:
type
owl:
Class
;
rdfs:
subClassOf
saref:
Device
;
rdfs:
comment
""
"A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."
""
@en
;
rdfs:
comment
"A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."
@en
;
rdfs:
label
"Wearable device"
@en
.
...
...
@@ -808,7 +803,7 @@ s4wear:WearableComponent rdf:type owl:Class ;
### https://saref.etsi.org/saref4wear/Wearer
s4wear:
Wearer
rdf:
type
owl:
Class
;
rdfs:
subClassOf
[
owl:
intersectionOf
(
s
aref:
FeatureOfInterest
rdfs:
subClassOf
[
owl:
intersectionOf
(
s
4wear:
LivingOrganism
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
s4wear:
isSensedBy
;
owl:
someValuesFrom
s4wear:
Wearable
...
...
@@ -816,8 +811,8 @@ s4wear:Wearer rdf:type owl:Class ;
)
;
rdf:
type
owl:
Class
]
;
rdfs:
comment
""
"A wearer is any living organism that is sensed by a wearable.
The definition of this concept satisfies the requirement WEAR-2."
""
@en
;
rdfs:
comment
"A wearer is any living organism that is sensed by a wearable.
The definition of this concept satisfies the requirement WEAR-2."
@en
;
rdfs:
label
"Wearer"
@en
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment