<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.agroxml.de/rdf/vocabulary/workprocess#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/"> <owl:Class rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"> <rdfs:subClassOf rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#WorkProcess"/> <rdfs:label>Irrigation</rdfs:label> <rdfs:comment>Irrigation</rdfs:comment> <metadata_def:prefLabel>Irrigation</metadata_def:prefLabel> <metadata_def:mappingLoom>irrigation</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"/> </owl:Class> <rdf:Description rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocedure_ktbl#Beregnung"> <rdfs:subClassOf> <rdf:Description rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"> <metadata_def:mappingSameURI rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.agroxml.de/rdf/vocabulary/workprocess#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/">
  <owl:Class rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation">
    <rdfs:subClassOf rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#WorkProcess"/>
    <rdfs:label>Irrigation</rdfs:label>
    <rdfs:comment>Irrigation</rdfs:comment>
    <metadata_def:prefLabel>Irrigation</metadata_def:prefLabel>
    <metadata_def:mappingLoom>irrigation</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"/>
  </owl:Class>
  <rdf:Description rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocedure_ktbl#Beregnung">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation">
        <metadata_def:mappingSameURI rdf:resource="http://www.agroxml.de/rdf/vocabulary/workprocess#Irrigation"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>