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

start solving issues detected by saref-pipeline

parent e84d520b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,3 +2,4 @@ labs.etsi.org/rep/:
  repos:
  repos:
    - saref/saref4syst
    - saref/saref4syst
    - saref/saref-core
    - saref/saref-core
    - saref/saref4bldg
+3 −2
Original line number Original line Diff line number Diff line
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix ex: <https://saref.etsi.org/saref4agri/v2.1.1/example/exampleIrrigationUseCase1/> .
@prefix ex: <https://saref.etsi.org/saref4agri/v2.1.1/example/exampleIrrigationUseCase1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -23,6 +23,7 @@
  owl:imports saref:, s4agri: ;
  owl:imports saref:, s4agri: ;
.
.


wgs84:alt a owl:DatatypeProperty .
time:hasEnd a owl:ObjectProperty .
time:hasEnd a owl:ObjectProperty .
time:hasBeginning a owl:ObjectProperty .
time:hasBeginning a owl:ObjectProperty .
time:inXSDDateTimeStamp a owl:DatatypeProperty .
time:inXSDDateTimeStamp a owl:DatatypeProperty .
@@ -62,7 +63,7 @@ ex:ArvalisIrrinovStation01SoilSensor01
ex:ArvalisIrrinovStation01SoilSensor02
ex:ArvalisIrrinovStation01SoilSensor02
  rdf:type owl:NamedIndividual ;
  rdf:type owl:NamedIndividual ;
  rdf:type s4agri:SoilTensiometer ;
  rdf:type s4agri:SoilTensiometer ;
  geo:alt -0.6 ;
  wgs84:alt -0.6 ;
  saref:makesMeasurement ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 ;
  saref:makesMeasurement ex:ArvalisIrrinovStation01SoilSensor02ObservationAtPT24H2016-06-14T000000_0200 ;
  saref:measuresProperty s4agri:SoilMoisture ;
  saref:measuresProperty s4agri:SoilMoisture ;
.
.
+8 −6
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.


<https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1#> a dctype:Dataset ;
<https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
@@ -26,6 +27,8 @@
  owl:imports saref:, s4agri: ;
  owl:imports saref:, s4agri: ;
.
.


s4bldg:BuildingSpace a owl:Class .

dctype:Dataset a owl:Class .
dctype:Dataset a owl:Class .


obo:TAXRANK_0000004 a owl:Class .
obo:TAXRANK_0000004 a owl:Class .
@@ -54,17 +57,17 @@ ex:Bovidae
  rdfs:label "Bovidae"^^xsd:string ;
  rdfs:label "Bovidae"^^xsd:string ;
.
.


ex:Milk_Cow_Barn geo:sfContains ex:Compartment_A .
ex:Milk_Cow_Barn geo:sfContains ex:Compartment_A

.
ex:Compartment_A
ex:Compartment_A
  rdf:type s4bldg:BuildingSpace ;
  rdf:type s4bldg:BuildingSpace ;
  rdf:type owl:NamedIndividual ;
  rdf:type owl:NamedIndividual ;
.
.
ex:Milk_Cow_Barn geo:sfContains ex:Compartment_B .
ex:Milk_Cow_Barn geo:sfContains ex:Compartment_B
.
ex:Compartment_B
ex:Compartment_B
  rdf:type s4bldg:BuildingSpace ;
  rdf:type s4bldg:BuildingSpace ;
  rdf:type owl:NamedIndividual ;
  rdf:type owl:NamedIndividual ;
  s4agri:isContainedIn ex:Milk_Cow_Barn ;
.
.
ex:CompostIntake
ex:CompostIntake
  rdf:type saref:Property ;
  rdf:type saref:Property ;
@@ -73,6 +76,7 @@ ex:CompostIntake
.
.
ex:Compost_2019-02-02
ex:Compost_2019-02-02
  rdf:type saref:Measurement ;
  rdf:type saref:Measurement ;
  saref:isMeasurementOf ex:Parcel_West ;
  saref:hasValue "370"^^xsd:float ;
  saref:hasValue "370"^^xsd:float ;
  saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/Liter> ;
  saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/Liter> ;
  saref:relatesToProperty ex:CompostIntake ;
  saref:relatesToProperty ex:CompostIntake ;
@@ -348,7 +352,6 @@ ex:Parcel_East
  rdf:type s4agri:Parcel ;
  rdf:type s4agri:Parcel ;
  geo:sfContains ex:Sugar_Snaps_1 ;
  geo:sfContains ex:Sugar_Snaps_1 ;
  rdfs:label "Field Frontyard" ;
  rdfs:label "Field Frontyard" ;
  s4agri:receives ex:Compost_2019-02-16 ;
.
.
ex:Parcel_North
ex:Parcel_North
  rdf:type s4agri:Parcel ;
  rdf:type s4agri:Parcel ;
@@ -361,7 +364,6 @@ ex:Parcel_South
ex:Parcel_West
ex:Parcel_West
  rdf:type s4agri:Parcel ;
  rdf:type s4agri:Parcel ;
  geo:sfContains ex:Sweet_Corn_2 ;
  geo:sfContains ex:Sweet_Corn_2 ;
  s4agri:receives ex:Compost_2019-02-02 ;
.
.
<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1/Pisum_sativum_var._macrocarpon_Ser.>
<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1/Pisum_sativum_var._macrocarpon_Ser.>
  rdf:type obo:TAXRANK_0000016 ;
  rdf:type obo:TAXRANK_0000016 ;
+10 −5
Original line number Original line Diff line number Diff line
@@ -31,14 +31,13 @@
  dcterms:modified "2024-06-05"^^xsd:date ;
  dcterms:modified "2024-06-05"^^xsd:date ;
  dcterms:publisher <https://www.etsi.org/> ;
  dcterms:publisher <https://www.etsi.org/> ;
  dcterms:source <https://saref.etsi.org/sources/saref4agri/> ;
  dcterms:source <https://saref.etsi.org/sources/saref4agri/> ;
  owl:import <https://saref.etsi.org/core/v3.2.1/> ;
  rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341006/02.01.01_60/ts_10341006v020101p.pdf> ;
  rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341006/02.01.01_60/ts_10341006v020101p.pdf> ;
  vann:preferredNamespacePrefix "s4agri" ;
  vann:preferredNamespacePrefix "s4agri" ;
  vann:preferredNamespaceUri "https://saref.etsi.org/saref4agri/" ;
  vann:preferredNamespaceUri "https://saref.etsi.org/saref4agri/" ;
  owl:versionIRI <https://saref.etsi.org/saref4agri/v2.1.1/> ;
  owl:versionIRI <https://saref.etsi.org/saref4agri/v2.1.1/> ;
  owl:priorVersion <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  owl:priorVersion <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  owl:versionInfo "v2.1.1" ;
  owl:versionInfo "v2.1.1" ;
  owl:imports <https://saref.etsi.org/core/v3.2.1/> ;
  owl:imports <https://saref.etsi.org/core/v4.1.1/> ;
.
.


#################################################################
#################################################################
@@ -62,6 +61,8 @@ foaf:based_near rdf:type owl:ObjectProperty .
#    Object Properties
#    Object Properties
#################################################################
#################################################################


geo:sfContains a owl:ObjectProperty .

###  http://purl.obolibrary.org/obo/TAXRANK_1000000
###  http://purl.obolibrary.org/obo/TAXRANK_1000000
<http://purl.obolibrary.org/obo/TAXRANK_1000000> rdf:type owl:ObjectProperty ;
<http://purl.obolibrary.org/obo/TAXRANK_1000000> rdf:type owl:ObjectProperty ;
  rdfs:label "has taxon rank"@en .
  rdfs:label "has taxon rank"@en .
@@ -210,6 +211,12 @@ s4agri:hasPlantDate rdf:type owl:DatatypeProperty ;
#    Classes
#    Classes
#################################################################
#################################################################


geo:Feature a owl:Class .

geo:SpatialObject a owl:Class .

s4bldg:Building a owl:Class .

###  http://purl.obolibrary.org/obo/TAXRANK_0000000
###  http://purl.obolibrary.org/obo/TAXRANK_0000000
<http://purl.obolibrary.org/obo/TAXRANK_0000000> rdf:type owl:Class ;
<http://purl.obolibrary.org/obo/TAXRANK_0000000> rdf:type owl:Class ;
  rdfs:label "Taxon rank"@en .
  rdfs:label "Taxon rank"@en .
@@ -342,7 +349,7 @@ s4agri:Farm rdf:type owl:Class ;
  rdfs:subClassOf geo:Feature ,
  rdfs:subClassOf geo:Feature ,
    [ rdf:type owl:Restriction ;
    [ rdf:type owl:Restriction ;
      owl:onProperty geo:sfContains ;
      owl:onProperty geo:sfContains ;
      owl:someValuesFrom s4bdlg:Building
      owl:someValuesFrom s4bldg:Building
    ] ,
    ] ,
    [ rdf:type owl:Restriction ;
    [ rdf:type owl:Restriction ;
      owl:onProperty geo:sfContains ;
      owl:onProperty geo:sfContains ;
@@ -489,7 +496,6 @@ s4agri:AirTemperature rdf:type owl:NamedIndividual ,


###  https://saref.etsi.org/saref4agri/AmbientHumidity
###  https://saref.etsi.org/saref4agri/AmbientHumidity
s4agri:AmbientHumidity rdf:type owl:NamedIndividual ,
s4agri:AmbientHumidity rdf:type owl:NamedIndividual ,
                          saref:Humidity ;
  rdfs:comment "The amount of water vapour in the air."@en ;
  rdfs:comment "The amount of water vapour in the air."@en ;
  rdfs:label "Ambient humidity"@en .
  rdfs:label "Ambient humidity"@en .


@@ -524,7 +530,6 @@ s4agri:SoilMoisture rdf:type owl:NamedIndividual ,


###  https://saref.etsi.org/saref4agri/SoilTemperature
###  https://saref.etsi.org/saref4agri/SoilTemperature
s4agri:SoilTemperature rdf:type owl:NamedIndividual ,
s4agri:SoilTemperature rdf:type owl:NamedIndividual ,
                          saref:Temperature ;
  rdfs:comment "The degree or intensity of heat present in the soil."@en ;
  rdfs:comment "The degree or intensity of heat present in the soil."@en ;
  rdfs:label "Soil temperature"@en .
  rdfs:label "Soil temperature"@en .