Commit 10f33c79 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

remove redundant annotatino properties

parent 20d51826
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@
  dcterms:conformsTo <https://saref.etsi.org/core/v3.1.1/> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  dcterms:title "SAREF4AGRI example for the Smar Irrigation use case."@en ;
  dcterms:description "SAREF4AGRI example for the Smar Irrigation use case."@en .
  dcterms:description "SAREF4AGRI example for the Smar Irrigation use case."@en ;
  owl:imports saref:, s4agri: ;
.

time:hasEnd a owl:ObjectProperty .
time:hasBeginning a owl:ObjectProperty .
+4 −26
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@
  dcterms:conformsTo <https://saref.etsi.org/saref4agri/v1.1.2/> ;
  # 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 .
  dcterms:description "SAREF4AGRI example"@en ;
  owl:imports saref:, s4agri: ;
.

obo:TAXRANK_0000004 a owl:Class .
obo:TAXRANK_0000006 a owl:Class .
@@ -438,31 +440,6 @@ ex:Vermicompost
  rdf:type obo:TAXRANK_0000006 ;
  rdfs:label "Zea mays L."^^xsd:string ;
.
#s4agri:Location   # does not exist in SAREF4AGRI
#  rdf:type owl:ObjectProperty ;
#.

s4agri:hasMember
  rdf:type owl:ObjectProperty ;
  rdfs:label "has member"^^xsd:string ;
.
# s4agri:hasSpace # does not exist in SAREF4AGRI
#   rdf:type owl:ObjectProperty ;
# .
# s4agri:isProducedBy # does not exist in SAREF4AGRI
#   rdf:type owl:ObjectProperty ;
# .

s4agri:managesFarm
  rdf:type owl:ObjectProperty ;

.
s4agri:receives
  rdf:type owl:ObjectProperty ;
.
saref:isMeasurementOf
  owl:inverseOf saref:hasMeasurement ;
.
<http://www.wurvoc.org/vocabularies/om-1.8/Acidity>
  rdf:type saref:UnitOfMeasure ;
  rdfs:comment "pH is a scale used to specify how acidic or basic a water-based solution is. Acidic solutions have a lower pH, basic solutions have a higher pH. At room temperature, pure water is neither acidic nor basic and has a pH of 7."^^xsd:string ;
@@ -471,3 +448,4 @@ saref:isMeasurementOf
<http://www.wurvoc.org/vocabularies/om-1.8/Liter>
  rdf:type saref:UnitOfMeasure ;
.
time:Instant a owl:Class ; rdfs:isDefinedBy time: .
 No newline at end of file
+4 −61
Original line number Diff line number Diff line
@@ -43,68 +43,15 @@
#    Annotation properties
#################################################################

###  http://purl.org/dc/elements/1.1/creator
dcterms:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/title
dcterms:title rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
dcterms:contributor rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
dcterms:issued rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
dcterms:license rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
dcterms:modified rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/publisher
dcterms:publisher rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
dcterms:title rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .

wgs84:SpatialThing a owl:Class .
foaf:Organization a owl:Class ; rdfs:isDefinedBy foaf: .
foaf:Agent a owl:Class ; rdfs:isDefinedBy foaf: .
foaf:Person a owl:Class ; rdfs:isDefinedBy foaf: .

###  http://www.w3.org/2003/01/geo/wgs84_pos#alt
wgs84:alt rdf:type owl:DatatypeProperty ;
@@ -452,15 +399,11 @@ ssn:System rdf:type owl:Class ;
  rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
  rdfs:label "System"@en .

###  http://www.w3.org/2006/time
###  http://www.w3.org/2006/time/Interval
time:Interval a owl:Class ;
  rdfs:isDefinedBy time: ;
.

###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class ;
  rdfs:subClassOf foaf:Agent ;
  rdfs:label "Person"@en .

###  https://saref.etsi.org/saref4agri/Animal
s4agri:Animal rdf:type owl:Class ;
@@ -770,12 +713,12 @@ 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 a saref:Property ;
s4agri:Intake rdf:type 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 a saref:Property ;
s4agri:Yield rdf:type saref:Property ;
  rdfs:comment "The produced amount of food for animals or of agricultural products."@en ;
  rdfs:label "Yield"@en .