diff --git a/examples/CITY example 1.jpg b/examples/CITY example 1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..272668e83a11eef797a36ee4d9468b7364ff1acb Binary files /dev/null and b/examples/CITY example 1.jpg differ diff --git a/examples/example1.ttl b/examples/example1.ttl index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a3fabf1ea2b24c5b656f8e2ccae4f29fa7c27049 100644 --- a/examples/example1.ttl +++ b/examples/example1.ttl @@ -0,0 +1,206 @@ +@prefix : . +@prefix geo: . +@prefix owl: . +@prefix rdf: . +@prefix xml: . +@prefix xsd: . +@prefix rdfs: . +@prefix time: . +@prefix saref: . +@prefix s4envi: . +@prefix wurvoc: . +@prefix dcterms: . +@base rdf:type owl:Ontology ; + owl:versionIRI ; + dcterms:publisher ; + dcterms:creator , + ; + dcterms:license ; + rdfs:comment "Example of use for the SAREF extension for Smart Cities"@en ; + owl:versionInfo "1.0" . + + +### http://lexvo.org/id/iso639-3/spa + rdf:type owl:NamedIndividual , + dcterms:LinguisticSystem . + + +### http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour + rdf:type owl:NamedIndividual , + saref:UnitOfMeasure . + + +### https://saref.etsi.org/saref4city/data/city/example1#2018-11-20 + rdf:type owl:NamedIndividual , + time:TemporalEntity . + + +### https://saref.etsi.org/saref4city/data/city/example1/BasketArena7 + rdf:type owl:NamedIndividual , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/BasketMatch23 + rdf:type owl:NamedIndividual , + ; + ; + ; + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/BasketWeek2018 + rdf:type owl:NamedIndividual , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Building54 + rdf:type owl:NamedIndividual , + , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Bus33Service + rdf:type owl:NamedIndividual , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Camera1 + rdf:type owl:NamedIndividual , + saref:Device . + + +### https://saref.etsi.org/saref4city/data/city/example1/Camera1Measurement200 + rdf:type owl:NamedIndividual , + saref:Measurement ; + saref:hasFeatureOfInterest ; + saref:isMeasuredIn ; + saref:measurementMadeBy ; + saref:relatesToProperty ; + saref:hasValue "35.0"^^xsd:float . + + +### https://saref.etsi.org/saref4city/data/city/example1/Car35 + rdf:type owl:NamedIndividual , + , + saref:FeatureOfInterest ; + geo:location ; + saref:hasProperty . + + +### https://saref.etsi.org/saref4city/data/city/example1/CarLocation2018-11-20T13-30-00 + rdf:type owl:NamedIndividual , + geo:Point ; + ; + geo:lat 40.405013 ; + geo:long -3.839349 . + + +### https://saref.etsi.org/saref4city/data/city/example1/CarsSpeed2018-11-20 + rdf:type owl:NamedIndividual , + saref:Measurement . + + +### https://saref.etsi.org/saref4city/data/city/example1/Citizen11111 + rdf:type owl:NamedIndividual , + , + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/City4 + rdf:type owl:NamedIndividual , + , + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/GMapsAPI2018-11-20 + rdf:type owl:NamedIndividual , + saref:Measurement . + + +### https://saref.etsi.org/saref4city/data/city/example1/HealthService123 + rdf:type owl:NamedIndividual , + ; + ; + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Lamppost6 + rdf:type owl:NamedIndividual , + , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Metro + rdf:type owl:NamedIndividual . + + +### https://saref.etsi.org/saref4city/data/city/example1/Neighbourhood34 + rdf:type owl:NamedIndividual , + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Pollution2018-11-20 + rdf:type owl:NamedIndividual , + saref:Measurement . + + +### https://saref.etsi.org/saref4city/data/city/example1/RoadCongestion + rdf:type owl:NamedIndividual , + ; + ; + . + + +### https://saref.etsi.org/saref4city/data/city/example1/RoadCongestionPeriod + rdf:type owl:NamedIndividual , + time:TemporalDuration . + + +### https://saref.etsi.org/saref4city/data/city/example1/RoadSegment50 + rdf:type owl:NamedIndividual , + ; + ; + , + , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/RoadSegment50Congestion2018-11-20T13-30-00 + rdf:type owl:NamedIndividual , + ; + ; + ; + , + , + ; + ; + ; + saref:hasValue "70%" ; + "2018-11-20T13:20:00"^^xsd:dateTime . + + +### https://saref.etsi.org/saref4city/data/city/example1/RoadSegment50Geometry + rdf:type owl:NamedIndividual , + . + + +### https://saref.etsi.org/saref4city/data/city/example1/Speed + rdf:type owl:NamedIndividual , + saref:Property . + + +### https://saref.etsi.org/saref4city/data/city/example1/TransportCo + rdf:type owl:NamedIndividual , + , + ; + . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi