Refactored ontology
This commit is contained in:
parent
75afb520c3
commit
fa152be94e
1 changed files with 197 additions and 182 deletions
321
tp-iss.ttl
321
tp-iss.ttl
|
@ -22,81 +22,89 @@ ssn:observes rdf:type owl:AnnotationProperty .
|
||||||
# Object Properties
|
# Object Properties
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasSymptom
|
||||||
tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 rdf:type owl:ObjectProperty ;
|
tp-iss:hasSymptom rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:domain tp-iss:Phenomenon ;
|
||||||
rdfs:range tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
rdfs:range tp-iss:WeatherObservation ;
|
||||||
rdfs:label "a pour symptome"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasCapital
|
||||||
tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 rdf:type owl:ObjectProperty ;
|
tp-iss:hasCapital rdf:type owl:ObjectProperty ;
|
||||||
rdfs:subPropertyOf owl:topObjectProperty ;
|
owl:inverseOf tp-iss:isCapital ;
|
||||||
owl:inverseOf tp-iss:OWLObjectProperty_4a511452_e141_4a7e_b156_cf152f19cd2d ;
|
rdfs:domain tp-iss:Country ,
|
||||||
rdfs:domain tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 ,
|
|
||||||
[ rdf:type owl:Restriction ;
|
[ rdf:type owl:Restriction ;
|
||||||
owl:onProperty tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 ;
|
owl:onProperty tp-iss:hasCapital ;
|
||||||
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
|
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
|
||||||
owl:onClass tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e
|
owl:onClass tp-iss:City
|
||||||
] ;
|
] ;
|
||||||
rdfs:range tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ;
|
rdfs:range tp-iss:City ;
|
||||||
rdfs:label "a pour capitale"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasDate
|
||||||
tp-iss:OWLObjectProperty_3e84e8b7_9283_4582_b02d_3815a4cf3864 rdf:type owl:ObjectProperty ;
|
tp-iss:hasDate rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
rdfs:domain tp-iss:WeatherObservation ;
|
||||||
rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ;
|
rdfs:range tp-iss:Instant ;
|
||||||
rdfs:label "a pour date"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#isCapital
|
||||||
tp-iss:OWLObjectProperty_4a511452_e141_4a7e_b156_cf152f19cd2d rdf:type owl:ObjectProperty ;
|
tp-iss:isCapital rdf:type owl:ObjectProperty ;
|
||||||
rdfs:subPropertyOf tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc ;
|
rdfs:subPropertyOf tp-iss:isIncludedIn ;
|
||||||
rdfs:label "est la capitale de"@fr .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasLocation
|
||||||
tp-iss:OWLObjectProperty_57b19d61_bcdf_40fd_90c7_dd56beb7acb6 rdf:type owl:ObjectProperty ;
|
tp-iss:hasLocation rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
rdfs:domain tp-iss:WeatherObservation ;
|
||||||
rdfs:range tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:range tp-iss:Place ;
|
||||||
rdfs:label "a pour localisation"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#isIncludedIn
|
||||||
tp-iss:OWLObjectProperty_6637af56_609a_4059_bf56_f2870d032dbc rdf:type owl:ObjectProperty ,
|
tp-iss:isIncludedIn rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
|
||||||
owl:TransitiveProperty ;
|
rdfs:domain tp-iss:Place ;
|
||||||
rdfs:domain tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:range tp-iss:Place ;
|
||||||
rdfs:range tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:label "est inclus dans"@fr ;
|
||||||
rdfs:label "est inclus dans"@en .
|
rdfs:label "is included in"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_6e59efc0_2d2e_4485_a5a2_2ea407080c48
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#startsAt
|
||||||
tp-iss:OWLObjectProperty_6e59efc0_2d2e_4485_a5a2_2ea407080c48 rdf:type owl:ObjectProperty ;
|
tp-iss:startsAt rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:domain tp-iss:Phenomenon ;
|
||||||
rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ;
|
rdfs:range tp-iss:Instant ;
|
||||||
rdfs:label "débute à"@en .
|
rdfs:label "débute à"@fr ;
|
||||||
|
rdfs:label "starts at"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_cf7c18d0_5a3f_4173_897a_754d49d90f25
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasCharacteristics
|
||||||
tp-iss:OWLObjectProperty_cf7c18d0_5a3f_4173_897a_754d49d90f25 rdf:type owl:ObjectProperty ;
|
tp-iss:hasCharacteristics rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:domain tp-iss:Phenomenon ;
|
||||||
rdfs:range tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ;
|
rdfs:range tp-iss:Parameters ;
|
||||||
rdfs:label "caractérisé par"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#endsAt
|
||||||
tp-iss:OWLObjectProperty_f0381af4_a882_4f64_8928_6089116baadc rdf:type owl:ObjectProperty ;
|
tp-iss:endsAt rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:domain tp-iss:Phenomenon ;
|
||||||
rdfs:range tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ;
|
rdfs:range tp-iss:Instant ;
|
||||||
rdfs:label "finit à"@en .
|
rdfs:label "finit à"@fr ;
|
||||||
|
rdfs:label "end at"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#measures
|
||||||
tp-iss:OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c rdf:type owl:ObjectProperty ;
|
tp-iss:measures rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
rdfs:domain tp-iss:WeatherObservation ;
|
||||||
rdfs:range tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ;
|
rdfs:range tp-iss:Parameters ;
|
||||||
rdfs:label "mesure"@en .
|
rdfs:label "mesure"@fr ;
|
||||||
|
rdfs:label "measures"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://purl.oclc.org/NET/ssnx/ssn#attachedSystem
|
### http://purl.oclc.org/NET/ssnx/ssn#attachedSystem
|
||||||
|
@ -113,65 +121,69 @@ 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
|
||||||
) ,
|
) ,
|
||||||
( 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 .
|
rdfs:label "se situe dans"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://www.w3.org/2002/07/owl#OWLObjectProperty_fb806106_4ace_40ff_99be_b78033118b3c
|
### http://www.w3.org/2002/07/owl#compatibleWith
|
||||||
owl:OWLObjectProperty_fb806106_4ace_40ff_99be_b78033118b3c rdf:type owl:ObjectProperty ;
|
owl:compatibleWith rdf:type owl:ObjectProperty ;
|
||||||
rdfs:domain ssn:System ;
|
rdfs:domain ssn:System ;
|
||||||
rdfs:range ssn:System ;
|
rdfs:range ssn:System ;
|
||||||
owl:propertyChainAxiom ( ssn:onPlatform
|
owl:propertyChainAxiom ( ssn:onPlatform
|
||||||
ssn:attachedSystem
|
ssn:attachedSystem
|
||||||
) ;
|
) ;
|
||||||
rdfs:label "est compatible avec"@en .
|
rdfs:label "est compatible avec"@fr ;
|
||||||
|
rdfs:label "compatible with"@en .
|
||||||
|
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# Data properties
|
# Data properties
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasValue
|
||||||
tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 rdf:type owl:DatatypeProperty ;
|
tp-iss:hasValue rdf:type owl:DatatypeProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
rdfs:domain tp-iss:WeatherObservation ;
|
||||||
rdfs:range xsd:float ;
|
rdfs:range xsd:float ;
|
||||||
rdfs:label "a pour valeur"@en .
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasTimestamp
|
||||||
tp-iss:OWLDataProperty_8c1edaf8_176d_4e84_a40f_881f06ca36d5 rdf:type owl:DatatypeProperty ;
|
tp-iss:hasTimestamp rdf:type owl:DatatypeProperty ;
|
||||||
rdfs:domain tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ;
|
rdfs:domain tp-iss:Instant ;
|
||||||
rdfs:range xsd:dateTimeStamp ;
|
rdfs:range xsd:dateTimeStamp ;
|
||||||
rdfs:label "a pour timestamp"@en .
|
rdfs:label "a pour timestamp"@fr ;
|
||||||
|
rdfs:label "has timestamp"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#a_pour_durée
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#hasDuration
|
||||||
tp-iss:a_pour_durée rdf:type owl:DatatypeProperty .
|
tp-iss:hasDuration rdf:type owl:DatatypeProperty .
|
||||||
|
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# Classes
|
# Classes
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_1356bdaa_2770_4f7e_b281_2e7a014b3220
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Ensoleillement
|
||||||
tp-iss:OWLClass_1356bdaa_2770_4f7e_b281_2e7a014b3220 rdf:type owl:Class ;
|
tp-iss:Sunshine rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7 ;
|
rdfs:subClassOf tp-iss:NiceWeather ;
|
||||||
rdfs:label "Ensoleillement"@en .
|
rdfs:label "Ensoleillement"@fr ;
|
||||||
|
rdfs:label "Sunshine"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_3f9c9e2e_1534_4048_9f3e_3131d300ae08
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Rainfall
|
||||||
tp-iss:OWLClass_3f9c9e2e_1534_4048_9f3e_3131d300ae08 rdf:type owl:Class ;
|
tp-iss:Rainfall 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 ;
|
[ rdf:type owl:Restriction ;
|
||||||
owl:onProperty tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 ;
|
owl:onProperty tp-iss:hasSymptom ;
|
||||||
owl:someValuesFrom [ owl:intersectionOf ( tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e
|
owl:someValuesFrom [ owl:intersectionOf ( tp-iss:WeatherObservation
|
||||||
[ rdf:type owl:Restriction ;
|
[ rdf:type owl:Restriction ;
|
||||||
owl:onProperty tp-iss:OWLObjectProperty_f4ed4114_811e_4c3b_9fda_e5659bf2ec9c ;
|
owl:onProperty tp-iss:measures ;
|
||||||
owl:hasValue owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd
|
owl:hasValue owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd
|
||||||
]
|
]
|
||||||
[ rdf:type owl:Restriction ;
|
[ rdf:type owl:Restriction ;
|
||||||
owl:onProperty tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 ;
|
owl:onProperty tp-iss:hasValue ;
|
||||||
owl:someValuesFrom [ rdf:type rdfs:Datatype ;
|
owl:someValuesFrom [ rdf:type rdfs:Datatype ;
|
||||||
owl:onDatatype xsd:float ;
|
owl:onDatatype xsd:float ;
|
||||||
owl:withRestrictions ( [ xsd:minExclusive "0.0"^^xsd:float
|
owl:withRestrictions ( [ xsd:minExclusive "0.0"^^xsd:float
|
||||||
|
@ -186,79 +198,82 @@ tp-iss:OWLClass_3f9c9e2e_1534_4048_9f3e_3131d300ae08 rdf:type owl:Class ;
|
||||||
) ;
|
) ;
|
||||||
rdf:type owl:Class
|
rdf:type owl:Class
|
||||||
] ;
|
] ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 ;
|
rdfs:subClassOf tp-iss:BadWeather ;
|
||||||
rdfs:label "Pluie"@en .
|
rdfs:label "Pluie"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#BadWeather
|
||||||
tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 rdf:type owl:Class ;
|
tp-iss:BadWeather rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:subClassOf tp-iss:Phenomenon ;
|
||||||
rdfs:label "Mauvais temps"@en .
|
rdfs:label "Mauvais temps"@fr;
|
||||||
|
rdfs:label "Bad Weather"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_60a7a81e_a726_4794_a7aa_7c366ca6ce44
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Fog
|
||||||
tp-iss:OWLClass_60a7a81e_a726_4794_a7aa_7c366ca6ce44 rdf:type owl:Class ;
|
tp-iss:Fog rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_453350aa_9d45_444a_a509_77b94bbc7bb2 ;
|
rdfs:subClassOf tp-iss:BadWeather ;
|
||||||
rdfs:label "Brouillard"@en .
|
rdfs:label "Brouillard"@fr;
|
||||||
|
rdfs:label "Fog"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Parameters
|
||||||
tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e rdf:type owl:Class ;
|
tp-iss:Parameters rdf:type owl:Class ;
|
||||||
rdfs:subClassOf ssn:Property ;
|
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
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Instant
|
||||||
tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c rdf:type owl:Class ;
|
tp-iss:Instant rdf:type owl:Class ;
|
||||||
rdfs:label "Instant"@en .
|
rdfs:label "Instant"@en, "Instant"@fr .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Phenomenon
|
||||||
tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc rdf:type owl:Class ;
|
tp-iss:Phenomenon rdf:type owl:Class ;
|
||||||
rdfs:label "Phénomène"@en .
|
rdfs:label "Phénomène"@fr, "Phenomenon"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#NiceWeather
|
||||||
tp-iss:OWLClass_93368bc8_4bb5_4d60_acd1_fd650a97dea7 rdf:type owl:Class ;
|
tp-iss:NiceWeather rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
rdfs:subClassOf tp-iss:Phenomenon ;
|
||||||
rdfs:label "Beau temps"@en .
|
rdfs:label "Beau temps"@fr, "Nice Weather"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#WeatherObservation
|
||||||
tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e rdf:type owl:Class ;
|
tp-iss:WeatherObservation rdf:type owl:Class ;
|
||||||
rdfs:label "Observation" ,
|
rdfs:label "Observation"@fr ,
|
||||||
"Observation météo"@en .
|
"Observation météo"@fr, "WeatherObservation"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Place
|
||||||
tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 rdf:type owl:Class ;
|
tp-iss:Place rdf:type owl:Class ;
|
||||||
rdfs:label "Lieu"@en .
|
rdfs:label "Lieu"@fr, "Place"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_c8a39393_1773_4418_971e_85efde7cf347
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Country
|
||||||
tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 rdf:type owl:Class ;
|
tp-iss:Country rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:subClassOf tp-iss:Place ;
|
||||||
owl:disjointWith tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ;
|
owl:disjointWith tp-iss:City ;
|
||||||
rdfs:label "Pays"@en .
|
rdfs:label "Pays"@fr, "Country"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#City
|
||||||
tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e rdf:type owl:Class ;
|
tp-iss:City rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:subClassOf tp-iss:Place ;
|
||||||
rdfs:label "Ville"@en .
|
rdfs:label "Ville"@fr, "City"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLClass_df27e975_e629_44bb_9479_a57bc2f0b95b
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Continent
|
||||||
tp-iss:OWLClass_df27e975_e629_44bb_9479_a57bc2f0b95b rdf:type owl:Class ;
|
tp-iss:Continent rdf:type owl:Class ;
|
||||||
rdfs:subClassOf tp-iss:OWLClass_bf3863e3_9c85_4aef_9b6e_396eb5000083 ;
|
rdfs:subClassOf tp-iss:Place ;
|
||||||
rdfs:label "Continent"@en .
|
rdfs:label "Continent"@en, "Continent"@fr .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Phénomène_court
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Phénomène_court
|
||||||
tp-iss:Phénomène_court rdf:type owl:Class ;
|
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 ;
|
[ rdf:type owl:Restriction ;
|
||||||
owl:onProperty tp-iss:a_pour_durée ;
|
owl:onProperty tp-iss:hasDuration ;
|
||||||
owl:someValuesFrom [ rdf:type rdfs:Datatype ;
|
owl:someValuesFrom [ rdf:type rdfs:Datatype ;
|
||||||
owl:onDatatype xsd:int ;
|
owl:onDatatype xsd:int ;
|
||||||
owl:withRestrictions ( [ xsd:maxInclusive "15"^^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
|
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
|
### http://purl.oclc.org/NET/ssnx/ssn#Platform
|
||||||
ssn:Platform rdf:type owl:Class ;
|
ssn:Platform rdf:type owl:Class ;
|
||||||
rdfs:subClassOf [ rdf:type owl:Restriction ;
|
rdfs:subClassOf [ rdf:type owl:Restriction ;
|
||||||
owl:onProperty owl:OWLObjectProperty_c71b5265_ff81_4c91_b30d_a3e858340405 ;
|
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 .
|
ssn:System rdf:type owl:Class .
|
||||||
|
|
||||||
|
|
||||||
### http://www.w3.org/2002/07/owl#OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce
|
### http://www.w3.org/2002/07/owl#Parameter
|
||||||
owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce rdf:type owl:Class ;
|
owl:Parameter rdf:type owl:Class ;
|
||||||
rdfs:label "Paramètre observable"@en .
|
rdfs:label "Paramètre observable"@en .
|
||||||
|
|
||||||
|
|
||||||
|
@ -301,67 +316,67 @@ owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce rdf:type owl:Class ;
|
||||||
# Individuals
|
# Individuals
|
||||||
#################################################################
|
#################################################################
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_2b887a87_5d83_4d70_b7c9_6f8b1c3e54f0
|
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#Temperature
|
||||||
tp-iss:OWLNamedIndividual_2b887a87_5d83_4d70_b7c9_6f8b1c3e54f0 rdf:type owl:NamedIndividual ,
|
tp-iss:Temperature rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_6d5bb482_3e1e_47a0_be94_995d4df0f35e ;
|
tp-iss:Parameters ;
|
||||||
rdfs:label "Température"@en .
|
rdfs:label "Température"@fr, "Temperature"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1
|
### 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:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_b7dc1540_f585_4aab_aeb8_59265536249e ;
|
tp-iss:WeatherObservation ;
|
||||||
tp-iss:OWLObjectProperty_3e84e8b7_9283_4582_b02d_3815a4cf3864 tp-iss:OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 ;
|
tp-iss:hasDate 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:hasLocation 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:measures owl:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd ;
|
||||||
tp-iss:OWLDataProperty_1ba5bda8_e69b_4c0f_930c_ffc2fcf02f10 "3.0"^^xsd:float ;
|
tp-iss:hasValue "3.0"^^xsd:float ;
|
||||||
rdfs:label "P1"@en .
|
rdfs:label "P1"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38
|
### 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:OWLNamedIndividual_40c87ce2_4767_4cb0_9cd7_1dda03352a38 rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_cc9a247b_da2d_4b1c_90e4_8f9e9e5cac7e ,
|
tp-iss:City ,
|
||||||
owl:Thing ;
|
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 .
|
rdfs:label "Toulouse"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_4ef6700d_d3ca_437e_96a6_5f531744c9fd
|
### 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: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 .
|
rdfs:label "Hygrométrie"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308
|
### 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:OWLNamedIndividual_4f731814_91f0_4d75_a5cf_4a0d3629a308 rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_70366453_b04e_4693_9806_9bb04ff4593c ;
|
tp-iss:Instant ;
|
||||||
tp-iss:OWLDataProperty_8c1edaf8_176d_4e84_a40f_881f06ca36d5 "2015-10-11T13:20:00Z"^^xsd:dateTimeStamp ;
|
tp-iss:hasTimestamp "2015-10-11T13:20:00Z"^^xsd:dateTimeStamp ;
|
||||||
rdfs:label "I1"@en .
|
rdfs:label "I1"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_779078ef_da9a_47ac_bb61_59a30ffffa85
|
### 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:OWLNamedIndividual_779078ef_da9a_47ac_bb61_59a30ffffa85 rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_c8a39393_1773_4418_971e_85efde7cf347 ;
|
tp-iss:Country ;
|
||||||
tp-iss:OWLObjectProperty_214a72af_4335_4b8a_b251_edcce1785ea7 tp-iss:OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 ,
|
tp-iss:hasCapital tp-iss:OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912 ,
|
||||||
tp-iss:OWLNamedIndividual_e51e3974_f657_469e_b7a1_6ebaf4935b6a ;
|
tp-iss:OWLNamedIndividual_e51e3974_f657_469e_b7a1_6ebaf4935b6a ;
|
||||||
rdfs:label "France"@fr .
|
rdfs:label "France"@fr .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_b95bbab6_16d9_4238_9ba6_b4c2874a3912
|
### 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: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 .
|
rdfs:label "Paris"@fr .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_c85bf788_ee5b_4da6_a867_08c79d7380e3
|
### 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: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 .
|
rdfs:label "Vitesse du vent"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://homepages.laas.fr/nseydoux/ontologies/tp-iss#OWLNamedIndividual_ddf74788_0035_4c06_bdc7_e519b04c7f99
|
### 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:OWLNamedIndividual_ddf74788_0035_4c06_bdc7_e519b04c7f99 rdf:type owl:NamedIndividual ,
|
||||||
tp-iss:OWLClass_75255c9b_fdf8_4c41_9552_a599230329cc ;
|
tp-iss:Phenomenon ;
|
||||||
tp-iss:OWLObjectProperty_0f63feb1_1b41_4716_92bb_1ef70da83f72 tp-iss:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 ;
|
tp-iss:hasSymptom tp-iss:OWLNamedIndividual_2be00ec6_20f0_4ce1_a370_949a455cb0a1 ;
|
||||||
rdfs:label "A1"@en .
|
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
|
### 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: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 .
|
rdfs:label "La ville Lumière"@fr .
|
||||||
|
|
||||||
|
|
||||||
### http://www.w3.org/2002/07/owl#OWLNamedIndividual_268609f4_8a6e_4076_a5c9_cfd144dde88e
|
### 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: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 .
|
rdfs:label "Pression athmosphérique"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://www.w3.org/2002/07/owl#OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd
|
### 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:OWLNamedIndividual_2a8dc066_4bd2_454c_a56b_11db9452e7dd rdf:type owl:NamedIndividual ,
|
||||||
owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ;
|
owl:Parameter ;
|
||||||
rdfs:label "Pluviométrie"@en .
|
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
|
### 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:OWLNamedIndividual_b544466b_449c_4af9_a082_33aa45fcda65 rdf:type owl:NamedIndividual ,
|
||||||
owl:OWLClass_5978d744_0b81_42e3_be10_3d1eebb096ce ;
|
owl:Parameter ;
|
||||||
rdfs:label "Hygrométrie"@en .
|
rdfs:label "Hygrométrie"@en .
|
||||||
|
|
||||||
|
|
||||||
### http://www.w3.org/2002/07/owl#OWLNamedIndividual_babab508_1c69_472e_8f83_56a6d02a4b52
|
### 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: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 .
|
rdfs:label "Vitesse du vent"@en .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue