Commit 72d19e57 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed namespaces in example.

parent 90198383
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -5,8 +5,10 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix s4city: <https://saref.etsi.org/saref4city/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix s4watr: <https://saref.etsi.org/saref4watr/> .
@prefix dbpedia: <http://es.dbpedia.org/resource/> .
@prefix dbpedia: <http://es.dbpedia.org/resource/> .
@base <https://saref.etsi.org/saref4watr/example/> .
@base <https://saref.etsi.org/saref4watr/example/> .