Unverified Commit f9c15044 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

corrected errors identified by the pipeline

parent a36b9801
Loading
Loading
Loading
Loading
Loading
+20 −23
Original line number Diff line number Diff line
@prefix : <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion/> .
@prefix ex: <https://saref.etsi.org/saref4city/v2.1.1/example/RoadCongestion/> .
@prefix s4icity: <https://saref.etsi.org/saref4city/> .
@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@@ -22,15 +21,14 @@
@prefix lexvo: <http://lexvo.org/id/iso639-3/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix s4city: <http://www.owl-ontologies.com/s4city#> .
@prefix foaf: <http://www.owl-ontologies.com/foaf#> .
@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 ;
			dc:license <https://forge.etsi.org/etsi-software-license> ;
			dc:conformsTo <https://saref.etsi.org/saref4city/v2.1.1/> ;
			dc:title "Road congestion example"@en ;
			dc:description "Road congestion example"@en  .
<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 .
@@ -48,10 +46,12 @@ ex:Car35 rdf:type owl:NamedIndividual;
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 .
@@ -62,15 +62,12 @@ ex:CarLocation2018-11-20T13-30-00 rdf:type owl:NamedIndividual;
ex:RoadSegment50 rdf:type owl:NamedIndividual;
		rdf:type geo:SpatialObject .

ex:RoadSegment50|Geometry rdf:type owl:NamedIndividual;
ex:RoadSegment50\/Geometry rdf:type owl:NamedIndividual;
		rdf:type geo:Geometry .

ex:RoadCongestion rdf:type owl:NamedIndividual;
		rdf:type s4city:KeyPerformanceIndicator .

ex:RoadCongestionPeriod rdf:type owl:NamedIndividual;
		rdf:type time:TemporalEntity .

ex:RoadSegment50Congestion2018-11-20T13-30-00 rdf:type owl:NamedIndividual;
		rdf:type s4city:KeyPerformanceIndicatorAssessment .

@@ -88,7 +85,7 @@ ex:2018-11-20 rdf:type owl:NamedIndividual;

ex:City4 rdf:type owl:NamedIndividual;
		rdf:type s4city:PublicAdministration;
		rdf:type s4city:Agent .
		rdf:type foaf:Agent .

ex:BasketMatch23 rdf:type owl:NamedIndividual;
		rdf:type s4city:Event .
@@ -108,8 +105,8 @@ ex:HealthService123 rdf:type owl:NamedIndividual;
ex:Neighbourhood34 rdf:type owl:NamedIndividual;
		rdf:type s4city:Neighbourhood .

lexvo:iso639-3/spa rdf:type owl:NamedIndividual;
		rdf:type dc:LinguisticSystem .
lexvo:iso639-3\/spa rdf:type owl:NamedIndividual;
		rdf:type dcterms:LinguisticSystem .

ex:BusService33 rdf:type owl:NamedIndividual;
		rdf:type s4city:PublicService .
@@ -133,17 +130,17 @@ 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 ex:RoadCongestionPeriod .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:implementsKPI ex:RoadCongestion .
ex:RoadSegment50Congestion2018-11-20T13-30-00 s4city:assess ex:RoadSegment50|Geometry .
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 .
# 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 .
@@ -151,7 +148,7 @@ 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: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 .
+10 −9
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<https://saref.etsi.org/saref4city/> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://saref.etsi.org/saref4city/v2.1.1/> ;
                                      owl:imports <https://saref.etsi.org/core/v3.2.1/> ;
                                      owl:imports <https://saref.etsi.org/core/v4.1.1/> ;
                                      dc:creator <http://w3id.org/people/mpoveda> ,
                                                 <http://www.garcia-castro.com/foaf.rdf#me> ,
                                                 <https://www.linkedin.com/in/paolaespinoza-arias/> ;
@@ -24,14 +24,15 @@
                                      dc:issued "2020-06-05"^^xsd:date ;
                                      dc:license <https://forge.etsi.org/etsi-software-license> ;
                                      dc:modified "2024-07-26"^^xsd:date ;
                                      dc:modified "2025-04-11"^^xsd:date ;
                                      dc:publisher <https://www.etsi.org/> ;
                                      dc:source <https://saref.etsi.org/sources/saref4city/> ;
                                      dc:title "SAREF extension for Smart City"@en ;
                                      dc:title "SAREF4CITY: an extension of SAREF for the Smart City domain"@en ;
                                      vann:preferredNamespacePrefix "s4city" ;
                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4city/" ;
                                      rdfs:comment """Information about changes compared to version 1.1.1: 
 - Updated namespaces for compatibility with SAREF v3."""@en ;
                                      rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341004/01.01.02_60/ts_10341004v010102p.pdf> ;
                                      rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341004/02.01.01_60/ts_10341004v020101p.pdf> ;
                                      owl:priorVersion <https://saref.etsi.org/saref4city/v1.1.2/> ;
                                      owl:versionInfo "v2.1.1" .

@@ -275,8 +276,8 @@ s4city:hasCreationDate rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4city/hasDescription
s4city:hasDescription rdf:type owl:DatatypeProperty ;
                      rdfs:range rdfs:Literal ;
                      rdfs:label "Description of an entity like a KPI or KPI assessment" ,
                                 "has description" .
                      rdfs:comment "Description of an entity like a KPI or KPI assessment"@en ;
                      rdfs:label "has description"@en .


###  https://saref.etsi.org/saref4city/hasExpirationDate
@@ -296,8 +297,8 @@ s4city:hasLastUpdateDate rdf:type owl:DatatypeProperty ;
###  https://saref.etsi.org/saref4city/hasName
s4city:hasName rdf:type owl:DatatypeProperty ;
               rdfs:range rdfs:Literal ;
               rdfs:comment "Name of an entity like a KPI or KPI assessment" ;
               rdfs:label "has name" .
               rdfs:comment "Name of an entity like a KPI or KPI assessment"@en ;
               rdfs:label "has name"@en .


#################################################################
@@ -397,8 +398,8 @@ time:TemporalEntity rdf:type owl:Class ;
###  https://saref.etsi.org/saref4city/AccessibilityConcept
s4city:AccessibilityConcept rdf:type owl:Class ;
                            rdfs:subClassOf <http://www.w3.org/2004/02/skos/core#Concept> ;
                            rdfs:comment "SKOS concept to list  accessibility modes." ;
                            rdfs:label "Accessibility concept" .
                            rdfs:comment "SKOS concept to list  accessibility modes."@en ;
                            rdfs:label "Accessibility concept"@en .


###  https://saref.etsi.org/saref4city/AdministrativeArea