Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4ehaw
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
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
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
SAREF
saref4ehaw
Commits
8d53c1cb
Commit
8d53c1cb
authored
9 months ago
by
dragoni
Browse files
Options
Downloads
Patches
Plain Diff
Addressed issue
#20
.
parent
abde6f81
Branches
issue-20
Branches containing commit
No related merge requests found
Pipeline
#5262
passed with warnings with stage
Stage:
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref4ehaw.ttl
+14
-16
14 additions, 16 deletions
ontology/saref4ehaw.ttl
with
14 additions
and
16 deletions
ontology/saref4ehaw.ttl
+
14
−
16
View file @
8d53c1cb
...
...
@@ -5,6 +5,7 @@
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
foaf:
<http://xmlns.com/foaf/0.1/>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@prefix
skos:
<http://www.w3.org/2004/02/skos/core#>
.
@prefix
vann:
<http://purl.org/vocab/vann/>
.
@prefix
voaf:
<http://purl.org/vocommons/voaf#>
.
@prefix
saref:
<https://saref.etsi.org/core/>
.
...
...
@@ -97,6 +98,10 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
# Object Properties
#################################################################
### http://www.w3.org/2004/02/skos/core#broader
skos:
broader
rdf:
type
owl:
ObjectProperty
.
### https://saref.etsi.org/core/consistsOf
saref:
consistsOf
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
s4ehaw:
Ban
;
...
...
@@ -130,14 +135,6 @@ s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
rdfs:
label
"has activity"
@en
.
### https://saref.etsi.org/saref4ehaw/hasAgeCategory
s4ehaw:
hasAgeCategory
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
s4ehaw:
HealthActor
;
rdfs:
range
s4ehaw:
AgeCategory
;
rdfs:
comment
"The age group of a health actor, e.g. old or young."
@en
;
rdfs:
label
"has age category"
@en
.
### https://saref.etsi.org/saref4ehaw/hasBanApplicationDomain
s4ehaw:
hasBanApplicationDomain
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
s4ehaw:
Ban
;
...
...
@@ -915,12 +912,6 @@ s4ehaw:Activity rdf:type owl:Class ;
rdfs:
label
"Activity"
@en
.
### https://saref.etsi.org/saref4ehaw/AgeCategory
s4ehaw:
AgeCategory
rdf:
type
owl:
Class
;
rdfs:
comment
"The age group of a health actor, e.g. old or young."
@en
;
rdfs:
label
"Age category"
@en
.
### https://saref.etsi.org/saref4ehaw/AlarmCommand
s4ehaw:
AlarmCommand
rdf:
type
owl:
Class
;
rdfs:
subClassOf
saref:
Command
;
...
...
@@ -1265,6 +1256,11 @@ s4envi:FrequencyUnit rdf:type owl:Class .
# Individuals
#################################################################
### https://saref.etsi.org/saref4ehaw/AgeCategory
s4ehaw:
AgeCategory
rdf:
type
owl:
NamedIndividual
,
saref:
State
.
### https://saref.etsi.org/saref4ehaw/AlcoholDrinking
s4ehaw:
AlcoholDrinking
rdf:
type
owl:
NamedIndividual
,
s4ehaw:
Habit
;
...
...
@@ -1359,7 +1355,8 @@ s4ehaw:OcularImpairment rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/Old
s4ehaw:
Old
rdf:
type
owl:
NamedIndividual
,
s4ehaw:
AgeCategory
;
saref:
State
;
skos:
broader
s4ehaw:
AgeCategory
;
rdfs:
comment
"Old, one user age category."
@en
;
rdfs:
label
"Old"
@en
.
...
...
@@ -1457,7 +1454,8 @@ s4ehaw:WristLocation rdf:type owl:NamedIndividual ,
### https://saref.etsi.org/saref4ehaw/Young
s4ehaw:
Young
rdf:
type
owl:
NamedIndividual
,
s4ehaw:
AgeCategory
;
saref:
State
;
skos:
broader
s4ehaw:
AgeCategory
;
rdfs:
comment
"Young, one user age category."
@en
;
rdfs:
label
"Young"
@en
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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