Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4lift
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
saref4lift
Commits
93cfbcc9
Commit
93cfbcc9
authored
4 years ago
by
albaizq
Browse files
Options
Downloads
Patches
Plain Diff
add location validator
parent
1efdad68
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#271
failed
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology/saref4lift.ttl
+12
-9
12 additions, 9 deletions
ontology/saref4lift.ttl
with
12 additions
and
9 deletions
ontology/saref4lift.ttl
+
12
−
9
View file @
93cfbcc9
...
...
@@ -13,8 +13,8 @@
<https://saref.etsi.org/saref4lift/>
rdf:
type
owl:
Ontology
;
owl:
versionIRI
<https://saref.etsi.org/saref4lift/v1.1.1/>
;
dcterms:
source
<https://saref.etsi.org/sources/saref4lift/>
;
vann:
preferredNamespaceUri
"https://saref.etsi.org/saref4lift/"
;
owl:
versionInfo
"v1.2.2"
;
vann:
preferredNamespaceUri
"https://saref.etsi.org/saref4lift/"
;
dcterms:
publisher
<https://www.etsi.org/>
;
dcterms:
modified
"2021-02-23"
;
dcterms:
title
"SAREF extension for Smart Lifts"
@en
;
...
...
@@ -246,6 +246,13 @@ saref:hasValue rdf:type owl:DatatypeProperty ;
rdfs:
label
"has installer company"
.
### https://saref.etsi.org/saref4lift/hasLocationValidator
:
hasLocationValidator
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
string
;
rdfs:
comment
"Name of who has provided the validation of the correctness of the location of the entity"
;
rdfs:
label
"has location validator"
.
### https://saref.etsi.org/saref4lift/hasMainEmergencyNumber
:
hasMainEmergencyNumber
rdf:
type
owl:
DatatypeProperty
;
rdfs:
range
xsd:
string
;
...
...
@@ -726,14 +733,6 @@ saref:UnitOfMeasure rdf:type owl:Class ;
rdfs:
subClassOf
<http://www.opengis.net/ont/geosparql#Feature>
,
saref:
FeatureOfInterest
,
<https://saref.etsi.org/saref4syst/System>
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasDoorCloseTime
;
owl:
someValuesFrom
saref:
Time
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasDoorOpenTime
;
owl:
someValuesFrom
saref:
Time
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasLimitLoad
;
owl:
someValuesFrom
:
Load
...
...
@@ -754,6 +753,10 @@ saref:UnitOfMeasure rdf:type owl:Class ;
owl:
onProperty
:
hasCarStops
;
owl:
someValuesFrom
xsd:
integer
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasLocationValidator
;
owl:
someValuesFrom
xsd:
string
]
,
[
rdf:
type
owl:
Restriction
;
owl:
onProperty
:
hasMainEmergencyNumber
;
owl:
someValuesFrom
xsd:
string
...
...
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