Road congestion example
Turtle
@prefix : <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion/> .
@prefix ex: <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion/> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@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 vann: <http://purl.org/vocab/vann/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix sf: <http://www.opengis.net/ont/sf#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix cpsv: <http://purl.org/vocab/cpsv#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/> .
@prefix lexvo: <http://lexvo.org/id/iso639-3/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@base <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion/> .
<https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion#> a dctype:Dataset ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:conformsTo <https://saref.etsi.org/saref4city/v2.1.1/> ;
dcterms:title "Road congestion example"@en ;
dcterms:description "Road congestion example"@en .
ex:Camera1 rdf:type owl:NamedIndividual;
rdf:type saref:Device .
ex:Camera1Observation200 rdf:type owl:NamedIndividual;
rdf:type saref:Observation .
om:kilometrePerHour rdf:type owl:NamedIndividual;
rdf:type saref:UnitOfMeasure .
ex:Car35 rdf:type owl:NamedIndividual;
rdf:type saref:FeatureOfInterest;
rdf:type geo:SpatialObject .
ex:Speed rdf:type owl:NamedIndividual;
rdf:type saref:Property .
s4envi:Lamppost a owl:Class .
ex:Lamppost6 rdf:type owl:NamedIndividual;
rdf:type s4envi:Lamppost;
rdf:type s4city:CityObject .
s4bldg:Building a owl:Class .
ex:Building54 rdf:type owl:NamedIndividual;
rdf:type s4bldg:Building;
rdf:type s4city:CityObject .
ex:CarLocation2018-11-20T13-30-00 rdf:type owl:NamedIndividual;
rdf:type sf:Point .
ex:RoadSegment50 rdf:type owl:NamedIndividual;
rdf:type geo:SpatialObject .
ex:RoadSegment50\/Geometry rdf:type owl:NamedIndividual;
rdf:type geo:Geometry .
ex:RoadCongestion rdf:type owl:NamedIndividual;
rdf:type s4city:KeyPerformanceIndicator .
ex:RoadSegment50Congestion2018-11-20T13-30-00 rdf:type owl:NamedIndividual;
rdf:type s4city:KeyPerformanceIndicatorAssessment .
ex:CarsSpeed2018-11-20 rdf:type owl:NamedIndividual;
rdf:type saref:Observation .
ex:Pollution2018-11-20 rdf:type owl:NamedIndividual;
rdf:type saref:Observation .
ex:GMapsAPI2018-11-20 rdf:type owl:NamedIndividual;
rdf:type saref:Observation .
ex:2018-11-20 rdf:type owl:NamedIndividual;
rdf:type time:TemporalEntity .
ex:City4 rdf:type owl:NamedIndividual;
rdf:type s4city:PublicAdministration;
rdf:type foaf:Agent .
ex:BasketMatch23 rdf:type owl:NamedIndividual;
rdf:type s4city:Event .
ex:BasketWeek2018 rdf:type owl:NamedIndividual;
rdf:type s4city:Event .
ex:metro rdf:type owl:NamedIndividual;
rdf:type s4city:AccessibilityConcept .
ex:BasketArena7 rdf:type owl:NamedIndividual;
rdf:type s4city:Facility .
ex:HealthService123 rdf:type owl:NamedIndividual;
rdf:type s4city:PublicService .
ex:Neighbourhood34 rdf:type owl:NamedIndividual;
rdf:type s4city:Neighbourhood .
lexvo:iso639-3\/spa rdf:type owl:NamedIndividual;
rdf:type dcterms:LinguisticSystem .
ex:BusService33 rdf:type owl:NamedIndividual;
rdf:type s4city:PublicService .
ex:TransportCo rdf:type owl:NamedIndividual;
rdf:type org:Organization;
rdf:type s4city:Agent .
ex:Citizen11111 rdf:type owl:NamedIndividual;
rdf:type foaf:Person;
rdf:type s4city:Agent .
ex:Camera1Observation200 saref:isMeasuredIn om:kilometrePerHour .
ex:Camera1Observation200 saref:madeBy ex:Camera1 .
ex:Camera1Observation200 saref:observes ex:Car35 .
ex:Camera1Observation200 saref:observes ex:Speed .
ex:Camera1Observation200 saref:hasValue "35"^^xsd:float .
ex:Car35 saref:hasProperty ex:Speed .
ex:Car35 geo:hasGeometry ex:CarLocation2018-11-20T13-30-00 .
ex:CarLocation2018-11-20T13-30-00 geo:sfWithin ex:RoadSegment50 .
ex:RoadSegment50 geo:sfContains ex:CarLocation2018-11-20T13-30-00 .
ex:RoadSegment50 geo:sfContains ex:Lamppost6 .
ex:RoadSegment50 geo:sfContains ex:Building54 .
ex:RoadSegment50 geo:hasGeometry ex:RoadSegment50\/Geometry .
ex:RoadCongestion s4city:isKPIOf ex:RoadSegment50\/Geometry .
ex:RoadCongestion s4city:hasCalculationPeriod "PT1H"^^xsd:duration .
# ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:implementsKPI ex:RoadCongestion . # commented: property not in the model
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:assesses ex:RoadSegment50\/Geometry .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:isDerivedFrom ex:CarsSpeed2018-11-20 .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:isDerivedFrom ex:GMapsAPI2018-11-20 .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:isDerivedFrom ex:Pollution2018-11-20 .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:refersToTime ex:2018-11-20 .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:isAssessedBy ex:City4 .
# ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:creationTime "2018-11-20T13-30-00"^^xsd:datetime . # commented: property not in the model
ex:RoadSegment50Congestion2018-11-20T13-30-00 saref:hasValue "70%" .
ex:City4 cpsv:provides ex:HealthService123 .
ex:BasketMatch23 s4city:isOrganizedBy ex:City4 .
ex:BasketMatch23 s4city:isSubEventOf ex:BasketWeek2018 .
ex:BasketMatch23 s4city:hasAccessibility ex:metro .
ex:BasketMatch23 s4city:takesPlaceAtFacility ex:BasketArena7 .
ex:HealthService123 cpsv:physicallyAvailableAt ex:Neighbourhood34 .
ex:HealthService123 s4city:isAvailableInLanguage lexvo:iso639-3\/spa .
ex:Neighbourhood34 geo:sfWithin ex:City4 .
ex:TransportCo cpsv:provides ex:BusService33 .
ex:Citizen11111 cpsv:uses ex:BusService33 .