Unverified Commit 19074dea authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

add bases and conformsTo

parent b3ccf240
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
											dcterms:title "SAREF4AUTO example Acceleration3d"@en ;
											dcterms:description "SAREF4AUTO example Acceleration3d"@en .						

dcterms:conformsTo a owl:AnnotationProperty .

[] a s4auto:AutomotiveEntity ;
  saref:hasPropertyValue [
	saref:isValueOfProperty s4auto:AccelerationCartesian ;
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

@base <https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice/> .

<https://saref.etsi.org/saref4auto/v2.1.1/example/AutomotiveDevice#> a dctype:Dataset ;
                                            dcterms:license <https://forge.etsi.org/etsi-software-license> ;
@@ -21,6 +22,8 @@
											dcterms:title "SAREF4AUTO example AutomotiveDevice"@en ;
											dcterms:description "SAREF4AUTO example AutomotiveDevice"@en .						

dcterms:conformsTo a owl:AnnotationProperty .



<bus> a saref:FeatureOfInterest , s4auto:Vehicle ;
+2 −0
Original line number Diff line number Diff line
@@ -21,5 +21,7 @@
											dcterms:title "SAREF4AUTO example AutomotiveObject"@en ;
											dcterms:description "SAREF4AUTO example AutomotiveObject"@en .						

dcterms:conformsTo a owl:AnnotationProperty .

<object> a saref:FeatureOfInterest , s4auto:AutomotiveEntity ;
  saref:hasFeatureKind s4auto:AutomotiveObject_singleObject .
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
											dcterms:title "SAREF4AUTO example Collision"@en ;
											dcterms:description "SAREF4AUTO example Collision"@en .						

dcterms:conformsTo a owl:AnnotationProperty .


[] a saref:Observation ;
  saref:madeBy <car1> ;
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@
											dcterms:title "SAREF4AUTO example Confidence"@en ;
											dcterms:description "SAREF4AUTO example Confidence"@en .						

dcterms:conformsTo a owl:AnnotationProperty .

[] a saref:Observation ;
  saref:hasTimestamp "2020-04-15T11:45:24"^^xsd:dateTime ;
  saref:observes <car1> ;
Loading