Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
saref4auto
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
saref4auto
Commits
3cc21960
Commit
3cc21960
authored
4 years ago
by
Maxime Lefrançois
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop-v1.1.1' of forge.etsi.org:stf/stf-566/saref4auto into develop-v1.1.1
parents
3822d17e
3ea922e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/example1.ttl
+25
-26
25 additions, 26 deletions
examples/example1.ttl
with
25 additions
and
26 deletions
examples/example1.ttl
+
25
−
26
View file @
3cc21960
@prefix
ex:
<https://saref.etsi.org/saref4auto/example>
.
@prefix
om:
<http://www.ontology-of-units-of-measure.org/resource/om-2/>
.
@prefix
owl:
<http://www.w3.org/2002/07/owl#>
.
...
...
@@ -19,7 +18,7 @@
dcterms:
license
<https://forge.etsi.org/etsi-software-license>
;
dcterms:
conformsTo
<https://saref.etsi.org/saref4auto/v1.1.1/>
;
dcterms:
title
"Example instances for SAREF extension to automotive"
@en
;
dcterms:
description
"An example of SAREF4AUTO for the use cases Platooning, AVP and
CPS
"
@en
.
dcterms:
description
"An example of SAREF4AUTO for the use cases Platooning, AVP and
environment
"
@en
.
#################################################################
...
...
@@ -565,8 +564,8 @@ om:metre rdf:type owl:NamedIndividual ,
:
RoadEntityChild1
,
:
RoadEntityEvent1
,
:
RoadEntityMoto1
;
<https://saref.etsi.org/saref4auto/consistsOfVehicle>
:
Car4
CPS
,
:
Truck4
CPS
.
<https://saref.etsi.org/saref4auto/consistsOfVehicle>
:
Car4
,
:
Truck4
.
### https://saref.etsi.org/saref4auto/example/Car1Width_ManufacturerMeas
...
...
@@ -598,30 +597,30 @@ om:metre rdf:type owl:NamedIndividual ,
saref:
Measurement
.
### https://saref.etsi.org/saref4auto/example/Car4
CPS
:
Car4
CPS
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Car4
:
Car4
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/Car>
;
saref:
hasProperty
:
Car4
CPS
Speed
;
saref:
hasProperty
:
Car4Speed
;
<https://saref.etsi.org/saref4auto/hasIdentifier>
:
StationID7
;
<https://saref.etsi.org/saref4auto/hasRelativePosition>
:
Car4
CPS
RelativePosition
.
<https://saref.etsi.org/saref4auto/hasRelativePosition>
:
Car4RelativePosition
.
### https://saref.etsi.org/saref4auto/example/Car4
CPS
RelativePosition
:
Car4
CPS
RelativePosition
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Car4RelativePosition
:
Car4RelativePosition
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/RelativePosition>
;
<https://saref.etsi.org/saref4auto/hasCoordinateX>
-5
;
<https://saref.etsi.org/saref4auto/hasCoordinateY>
19
;
<https://saref.etsi.org/saref4auto/hasCoordinateZ>
0
.
### https://saref.etsi.org/saref4auto/example/Car4
CPS
Speed
:
Car4
CPS
Speed
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Car4Speed
:
Car4Speed
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/AbsoluteSpeed>
;
saref:
relatesToMeasurement
:
Car4
CPS
Speed_Meas1
.
saref:
relatesToMeasurement
:
Car4Speed_Meas1
.
### https://saref.etsi.org/saref4auto/example/Car4
CPS
Speed_Meas1
:
Car4
CPS
Speed_Meas1
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Car4Speed_Meas1
:
Car4Speed_Meas1
rdf:
type
owl:
NamedIndividual
,
saref:
Measurement
;
saref:
isMeasuredIn
om:
kilometrePerHour
;
saref:
hasTimestamp
"2020-04-15T11:45:24"
^^
xsd:
dateTime
;
...
...
@@ -1023,30 +1022,30 @@ om:metre rdf:type owl:NamedIndividual ,
<https://saref.etsi.org/saref4auto/isMemberOfPlatoon>
:
Platoon1
.
### https://saref.etsi.org/saref4auto/example/Truck4
CPS
:
Truck4
CPS
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Truck4
:
Truck4
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/Truck>
;
saref:
hasProperty
:
Truck4
CPS
Speed
;
saref:
hasProperty
:
Truck4Speed
;
<https://saref.etsi.org/saref4auto/hasIdentifier>
:
StationID8
;
<https://saref.etsi.org/saref4auto/hasRelativePosition>
:
Truck4
CPS
RelativePosition
.
<https://saref.etsi.org/saref4auto/hasRelativePosition>
:
Truck4RelativePosition
.
### https://saref.etsi.org/saref4auto/example/Truck4
CPS
RelativePosition
:
Truck4
CPS
RelativePosition
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Truck4RelativePosition
:
Truck4RelativePosition
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/RelativePosition>
;
<https://saref.etsi.org/saref4auto/hasCoordinateX>
6
;
<https://saref.etsi.org/saref4auto/hasCoordinateY>
10
;
<https://saref.etsi.org/saref4auto/hasCoordinateZ>
0
.
### https://saref.etsi.org/saref4auto/example/Truck4
CPS
Speed
:
Truck4
CPS
Speed
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Truck4Speed
:
Truck4Speed
rdf:
type
owl:
NamedIndividual
,
<https://saref.etsi.org/saref4auto/AbsoluteSpeed>
;
saref:
relatesToMeasurement
:
Truck4
CPS
Speed_Meas1
.
saref:
relatesToMeasurement
:
Truck4Speed_Meas1
.
### https://saref.etsi.org/saref4auto/example/Truck4
CPS
Speed_Meas1
:
Truck4
CPS
Speed_Meas1
rdf:
type
owl:
NamedIndividual
,
### https://saref.etsi.org/saref4auto/example/Truck4Speed_Meas1
:
Truck4Speed_Meas1
rdf:
type
owl:
NamedIndividual
,
saref:
Measurement
;
saref:
isMeasuredIn
om:
kilometrePerHour
;
saref:
hasTimestamp
"2020-04-15T11:45:24"
^^
xsd:
dateTime
;
...
...
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