@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @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/> . @prefix ns0: <http://www.agroxml.de/rdf/vocabulary/general#> . @prefix ns1: <http://www.agroxml.de/rdf/vocabulary/workprocess#> . ns0:ContactPerson rdfs:subClassOf foaf:Agent . ns0:Manager rdfs:subClassOf foaf:Agent . ns1:Operator rdfs:subClassOf foaf:Agent . foaf:Agent metadata_def:mappingLoom "agent" ; metadata_def:mappingSameURI foaf:Agent ; metadata_def:prefLabel "Agent" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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/> .
@prefix ns0: <http://www.agroxml.de/rdf/vocabulary/general#> .
@prefix ns1: <http://www.agroxml.de/rdf/vocabulary/workprocess#> .

ns0:ContactPerson
    rdfs:subClassOf foaf:Agent .

ns0:Manager
    rdfs:subClassOf foaf:Agent .

ns1:Operator
    rdfs:subClassOf foaf:Agent .

foaf:Agent
    metadata_def:mappingLoom "agent" ;
    metadata_def:mappingSameURI foaf:Agent ;
    metadata_def:prefLabel "Agent" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .