@prefix dct: <http://purl.org/dc/terms/> .
    @prefix eur: <http://data.europa.eu/8mn/euroscivoc/> .
    @prefix fresh: <https://purl.org/fresh/> .
    @prefix term: <https://purl.org/fresh/terminologies/> .
    @prefix mesh: <http://id.nlm.nih.gov/mesh/> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
    @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
    @prefix vocab: <https://portail-fresh.fr/vocab/> .
    @prefix owl: <http://www.w3.org/2002/07/owl#> .
    @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
    @prefix pav: <http://purl.org/pav/> .
    @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

    fresh:terminologies rdf:type owl:Class . 


    fresh:TrialPhase rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FTR ;
        dct:title 'Phase de l\'essai'@fr , 'Trial Phase'@en ;
        dct:description 'Concepts utilisés pour décrire le champ TrialPhase du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field TrialPhase in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'TrialPhase';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FTR6479 rdf:type owl:NamedIndividual, fresh:TrialPhase ;
            skos:prefLabel 'Phase 1'@fr , 'Phase 1'@en ;
        

            skos:definition 'Evaluation de la sécurité et de la tolérance d’un nouveau traitement chez un petit nombre de volontaires sains ou de patients'@fr, 'Assessment of safety and tolerability of a new treatment in a small number of healthy volunteers or patients.'@en ;
        

        dct:identifier 'FTR6479' .
    

        term:FTR6916 rdf:type owl:NamedIndividual, fresh:TrialPhase ;
            skos:prefLabel 'Phase 2'@fr , 'Phase 2'@en ;
        

            skos:definition 'Evaluation de l’efficacité et du profil de sécurité d’un traitement chez un groupe limité de patients.'@fr, 'Evaluation of efficacy and safety profile of a treatment in a limited group of patients.'@en ;
        

        dct:identifier 'FTR6916' .
    

        term:FTR5268 rdf:type owl:NamedIndividual, fresh:TrialPhase ;
            skos:prefLabel 'Phase 3'@fr , 'Phase 3'@en ;
        

            skos:definition 'Confirmation de l’efficacité et surveillance de la sécurité sur un grand nombre de patients, souvent pour obtenir l’autorisation de mise sur le marché.'@fr, 'Confirmation of efficacy and monitoring of safety in a large patient population, often to obtain marketing authorization.'@en ;
        

        dct:identifier 'FTR5268' .
    

        term:FTR3851 rdf:type owl:NamedIndividual, fresh:TrialPhase ;
            skos:prefLabel 'Phase 4'@fr , 'Phase 4'@en ;
        

            skos:definition 'Suivi post-commercialisation pour détecter des effets indésirables rares et évaluer l’usage réel du traitement.'@fr, 'Post-marketing surveillance to detect rare adverse effects and assess real-world use of the treatment.'@en ;
        

        dct:identifier 'FTR3851' .
    

        term:FTR8897 rdf:type owl:NamedIndividual, fresh:TrialPhase ;
            skos:prefLabel 'nan'@fr , 'nan'@en ;
        

            skos:definition 'Non applicable'@fr, 'Not applicable'@en ;
        

        dct:identifier 'FTR8897' .
    