@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:Status rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FSR ;
        dct:title 'Statut de la fiche'@fr , 'Record Status'@en ;
        dct:description 'Concepts utilisés pour décrire le champ Status du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field Status in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'Status';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FSR5653 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Brouillon'@fr , 'Draft'@en ;
        

            skos:definition 'Fiche en cours de création ou modification, avant la validation par le contributeur.'@fr, 'Record in the process of being created or modified, before validation by the contributor.'@en ;
        

        dct:identifier 'FSR5653' .
    

        term:FSR3961 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Envoyée pour publication'@fr , 'Awaiting validation'@en ;
        

            skos:definition 'Fiche finalisée par le contributeur. '@fr, 'Record finalized by the contributor.'@en ;
        

        dct:identifier 'FSR3961' .
    

        term:FSR5292 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Modifications requises '@fr , 'Returned'@en ;
        

            skos:definition 'Fiche retournée vers le contributeur par l’administrateur pour modification.'@fr, 'Record returned to the contributor by the administrator for modification.'@en ;
        

        dct:identifier 'FSR5292' .
    

        term:FSR6622 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Rejetée'@fr , 'Rejected'@en ;
        

            skos:definition 'Fiche dont la publication est refusée définitivement par l’administrateur.'@fr, 'Record whose publication is definitively refused by the administrator.'@en ;
        

        dct:identifier 'FSR6622' .
    

        term:FSR7478 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Publiée'@fr , 'Published'@en ;
        

            skos:definition 'Fiche publiée par l’administrateur.'@fr, 'Record published by the administrator.'@en ;
        

        dct:identifier 'FSR7478' .
    

        term:FSR5929 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Importée'@fr , 'Imported'@en ;
        

            skos:definition 'Fiche importée depuis une source tierce.'@fr, 'Record imported from a third-party source.'@en ;
        

        dct:identifier 'FSR5929' .
    

        term:FSR7458 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Mise à jour automatiquement'@fr , 'Updated automatically'@en ;
        

            skos:definition 'Fiche initialement importée et mise à jour automatiquement à partir d’une source tierce.'@fr, 'Record initially imported and automatically updated from a third-party source.'@en ;
        

        dct:identifier 'FSR7458' .
    

        term:FSR7400 rdf:type owl:NamedIndividual, fresh:Status ;
            skos:prefLabel 'Mise à jour manuellement'@fr , 'Updated manually'@en ;
        

            skos:definition 'Fiche initialement importée et mise à jour par l\'investigateur principal.'@fr, 'Record initially imported and updated by the principal investigator.'@en ;
        

        dct:identifier 'FSR7400' .
    