Commit 26735877 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

closes #8

parent 19712b80
Loading
Loading
Loading
Loading
+2 −16
Original line number Diff line number Diff line
@@ -268,14 +268,6 @@ s4agri:hasDeploymentPeriod rdf:type owl:ObjectProperty ;
  rdfs:label "has deployment period"@en .


###  https://saref.etsi.org/saref4agri/hasID
s4agri:hasID rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf owl:topObjectProperty ;
  rdfs:range s4agri:ID ;
  rdfs:comment "A relation to express the unique identifier of an animal."@en ;
  rdfs:label "has id"@en .


###  https://saref.etsi.org/saref4agri/hasMember
s4agri:hasMember rdf:type owl:ObjectProperty ;
      owl:inverseOf s4agri:isMemberOf ;
@@ -618,9 +610,9 @@ s4agri:Animal rdf:type owl:Class ;
      owl:someValuesFrom s4agri:AnimalGroup
    ] ,
    [ rdf:type owl:Restriction ;
      owl:onProperty s4agri:hasID ;
      owl:onProperty s4agri:hasIdentifier ;
      owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
      owl:onClass s4agri:ID
      owl:onDataRange xsd:string
    ] ,
    [ rdf:type owl:Restriction ;
      owl:onProperty s4agri:hasBirthDate ;
@@ -782,12 +774,6 @@ s4agri:Farmer rdf:type owl:Class ;
  rdfs:label "Farmer"@en .


###  https://saref.etsi.org/saref4agri/ID
s4agri:ID rdf:type owl:Class ;
  rdfs:comment "ID"@en ;
  rdfs:label "ID"@en .


###  https://saref.etsi.org/saref4agri/MilkingSensor
s4agri:MilkingSensor rdf:type owl:Class ;
  rdfs:subClassOf saref:Sensor ;