@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ercpanels: <https://uri.ird.fr/so/kos/erc-panels/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/LS>
  skos:topConceptOf ercpanels:panel_structure_2024 ;
  a skos:Concept ;
  skos:prefLabel "life sciences"@en, "sciences de la vie"@fr ;
  skos:notation "LS" .

<https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/PE>
  skos:topConceptOf ercpanels:panel_structure_2024 ;
  a skos:Concept ;
  skos:prefLabel "physical sciences and engineering"@en, "sciences physiques et ingénierie"@fr ;
  skos:notation "PE" .

<https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/SH>
  skos:topConceptOf ercpanels:panel_structure_2024 ;
  a skos:Concept ;
  skos:prefLabel "social sciences and humanities"@en, "sciences sociales et humaines"@fr ;
  skos:notation "SH" .

ercpanels:panel_structure_2024
  a owl:Ontology, skos:ConceptScheme ;
  dc11:title "ERC panel structure and disciplinary keywords"@en, "Structure des panels de l'ERC et mots clés disciplinaires"@fr ;
  dc11:description "Ce thésaurus décrit la structure des regroupements de domaines de la recherche scientifique des panels l’European Research Council (ERC).De plus,ce thésaurus enrichi la nomenclature de panels de l'ERC par un ensemble de mots-clés disciplinaires et de liens dans le but d'en faciliter l'exploitation."@fr, "This thesaurus describes the the structure and the scientific research area groupings covered by the panel structure of the European Research Council (ERC).In addition to the ERC panel structure,this thesaurus is enriched by the addition of disciplinary keywords."@en ;
  skos:hasTopConcept <https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/LS>, <https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/PE>, <https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/SH> ;
  skos:prefLabel "Panels disciplinaires de l'ERC 2024"@fr, "ERC panel structure 2024"@en ;
  dc11:creator "European Research Council (ERC)", "French Institut For Sustainable Development (IRD)" ;
  dc11:date "2024" ;
  dc11:language "en", "fr" ;
  dc:created "2023-04-01T12:00:00+0100d"^^xsd:dateTime .

