SAREF4AUTO example Position_Address

IRI
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#
Conforms to ontologies
Download serialization
License
SAREF4AUTO example Position_Address

Turtle

@prefix : <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address/> .
@prefix ex: <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .


<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#> a dctype:Dataset ;
                                            dcterms:license <https://forge.etsi.org/etsi-software-license> ;
											dcterms:conformsTo <https://saref.etsi.org/saref4auto/v2.1.1/> ;
											dcterms:title "SAREF4AUTO example Position_Address"@en ;
											dcterms:description "SAREF4AUTO example Position_Address"@en .						

dcterms:conformsTo a owl:AnnotationProperty .

vcard:Address a owl:Class .
vcard:street-address a owl:DatatypeProperty .
vcard:locality a owl:DatatypeProperty .
vcard:postal-code a owl:DatatypeProperty .
vcard:country-name a owl:DatatypeProperty .

<entity> a s4auto:AutomotiveEntity ;
  saref:hasPropertyOfInterest <entityAddress> .

<entityAddress> a saref:Property ;
  saref:hasPropertyKind s4auto:Address ;
  saref:hasPropertyValue [
    a vcard:Address ;
    vcard:street-address "111 Lake Drive" ;
    vcard:locality "WonderCity" ;
    vcard:postal-code "5555" ;
    vcard:country-name "Australia"
  ] .