Commit 41e3edf9 authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

replace schema:Organization for foaf:Organization

parent 910c11ca
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -640,12 +640,6 @@ foaf:Person rdf:type owl:Class ;
  rdfs:label "Person"@en .


###  https://schema.org/Organization
<https://schema.org/Organization> rdf:type owl:Class ;
  rdfs:subClassOf foaf:Agent ;
  rdfs:label "Organization"@en .


###  https://saref.etsi.org/saref4agri/Animal
s4agri:Animal rdf:type owl:Class ;
  rdfs:subClassOf saref:FeatureOfInterest ,
@@ -798,7 +792,7 @@ s4agri:Farm rdf:type owl:Class ;

###  https://saref.etsi.org/saref4agri/FarmHolding
s4agri:FarmHolding rdf:type owl:Class ;
  rdfs:subClassOf <https://schema.org/Organization> ,
  rdfs:subClassOf foaf:Organization ,
    [ rdf:type owl:Restriction ;
      owl:onProperty s4agri:managesFarm ;
      owl:someValuesFrom s4agri:Farm
@@ -807,7 +801,7 @@ s4agri:FarmHolding rdf:type owl:Class ;
      owl:onProperty s4agri:hasName ;
      owl:allValuesFrom xsd:string
    ] ;
  rdfs:comment "A class to decsribe a saref4agri farm holding as subcass of an org:Organization"@en ;
  rdfs:comment "A class to decsribe a saref4agri farm holding as subcass of a foaf:Organization"@en ;
  rdfs:label "Farm holding"@en .