@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:RecruitmentSource rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FRS ;
        dct:title 'Source de recrutement des participants'@fr , 'Participant Recruitment Source'@en ;
        dct:description 'Concepts utilisés pour décrire le champ RecruitmentSource du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field RecruitmentSource in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'RecruitmentSource';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FRS8098 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Via les professionnels de santé d\'exercice libéral'@fr , 'Through independent healthcare practitioners'@en ;
        

        dct:identifier 'FRS8098' .
    

        term:FRS1358 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Base de population à finalité statistique'@fr , 'Population database for statistical purposes'@en ;
        

        dct:identifier 'FRS1358' .
    

        term:FRS3562 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Registre de maladies, de décès'@fr , 'Disease and death registry'@en ;
        

        dct:identifier 'FRS3562' .
    

        term:FRS3712 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Base médico-administrative (de patients, Assurance Maladie/Mutuelle)'@fr , 'Medical-administrative database (patients, health insurance/mutual insurance)'@en ;
        

        dct:identifier 'FRS3712' .
    

        term:FRS8956 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Base administrative (d\'employés, d\'élèves, d\'étudiants, etc…)'@fr , 'Administrative database (employees, pupils, students, etc.)'@en ;
        

        dct:identifier 'FRS8956' .
    

        term:FRS1139 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Via des structures (services ou établissements de santé, écoles, entreprises…)'@fr , 'Through organizations (health services or institutions, schools, businesses, etc.)'@en ;
        

        dct:identifier 'FRS1139' .
    

        term:FRS2933 rdf:type owl:NamedIndividual, fresh:RecruitmentSource ;
            skos:prefLabel 'Autre'@fr , 'Other'@en ;
        

            skos:definition 'À utiliser lorsque la source du recrutement est connue, mais introuvable dans la liste.'@fr, 'Use when the recrutment source is known but cannot be found in the list.'@en ;
        

        dct:identifier 'FRS2933' .
    