@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.d2kab.org/ontologies/ephy#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://www.d2kab.org/ontologies/ephy/2021/v1#> . ns0:usage_11109 ns0:dateDecision "22/09/2020"^^<http://www.w3.org/2001/XMLSchema#date> ; ns0:dateFinDistribution "31/01/2021"^^<http://www.w3.org/2001/XMLSchema#date> ; ns0:dateFinUtilisation "31/01/2022"^^<http://www.w3.org/2001/XMLSchema#date> ; ns0:doseRetenue <http://www.d2kab.org/ontologies/ephy#10.0kg%2Fha> ; ns0:etat "Retrait" ; a ns0:Usage, owl:NamedIndividual . <http://www.d2kab.org/ontologies/ephy/2021/v1#9700539> ns0:usage ns0:usage_11109 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.d2kab.org/ontologies/ephy#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://www.d2kab.org/ontologies/ephy/2021/v1#> .

ns0:usage_11109
    ns0:dateDecision "22/09/2020"^^<http://www.w3.org/2001/XMLSchema#date> ;
    ns0:dateFinDistribution "31/01/2021"^^<http://www.w3.org/2001/XMLSchema#date> ;
    ns0:dateFinUtilisation "31/01/2022"^^<http://www.w3.org/2001/XMLSchema#date> ;
    ns0:doseRetenue <http://www.d2kab.org/ontologies/ephy#10.0kg%2Fha> ;
    ns0:etat "Retrait" ;
    a ns0:Usage, owl:NamedIndividual .

<http://www.d2kab.org/ontologies/ephy/2021/v1#9700539>
    ns0:usage ns0:usage_11109 .