@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:StudyStatus rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FSS ;
        dct:title 'Statut de l\'étude'@fr , 'Study Status'@en ;
        dct:description 'Concepts utilisés pour décrire le champ StudyStatus du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field StudyStatus in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'StudyStatus';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FSS8739 rdf:type owl:NamedIndividual, fresh:StudyStatus ;
            skos:prefLabel 'Étude en cours'@fr , 'Ongoing study'@en ;
        

            skos:definition 'L\'étude est toujours en cours de réalisation ou de collecte de données.'@fr, 'The study is still ongoing or data collection is in progress.'@en ;
        

        dct:identifier 'FSS8739' .
    

        term:FSS7922 rdf:type owl:NamedIndividual, fresh:StudyStatus ;
            skos:prefLabel 'Étude complétée'@fr , 'Completed study'@en ;
        

            skos:definition 'L\'étude est terminée et toutes les données ont été collectées.'@fr, 'The study is finished and all data has been collected.'@en ;
        

        dct:identifier 'FSS7922' .
    

        term:FSS2174 rdf:type owl:NamedIndividual, fresh:StudyStatus ;
            skos:prefLabel 'Étude arrêtée'@fr , 'Terminated study'@en ;
        

            skos:definition 'L\'étude a été interrompue avant son achèvement prévu.'@fr, 'The study was stopped before its planned completion.'@en ;
        

        dct:identifier 'FSS2174' .
    

        term:FSS6048 rdf:type owl:NamedIndividual, fresh:StudyStatus ;
            skos:prefLabel 'Inconnu'@fr , 'Unknown'@en ;
        

            skos:definition 'Le statut de l\'étude n\'est pas connu.'@fr, 'The status of the study is unknown.'@en ;
        

        dct:identifier 'FSS6048' .
    