@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://opendata.inra.fr/AnimalDiseasesOnto/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:affectedBy a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, owl:TransitiveProperty ; rdfs:domain ns0:ProductionAnimal ; rdfs:range ns0:Disease ; owl:inverseOf ns0:affects ; skos:prefLabel "affected by"@en, "touché par"@fr .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://opendata.inra.fr/AnimalDiseasesOnto/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:affectedBy
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:domain ns0:ProductionAnimal ;
    rdfs:range ns0:Disease ;
    owl:inverseOf ns0:affects ;
    skos:prefLabel "affected by"@en, "touché par"@fr .