diff --git a/tp-iss.ttl b/tp-iss.ttl index 892164e..0702a52 100644 --- a/tp-iss.ttl +++ b/tp-iss.ttl @@ -22,81 +22,89 @@ ssn:observes rdf:type owl:AnnotationProperty . # Object Properties ################################################################# -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 -tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:range tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - rdfs:label "a pour symptome"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasSymptom +tp-iss:hasSymptom rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:Phenomenon ; + rdfs:range tp-iss:WeatherObservation ; + rdfs:label "a pour symptome"@fr; + rdfs:label "has symptom"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 -tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf owl:topObjectProperty ; - owl:inverseOf tp-iss:OWLObjectProperty_4a511452_e141_4a7e_b156_cf152f19cd2d ; - rdfs:domain tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 , - [ rdf:type owl:Restriction ; - owl:onProperty tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 ; - owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; - owl:onClass tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e - ] ; - rdfs:range tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ; - rdfs:label "a pour capitale"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasCapital +tp-iss:hasCapital rdf:type owl:ObjectProperty ; + owl:inverseOf tp-iss:isCapital ; + rdfs:domain tp-iss:Country , + [ rdf:type owl:Restriction ; + owl:onProperty tp-iss:hasCapital ; + owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ; + owl:onClass tp-iss:City + ] ; + rdfs:range tp-iss:City ; + rdfs:label "a pour capitale"@fr ; + rdfs:label "has capital"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_3e84e8b7_9283_4582_b02d_3815a4cf3864 -tp-iss:OWLObjectProperty_3e84e8b7_9283_4582_b02d_3815a4cf3864 rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ; - rdfs:label "a pour date"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasDate +tp-iss:hasDate rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:WeatherObservation ; + rdfs:range tp-iss:Instant ; + rdfs:label "a pour date"@fr; + rdfs:label "has date"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_4a511452_e141_4a7e_b156_cf152f19cd2d -tp-iss:OWLObjectProperty_4a511452_e141_4a7e_b156_cf152f19cd2d rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc ; - rdfs:label "est la capitale de"@fr . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#isCapital +tp-iss:isCapital rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf tp-iss:isIncludedIn ; + rdfs:label "est la capitale de"@fr ; + rdfs:label "is capital"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_57b19d61_bcdf_40fd_90c7_dd56beb7acb6 -tp-iss:OWLObjectProperty_57b19d61_bcdf_40fd_90c7_dd56beb7acb6 rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - rdfs:range tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - rdfs:label "a pour localisation"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasLocation +tp-iss:hasLocation rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:WeatherObservation ; + rdfs:range tp-iss:Place ; + rdfs:label "a pour localisation"@fr ; + rdfs:label "has location"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc -tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - rdfs:range tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - rdfs:label "est inclus dans"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#isIncludedIn +tp-iss:isIncludedIn rdf:type owl:ObjectProperty , owl:TransitiveProperty ; + rdfs:domain tp-iss:Place ; + rdfs:range tp-iss:Place ; + rdfs:label "est inclus dans"@fr ; + rdfs:label "is included in"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_6e59efc0_2d2e_4485_a5a2_2ea407080c48 -tp-iss:OWLObjectProperty_6e59efc0_2d2e_4485_a5a2_2ea407080c48 rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ; - rdfs:label "débute à"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#startsAt +tp-iss:startsAt rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:Phenomenon ; + rdfs:range tp-iss:Instant ; + rdfs:label "débute à"@fr ; + rdfs:label "starts at"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_cf7c18d0_5a3f_4173_897a_754d49d90f25 -tp-iss:OWLObjectProperty_cf7c18d0_5a3f_4173_897a_754d49d90f25 rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:range tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ; - rdfs:label "caractérisé par"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasCharacteristics +tp-iss:hasCharacteristics rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:Phenomenon ; + rdfs:range tp-iss:Parameters ; + rdfs:label "caractérisé par"@fr ; + rdfs:label "has characteristics"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_f0381af4_a882_4f64_8928_6089116baadc -tp-iss:OWLObjectProperty_f0381af4_a882_4f64_8928_6089116baadc rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ; - rdfs:label "finit à"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#endsAt +tp-iss:endsAt rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:Phenomenon ; + rdfs:range tp-iss:Instant ; + rdfs:label "finit à"@fr ; + rdfs:label "end at"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c -tp-iss:OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c rdf:type owl:ObjectProperty ; - rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - rdfs:range tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ; - rdfs:label "mesure"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#measures +tp-iss:measures rdf:type owl:ObjectProperty ; + rdfs:domain tp-iss:WeatherObservation ; + rdfs:range tp-iss:Parameters ; + rdfs:label "mesure"@fr ; + rdfs:label "measures"@en . ### http://purl.oclc.org/NET/ssnx/ssn#attachedSystem @@ -113,152 +121,159 @@ owl:OWLObjectProperty_c71b5265_ff81_4c91_b30d_a3e858340405 rdf:type owl:ObjectPr owl:OWLObjectProperty_c71b5265_ff81_4c91_b30d_a3e858340405 ) , ( owl:OWLObjectProperty_c71b5265_ff81_4c91_b30d_a3e858340405 - tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc + tp-iss:isIncludedIn ) ; rdfs:label "se situe dans"@en . -### http://www.w3.org/2002/07/owl#OWLObjectProperty_fb806106_4ace_40ff_99be_b78033118b3c -owl:OWLObjectProperty_fb806106_4ace_40ff_99be_b78033118b3c rdf:type owl:ObjectProperty ; - rdfs:domain ssn:System ; - rdfs:range ssn:System ; - owl:propertyChainAxiom ( ssn:onPlatform - ssn:attachedSystem - ) ; - rdfs:label "est compatible avec"@en . +### http://www.w3.org/2002/07/owl#compatibleWith +owl:compatibleWith rdf:type owl:ObjectProperty ; + rdfs:domain ssn:System ; + rdfs:range ssn:System ; + owl:propertyChainAxiom ( ssn:onPlatform + ssn:attachedSystem + ) ; + rdfs:label "est compatible avec"@fr ; + rdfs:label "compatible with"@en . ################################################################# # Data properties ################################################################# -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 -tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 rdf:type owl:DatatypeProperty ; - rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - rdfs:range xsd:float ; - rdfs:label "a pour valeur"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasValue +tp-iss:hasValue rdf:type owl:DatatypeProperty ; + rdfs:domain tp-iss:WeatherObservation ; + rdfs:range xsd:float ; + rdfs:label "a pour valeur"@fr ; + rdfs:label "has value"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLDataProperty_8c1edaf8_176d_4e84_a40f_881f06ca36d5 -tp-iss:OWLDataProperty_8c1edaf8_176d_4e84_a40f_881f06ca36d5 rdf:type owl:DatatypeProperty ; - rdfs:domain tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ; - rdfs:range xsd:dateTimeStamp ; - rdfs:label "a pour timestamp"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasTimestamp +tp-iss:hasTimestamp rdf:type owl:DatatypeProperty ; + rdfs:domain tp-iss:Instant ; + rdfs:range xsd:dateTimeStamp ; + rdfs:label "a pour timestamp"@fr ; + rdfs:label "has timestamp"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#a_pour_durée -tp-iss:a_pour_durée rdf:type owl:DatatypeProperty . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasDuration +tp-iss:hasDuration rdf:type owl:DatatypeProperty . ################################################################# # Classes ################################################################# -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_1356bdaa_2770_4f7e_b281_2e7a014b3220 -tp-iss:OWLClass_1356bdaa_2770_4f7e_b281_2e7a014b3220 rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7 ; - rdfs:label "Ensoleillement"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Ensoleillement +tp-iss:Sunshine rdf:type owl:Class ; + rdfs:subClassOf tp-iss:NiceWeather ; + rdfs:label "Ensoleillement"@fr ; + rdfs:label "Sunshine"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_3f9c9e2e_1534_4048_9f3e_3131d300ae08 -tp-iss:OWLClass_3f9c9e2e_1534_4048_9f3e_3131d300ae08 rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc - [ rdf:type owl:Restriction ; - owl:onProperty tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 ; - owl:someValuesFrom [ owl:intersectionOf ( tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e - [ rdf:type owl:Restriction ; - owl:onProperty tp-iss:OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c ; - owl:hasValue owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd - ] - [ rdf:type owl:Restriction ; - owl:onProperty tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 ; - owl:someValuesFrom [ rdf:type rdfs:Datatype ; - owl:onDatatype xsd:float ; - owl:withRestrictions ( [ xsd:minExclusive "0.0"^^xsd:float - ] - ) - ] - ] - ) ; - rdf:type owl:Class - ] - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 ; - rdfs:label "Pluie"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Rainfall +tp-iss:Rainfall rdf:type owl:Class ; +owl:equivalentClass [ owl:intersectionOf ( tp-iss:Phenomenon + [ rdf:type owl:Restriction ; + owl:onProperty tp-iss:hasSymptom ; + owl:someValuesFrom [ owl:intersectionOf ( tp-iss:WeatherObservation + [ rdf:type owl:Restriction ; + owl:onProperty tp-iss:measures ; + owl:hasValue owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd + ] + [ rdf:type owl:Restriction ; + owl:onProperty tp-iss:hasValue ; + owl:someValuesFrom [ rdf:type rdfs:Datatype ; + owl:onDatatype xsd:float ; + owl:withRestrictions ( [ xsd:minExclusive "0.0"^^xsd:float + ] + ) + ] + ] + ) ; + rdf:type owl:Class + ] + ] + ) ; + rdf:type owl:Class + ] ; +rdfs:subClassOf tp-iss:BadWeather ; +rdfs:label "Pluie"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 -tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:label "Mauvais temps"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#BadWeather +tp-iss:BadWeather rdf:type owl:Class ; + rdfs:subClassOf tp-iss:Phenomenon ; + rdfs:label "Mauvais temps"@fr; + rdfs:label "Bad Weather"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_60a7a81e_a726_4794_a7aa_7c366ca6ce44 -tp-iss:OWLClass_60a7a81e_a726_4794_a7aa_7c366ca6ce44 rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 ; - rdfs:label "Brouillard"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Fog +tp-iss:Fog rdf:type owl:Class ; + rdfs:subClassOf tp-iss:BadWeather ; + rdfs:label "Brouillard"@fr; + rdfs:label "Fog"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e -tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e rdf:type owl:Class ; +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Parameters +tp-iss:Parameters rdf:type owl:Class ; rdfs:subClassOf ssn:Property ; - rdfs:label "Paramètre mesurables"@en . + rdfs:label "Paramètre mesurables"@fr; + rdfs:label "Parameters"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_70366453_b04e_4693_9806_9bb04ff4593c -tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c rdf:type owl:Class ; - rdfs:label "Instant"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Instant +tp-iss:Instant rdf:type owl:Class ; + rdfs:label "Instant"@en, "Instant"@fr . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc -tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc rdf:type owl:Class ; - rdfs:label "Phénomène"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Phenomenon +tp-iss:Phenomenon rdf:type owl:Class ; + rdfs:label "Phénomène"@fr, "Phenomenon"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7 -tp-iss:OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7 rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - rdfs:label "Beau temps"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#NiceWeather +tp-iss:NiceWeather rdf:type owl:Class ; + rdfs:subClassOf tp-iss:Phenomenon ; + rdfs:label "Beau temps"@fr, "Nice Weather"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e -tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e rdf:type owl:Class ; - rdfs:label "Observation" , - "Observation météo"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#WeatherObservation +tp-iss:WeatherObservation rdf:type owl:Class ; + rdfs:label "Observation"@fr , + "Observation météo"@fr, "WeatherObservation"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 -tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 rdf:type owl:Class ; - rdfs:label "Lieu"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Place +tp-iss:Place rdf:type owl:Class ; + rdfs:label "Lieu"@fr, "Place"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_c8a39393_1773_4418_971e_85efde7cf347 -tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - owl:disjointWith tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ; - rdfs:label "Pays"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Country +tp-iss:Country rdf:type owl:Class ; + rdfs:subClassOf tp-iss:Place ; + owl:disjointWith tp-iss:City ; + rdfs:label "Pays"@fr, "Country"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e -tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - rdfs:label "Ville"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#City +tp-iss:City rdf:type owl:Class ; + rdfs:subClassOf tp-iss:Place ; + rdfs:label "Ville"@fr, "City"@en . -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_df27e975_e629_44bb_9479_a57bc2f0b95b -tp-iss:OWLClass_df27e975_e629_44bb_9479_a57bc2f0b95b rdf:type owl:Class ; - rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ; - rdfs:label "Continent"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Continent +tp-iss:Continent rdf:type owl:Class ; + rdfs:subClassOf tp-iss:Place ; + rdfs:label "Continent"@en, "Continent"@fr . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Phénomène_court tp-iss:Phénomène_court rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc + owl:equivalentClass [ owl:intersectionOf ( tp-iss:Phenomenon [ rdf:type owl:Restriction ; - owl:onProperty tp-iss:a_pour_durée ; + owl:onProperty tp-iss:hasDuration ; owl:someValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:int ; owl:withRestrictions ( [ xsd:maxInclusive "15"^^xsd:int @@ -269,14 +284,14 @@ tp-iss:Phénomène_court rdf:type owl:Class ; ) ; rdf:type owl:Class ] ; - rdfs:subClassOf tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc . + rdfs:subClassOf tp-iss:Phenomenon . ### http://purl.oclc.org/NET/ssnx/ssn#Platform ssn:Platform rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty owl:OWLObjectProperty_c71b5265_ff81_4c91_b30d_a3e858340405 ; - owl:someValuesFrom tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 + owl:someValuesFrom tp-iss:Place ] . @@ -292,8 +307,8 @@ ssn:SensingDevice rdf:type owl:Class . ssn:System rdf:type owl:Class . -### http://www.w3.org/2002/07/owl#OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce -owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce rdf:type owl:Class ; +### http://www.w3.org/2002/07/owl#Parameter +owl:Parameter rdf:type owl:Class ; rdfs:label "Paramètre observable"@en . @@ -301,67 +316,67 @@ owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce rdf:type owl:Class ; # Individuals ################################################################# -### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_2b887a87_5d83_4d70_b7c9_6f8b1c3e54f0 -tp-iss:OWLNamedIndividual_2b887a87_5d83_4d70_b7c9_6f8b1c3e54f0 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ; - rdfs:label "Température"@en . +### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Temperature +tp-iss:Temperature rdf:type owl:NamedIndividual , + tp-iss:Parameters ; + rdfs:label "Température"@fr, "Temperature"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 tp-iss:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ; - tp-iss:OWLObjectProperty_3e84e8b7_9283_4582_b02d_3815a4cf3864 tp-iss:OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 ; - tp-iss:OWLObjectProperty_57b19d61_bcdf_40fd_90c7_dd56beb7acb6 tp-iss:OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38 ; - tp-iss:OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd ; - tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 "3.0"^^xsd:float ; + tp-iss:WeatherObservation ; + tp-iss:hasDate tp-iss:OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 ; + tp-iss:hasLocation tp-iss:OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38 ; + tp-iss:measures owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd ; + tp-iss:hasValue "3.0"^^xsd:float ; rdfs:label "P1"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38 tp-iss:OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e , + tp-iss:City , owl:Thing ; - tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc tp-iss:OWLNamedIndividual_e2cea48d_7da1_41cf_9a6e_167bd3b64a8f ; + tp-iss:isIncludedIn tp-iss:OWLNamedIndividual_e2cea48d_7da1_41cf_9a6e_167bd3b64a8f ; rdfs:label "Toulouse"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_4ef6700d_d3ca_437e_96a6_5f531744c9fd tp-iss:OWLNamedIndividual_4ef6700d_d3ca_437e_96a6_5f531744c9fd rdf:type owl:NamedIndividual , - tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ; + tp-iss:Parameters ; rdfs:label "Hygrométrie"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 tp-iss:OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ; - tp-iss:OWLDataProperty_8c1edaf8_176d_4e84_a40f_881f06ca36d5 "2015-10-11T13:20:00Z"^^xsd:dateTimeStamp ; + tp-iss:Instant ; + tp-iss:hasTimestamp "2015-10-11T13:20:00Z"^^xsd:dateTimeStamp ; rdfs:label "I1"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_779078ef_da9a_47ac_bb61_59a30ffffa85 tp-iss:OWLNamedIndividual_779078ef_da9a_47ac_bb61_59a30ffffa85 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 ; - tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 tp-iss:OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 , + tp-iss:Country ; + tp-iss:hasCapital tp-iss:OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 , tp-iss:OWLNamedIndividual_e51e3974_f657_469e_b7a1_6ebaf4935b6a ; rdfs:label "France"@fr . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 tp-iss:OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ; + tp-iss:City ; rdfs:label "Paris"@fr . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_c85bf788_ee5b_4da6_a867_08c79d7380e3 tp-iss:OWLNamedIndividual_c85bf788_ee5b_4da6_a867_08c79d7380e3 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ; + tp-iss:Parameters ; rdfs:label "Vitesse du vent"@en . ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_ddf74788_0035_4c06_bdc7_e519b04c7f99 tp-iss:OWLNamedIndividual_ddf74788_0035_4c06_bdc7_e519b04c7f99 rdf:type owl:NamedIndividual , - tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ; - tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 tp-iss:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 ; + tp-iss:Phenomenon ; + tp-iss:hasSymptom tp-iss:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 ; rdfs:label "A1"@en . @@ -373,19 +388,19 @@ tp-iss:OWLNamedIndividual_e2cea48d_7da1_41cf_9a6e_167bd3b64a8f rdf:type owl:Name ### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_e51e3974_f657_469e_b7a1_6ebaf4935b6a tp-iss:OWLNamedIndividual_e51e3974_f657_469e_b7a1_6ebaf4935b6a rdf:type owl:NamedIndividual , - tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ; + tp-iss:City ; rdfs:label "La ville Lumière"@fr . ### http://www.w3.org/2002/07/owl#OWLNamedIndividual_268609f4_8a6e_4076_a5c9_cfd144dde88e owl:OWLNamedIndividual_268609f4_8a6e_4076_a5c9_cfd144dde88e rdf:type owl:NamedIndividual , - owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ; + owl:Parameter ; rdfs:label "Pression athmosphérique"@en . ### http://www.w3.org/2002/07/owl#OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd rdf:type owl:NamedIndividual , - owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ; + owl:Parameter ; rdfs:label "Pluviométrie"@en . @@ -406,13 +421,13 @@ owl:OWLNamedIndividual_61237d59_bb40_44ac_bfe3_d9e45ffe04d6 rdf:type owl:NamedIn ### http://www.w3.org/2002/07/owl#OWLNamedIndividual_b544466b_449c_4af9_a082_33aa45fcda65 owl:OWLNamedIndividual_b544466b_449c_4af9_a082_33aa45fcda65 rdf:type owl:NamedIndividual , - owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ; + owl:Parameter ; rdfs:label "Hygrométrie"@en . ### http://www.w3.org/2002/07/owl#OWLNamedIndividual_babab508_1c69_472e_8f83_56a6d02a4b52 owl:OWLNamedIndividual_babab508_1c69_472e_8f83_56a6d02a4b52 rdf:type owl:NamedIndividual , - owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ; + owl:Parameter ; rdfs:label "Vitesse du vent"@en .