@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.agroxml.de/rdf/vocabulary/workprocess#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Cleaning rdfs:subClassOf ns0:WorkProcess . ns0:Fertilization rdfs:subClassOf ns0:WorkProcess . ns0:Harvest rdfs:subClassOf ns0:WorkProcess . ns0:Irrigation rdfs:subClassOf ns0:WorkProcess . ns0:Operator rdfs:domain ns0:WorkProcess . ns0:OtherWork rdfs:subClassOf ns0:WorkProcess . ns0:PestControl rdfs:subClassOf ns0:WorkProcess . ns0:ProcessDownTime rdfs:domain ns0:WorkProcess . ns0:Rating rdfs:subClassOf ns0:WorkProcess . ns0:Seeding rdfs:subClassOf ns0:WorkProcess . ns0:SoilSampling rdfs:subClassOf ns0:WorkProcess . ns0:Tillage rdfs:subClassOf ns0:WorkProcess . ns0:Transport rdfs:subClassOf ns0:WorkProcess . ns0:WorkProcess metadata_def:mappingLoom "workprocess" ; metadata_def:mappingSameURI ns0:WorkProcess ; metadata_def:prefLabel "WorkProcess" ; a owl:Class ; rdfs:comment "WorkProcess" ; rdfs:label "WorkProcess" ; rdfs:subClassOf owl:Thing . ns0:appliedMachine rdfs:domain ns0:WorkProcess . ns0:appliedOnArea rdfs:domain ns0:WorkProcess . ns0:climateDuringApplication rdfs:domain ns0:WorkProcess . ns0:endDateTime rdfs:domain ns0:WorkProcess . ns0:processDuration rdfs:domain ns0:WorkProcess . ns0:soilStateDuringApplication rdfs:domain ns0:WorkProcess . ns0:startDateTime rdfs:domain ns0:WorkProcess .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.agroxml.de/rdf/vocabulary/workprocess#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Cleaning
    rdfs:subClassOf ns0:WorkProcess .

ns0:Fertilization
    rdfs:subClassOf ns0:WorkProcess .

ns0:Harvest
    rdfs:subClassOf ns0:WorkProcess .

ns0:Irrigation
    rdfs:subClassOf ns0:WorkProcess .

ns0:Operator
    rdfs:domain ns0:WorkProcess .

ns0:OtherWork
    rdfs:subClassOf ns0:WorkProcess .

ns0:PestControl
    rdfs:subClassOf ns0:WorkProcess .

ns0:ProcessDownTime
    rdfs:domain ns0:WorkProcess .

ns0:Rating
    rdfs:subClassOf ns0:WorkProcess .

ns0:Seeding
    rdfs:subClassOf ns0:WorkProcess .

ns0:SoilSampling
    rdfs:subClassOf ns0:WorkProcess .

ns0:Tillage
    rdfs:subClassOf ns0:WorkProcess .

ns0:Transport
    rdfs:subClassOf ns0:WorkProcess .

ns0:WorkProcess
    metadata_def:mappingLoom "workprocess" ;
    metadata_def:mappingSameURI ns0:WorkProcess ;
    metadata_def:prefLabel "WorkProcess" ;
    a owl:Class ;
    rdfs:comment "WorkProcess" ;
    rdfs:label "WorkProcess" ;
    rdfs:subClassOf owl:Thing .

ns0:appliedMachine
    rdfs:domain ns0:WorkProcess .

ns0:appliedOnArea
    rdfs:domain ns0:WorkProcess .

ns0:climateDuringApplication
    rdfs:domain ns0:WorkProcess .

ns0:endDateTime
    rdfs:domain ns0:WorkProcess .

ns0:processDuration
    rdfs:domain ns0:WorkProcess .

ns0:soilStateDuringApplication
    rdfs:domain ns0:WorkProcess .

ns0:startDateTime
    rdfs:domain ns0:WorkProcess .