@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 ns1: <http://www.agroxml.de/rdf/vocabulary/machine#> . ns0:appliedMachine a owl:ObjectProperty ; rdfs:domain ns0:WorkProcess ; rdfs:label "appliedMachine" ; rdfs:range ns1:Machine .
@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 ns1: <http://www.agroxml.de/rdf/vocabulary/machine#> .

ns0:appliedMachine
    a owl:ObjectProperty ;
    rdfs:domain ns0:WorkProcess ;
    rdfs:label "appliedMachine" ;
    rdfs:range ns1:Machine .