Commit 6c1b136e authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

further pipeline fixes

parent 10f33c79
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix ex: <https://saref.etsi.org/saref4agri/v1.1.2/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 geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix om: <http://www.ontology-of-units-of-measure.org/resource/om-2/> .
@@ -14,10 +14,10 @@
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://saref.etsi.org/saref4agri/v1.1.2/example/exampleIrrigationUseCase1#> a dctype:Dataset ;
<https://saref.etsi.org/saref4agri/v2.1.1/example/exampleIrrigationUseCase1#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v2.1.1/> ;
  dcterms:title "SAREF4AGRI example for the Smar Irrigation use case."@en ;
  dcterms:description "SAREF4AGRI example for the Smar Irrigation use case."@en ;
  owl:imports saref:, s4agri: ;
@@ -26,7 +26,7 @@
time:hasEnd a owl:ObjectProperty .
time:hasBeginning a owl:ObjectProperty .
time:inXSDDateTimeStamp a owl:DatatypeProperty .

dctype:Dataset a owl:Class .

om:millibar
  rdf:type owl:NamedIndividual ;
@@ -95,3 +95,5 @@ ex:instant_2017-12-31T235959
  rdf:type time:Instant ;
  time:inXSDDateTimeStamp "2017-12-31T23:59:59"^^xsd:dateTime ;
.
time:Instant a owl:Class; rdfs:isDefinedBy time: .
dcterms:conformsTo a owl:AnnotationProperty; rdfs:isDefinedBy dcterms: .
 No newline at end of file
+9 −6
Original line number Diff line number Diff line
@prefix ex: <https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1/> .
@prefix foaf: <http://xmlns.com/foaf/spec/#> .
@prefix ex: <https://saref.etsi.org/saref4agri/v2.1.1/example/saref4agri-ex1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geosp: <http://www.opengis.net/ont/geosparql#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix org: <https://schema.org/> .
@@ -15,16 +15,18 @@
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dctype: <http://purl.org/dc/dcmitype/> .

<https://saref.etsi.org/saref4agri/v1.1.2/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:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v2.1.1/> ;
  # dcterms:conformsTo obo:TAXRANK_0000017, obo:TAXRANK_0000004 , obo:TAXRANK_0000006 , obo:TAXRANK_0000016 , obo:TAXRANK_0000003 ;
  dcterms:title "SAREF4AGRI example"@en ;
  dcterms:description "SAREF4AGRI example"@en ;
  owl:imports saref:, s4agri: ;
.

dctype:Dataset a owl:Class .

obo:TAXRANK_0000004 a owl:Class .
obo:TAXRANK_0000006 a owl:Class .
obo:TAXRANK_0000003 a owl:Class .
@@ -183,7 +185,7 @@ ex:FarmHolding
  rdf:type owl:Class ;
  rdfs:comment "An organization specialized in farming."^^xsd:string ;
  rdfs:label "Farmer holding"^^xsd:string ;
  rdfs:subClassOf org:Organization ;
  rdfs:subClassOf foaf:Organization ;
.
ex:Farm_Jansen_and_Sons_Eindhoven
  rdf:type geosp:Feature ;
@@ -449,3 +451,4 @@ ex:Vermicompost
  rdf:type saref:UnitOfMeasure ;
.
time:Instant a owl:Class ; rdfs:isDefinedBy time: .
dcterms:conformsTo a owl:AnnotationProperty; rdfs:isDefinedBy dcterms: .
 No newline at end of file
+4 −2
Original line number Diff line number Diff line
@@ -713,12 +713,14 @@ s4agri:SoilTemperature rdf:type owl:NamedIndividual ,
  rdfs:comment "The degree or intensity of heat present in the soil."@en ;
  rdfs:label "Soil temperature"@en .

s4agri:Intake rdf:type saref:Property ;
s4agri:Intake a owl:Class ; 
  rdfs:subClassOf saref:Property ;
  rdfs:comment "The amount of food or other substance taken into the body of an animal or into the soil."@en ;
  rdfs:label "Intake"@en .


s4agri:Yield rdf:type saref:Property ;
s4agri:Yield a owl:Class ;
  rdfs:subClassOf saref:Property ;
  rdfs:comment "The produced amount of food for animals or of agricultural products."@en ;
  rdfs:label "Yield"@en .