Commit 6875fa94 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Cleaned example

parent c5bde9de
Loading
Loading
Loading
Loading
Loading

examples/CITY example 1.jpg

deleted100644 → 0
−175 KiB
Loading image diff...
+16 −10
Original line number Original line Diff line number Diff line
@@ -6,19 +6,25 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4envi: <https://w3id.org/saref4envi#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix wurvoc: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix wurvoc: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@base <https://saref.etsi.org/saref4city/v1.1.2/example/example1/> .
@base <https://saref.etsi.org/saref4city/v1.1.2/example/example1/> .


<https://saref.etsi.org/saref4city/v1.1.2/example/example1/> rdf:type owl:Ontology ;

                                                  owl:versionIRI <https://saref.etsi.org/saref4city/v1.1.2/example/example1/> ;
<https://saref.etsi.org/saref4city/v1.1.2/example/example1#> a dctype:Dataset ;
                                                  dcterms:publisher <http://www.oeg-upm.net/> ;
  dcterms:creator <http://purl.org/net/mpoveda> ,
  dcterms:creator <http://purl.org/net/mpoveda> ,
                  <http://www.garcia-castro.com/foaf.rdf#me> ;
                  <http://www.garcia-castro.com/foaf.rdf#me> ;
                                                  dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                                  rdfs:comment "Example of use for the SAREF extension for Smart Cities"@en ;
  dcterms:conformsTo <https://saref.etsi.org/saref4city/v1.1.2/> ;
                                                  owl:versionInfo "1.0" .
  dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4envi/v1.1.2/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4bldg/v1.1.2/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4ener/v1.1.2/> ;
  dcterms:title "Example of use for the SAREF extension for Smart Cities"@en ;
  dcterms:description "Example of use for the SAREF extension for Smart Cities"@en .




###  http://lexvo.org/id/iso639-3/spa
###  http://lexvo.org/id/iso639-3/spa
@@ -74,7 +80,7 @@
###  https://saref.etsi.org/saref4city/data/city/example1/Camera1Measurement200
###  https://saref.etsi.org/saref4city/data/city/example1/Camera1Measurement200
<https://saref.etsi.org/saref4city/data/city/example1/Camera1Measurement200> rdf:type owl:NamedIndividual ,
<https://saref.etsi.org/saref4city/data/city/example1/Camera1Measurement200> rdf:type owl:NamedIndividual ,
                                                                                      saref:Measurement ;
                                                                                      saref:Measurement ;
                                                                             saref:hasFeatureOfInterest <https://saref.etsi.org/saref4city/data/city/example1/Car35> ;
                                                                             saref:isMeasurementOf <https://saref.etsi.org/saref4city/data/city/example1/Car35> ;
                                                                             saref:isMeasuredIn <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> ;
                                                                             saref:isMeasuredIn <http://www.ontology-of-units-of-measure.org/resource/om-2/kilometrePerHour> ;
                                                                             saref:measurementMadeBy <https://saref.etsi.org/saref4city/data/city/example1/Camera1> ;
                                                                             saref:measurementMadeBy <https://saref.etsi.org/saref4city/data/city/example1/Camera1> ;
                                                                             saref:relatesToProperty <https://saref.etsi.org/saref4city/data/city/example1/Speed> ;
                                                                             saref:relatesToProperty <https://saref.etsi.org/saref4city/data/city/example1/Speed> ;