@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:PIDSchema rdf:type owl:Class ;
        rdfs:subClassOf fresh:terminologies ;
        dct:identifier term:FOP ;
        dct:title 'Type d\'identifiant organisation'@fr , 'Organisation identifier'@en ;
        dct:description 'Concepts utilisés pour décrire le champ PIDSchema du schéma de métadonnées FReSH.'@fr , 'Terms used to describe the field PIDSchema in the FReSH metadata schema.'@en ;
        dct:creator fresh: ;
        pav:createdOn "2026-01-05"^^xsd:date ;
        pav:lastUpdatedOn '2026-04-07' ;


    
 
        fresh:metadataConcerned 'PIDSchema';


        
 
        dct:license 'https://creativecommons.org/licenses/by-nc-sa/4.0/' .


            
        term:FOP6821 rdf:type owl:NamedIndividual, fresh:PIDSchema ;
            skos:prefLabel 'SIRENE'@fr , 'SIRENE'@en ;
        

            skos:definition 'Système national d’identification et du répertoire des entreprises et de leurs établissements (https://sirene.fr/sirene/public/accueil)'@fr, 'Computer system for the business and establishment register (https://sirene.fr/sirene/public/accueil)'@en ;
        

        dct:identifier 'FOP6821' .
    

        term:FOP4166 rdf:type owl:NamedIndividual, fresh:PIDSchema ;
            skos:prefLabel 'RNSR'@fr , 'RNSR'@en ;
        

            skos:definition 'Répertoire national des structures de recherche (https://rnsr.adc.education.fr/)'@fr, 'National directory of research structures (https://rnsr.adc.education.fr/)'@en ;
        

        dct:identifier 'FOP4166' .
    

        term:FOP6053 rdf:type owl:NamedIndividual, fresh:PIDSchema ;
            skos:prefLabel 'ROR'@fr , 'ROR'@en ;
        

            skos:definition 'Registre des organisations de recherche (https://ror.org/)'@fr, 'Research Organization Registry (https://ror.org/)'@en ;
        

        dct:identifier 'FOP6053' .
    