Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SAREF
saref4auto
Commits
3cc21960
Commit
3cc21960
authored
Jun 08, 2020
by
Maxime Lefrançois
Browse files
Merge branch 'develop-v1.1.1' of forge.etsi.org:stf/stf-566/saref4auto into develop-v1.1.1
parents
3822d17e
3ea922e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
26 deletions
+25
-26
examples/example1.ttl
examples/example1.ttl
+25
-26
No files found.
examples/example1.ttl
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment