Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref-core
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
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
saref-core
Commits
85aa5b50
Commit
85aa5b50
authored
5 years ago
by
Raul Garcia-Castro
Browse files
Options
Downloads
Patches
Plain Diff
Added two properties, plus a couple of minor fixes.
parent
77c41bb2
No related branches found
No related tags found
1 merge request
!26
added saref:FeatureOfInterest and saref:measurementMadeBy
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref.ttl
+15
-4
15 additions, 4 deletions
ontology/saref.ttl
with
15 additions
and
4 deletions
ontology/saref.ttl
+
15
−
4
View file @
85aa5b50
...
...
@@ -94,10 +94,16 @@ saref:hasProfile rdf:type owl:ObjectProperty ;
rdfs:
label
"has profile"
@en
.
### https://saref.etsi.org/hasProperty
saref:
hasProperty
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between an entity and a property of that entity"
@en
;
rdfs:
label
"has property"
@en
.
### https://saref.etsi.org/hasSensingRange
saref:
hasSensingRange
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a sensing function and a measurement identifying the range of a sensor detection"
@en
;
rdfs:
label
"has sensing range
"
@en
.
rdfs:
label
"has sensing range"
@en
.
### https://saref.etsi.org/hasSensorType
...
...
@@ -154,6 +160,11 @@ saref:isControlledByDevice rdf:type owl:ObjectProperty ;
rdfs:
label
"is controlled by device"
@en
.
### https://saref.etsi.org/isFeatureOfInterestOf
saref:
isFeatureOfInterestOf
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship between a feature of interest and a measurement about it"
@en
;
rdfs:
label
"is feature of interest of"
@en
.
### https://saref.etsi.org/isMeasuredByDevice
saref:
isMeasuredByDevice
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relationship specifying the devices that can measure a certain property"
@en
;
...
...
@@ -186,9 +197,9 @@ saref:makesMeasurement rdf:type owl:ObjectProperty ;
rdfs:
label
"makes measurement"
@en
.
### https://saref.etsi.org/measurementMadeBy
saref:
measurementMadeBy
a
owl:
ObjectProperty
;
rdfs:
comment
"A relation between a measurement and the device that made it."
@en
;
rdfs:
label
"measurement made by"
@en
.
saref:
measurementMadeBy
rdf:
type
owl:
ObjectProperty
;
rdfs:
comment
"A relation between a measurement and the device that made it."
@en
;
rdfs:
label
"measurement made by"
@en
.
### https://saref.etsi.org/measuresProperty
...
...
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