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
4c37506d
Commit
4c37506d
authored
5 years ago
by
Mauro Dragoni
Browse files
Options
Downloads
Patches
Plain Diff
First ontology commit.
parent
1c9cfc9e
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
+60
-0
60 additions, 0 deletions
ontology/saref4wear.ttl
with
60 additions
and
0 deletions
ontology/saref4wear.ttl
0 → 100644
+
60
−
0
View file @
4c37506d
@prefix
:
<http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
@prefix
rdf:
<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
.
@prefix
xml:
<http://www.w3.org/XML/1998/namespace>
.
@prefix
xsd:
<http://www.w3.org/2001/XMLSchema#>
.
@prefix
rdfs:
<http://www.w3.org/2000/01/rdf-schema#>
.
@base
<http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109>
.
<http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109>
rdf:
type
owl:
Ontology
.
#################################################################
# Object Properties
#################################################################
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#isSensedBy
:
isSensedBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
domain
:
Wearer
;
rdfs:
range
:
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:
label
"is sensed by"
@en
.
#################################################################
# Classes
#################################################################
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Device
:
Device
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#LivingOrganism
:
LivingOrganism
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#PhysicalObject
:
PhysicalObject
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Software
:
Software
rdf:
type
owl:
Class
.
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Wearable
:
Wearable
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
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:
label
"Wearable device"
@en
.
### http://www.semanticweb.org/drago/ontologies/2019/10/untitled-ontology-109#Wearer
:
Wearer
rdf:
type
owl:
Class
;
rdfs:
subClassOf
:
LivingOrganism
;
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
.
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi
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