@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:RecrutementTiming rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FTP ;
        dct:title 'Perspective temporelle'@fr , 'Time perspective'@en ;
        dct:description 'Concepts utilisés pour décrire le champ RecrutementTiming du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field RecrutementTiming in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'RecrutementTiming';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FTP8482 rdf:type owl:NamedIndividual, fresh:RecrutementTiming ;
            skos:prefLabel 'Longitudinale rétrospective'@fr , 'Retrospective longitudinal'@en ;
        

            skos:definition 'Inclusion des participants à partir de données existantes recueillies dans le passé.'@fr, 'Inclusion of participants based on existing data collected in the past.'@en ;
        

        dct:identifier 'FTP8482' .
    

        term:FTP1434 rdf:type owl:NamedIndividual, fresh:RecrutementTiming ;
            skos:prefLabel 'Longitudinale prospective'@fr , 'Prospective longitudinal'@en ;
        

            skos:definition 'Inclusion des participants suivis dans le temps à partir de leur entrée dans l’étude.'@fr, 'Inclusion of participants followed over time from their entry into the study.'@en ;
        

        dct:identifier 'FTP1434' .
    

        term:FTP3385 rdf:type owl:NamedIndividual, fresh:RecrutementTiming ;
            skos:prefLabel 'Etude transversale non répétée'@fr , 'One-time cross-sectional study'@en ;
        

            skos:definition 'Observation à un moment donné d’une population, sans suivi actif dans le temps.'@fr, 'One-time observation of a population, without an active follow-up.'@en ;
        

        dct:identifier 'FTP3385' .
    

        term:FTP2932 rdf:type owl:NamedIndividual, fresh:RecrutementTiming ;
            skos:prefLabel 'Etude transversale répétée '@fr , 'Repeated cross-sectional study'@en ;
        

            skos:definition 'Observations répétées à différents moments sur des échantillons indépendants.'@fr, 'Repeated observations at different times on independent samples.'@en ;
        

        dct:identifier 'FTP2932' .
    

        term:FTP2406 rdf:type owl:NamedIndividual, fresh:RecrutementTiming ;
            skos:prefLabel 'Autre'@fr , 'Other'@en ;
        

            skos:definition 'À utiliser lorsque le type de recrutement est connu, mais introuvable dans la liste.'@fr, 'Used when the inclusion type is known but cannot be found in the list.'@en ;
        

        dct:identifier 'FTP2406' .
    