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

ercpanels:panels_2020
  skos:member ercpanels:PE1_19 ;
  skos:prefLabel "2020 panels"@en, "panels 2020"@fr ;
  a skos:Collection .

ercpanels:PE1
  skos:narrower ercpanels:PE1_19 ;
  a skos:Concept ;
  skos:prefLabel "mathematics"@en, "mathématiques"@fr ;
  skos:notation "PE1" .

disciplinekeywords:kw_0019
  skos:broadMatch ercpanels:PE1_19 ;
  a skos:Concept ;
  skos:prefLabel "control theory"@en, "théorie du contrôle"@fr .

disciplinekeywords:kw_0020
  skos:broadMatch ercpanels:PE1_19 ;
  a skos:Concept ;
  skos:prefLabel "optimisation"@en, "optimisation"@fr .

ercpanels:panels
  skos:member ercpanels:panels_2020 ;
  skos:prefLabel "panels"@en, "panels"@fr ;
  a skos:Collection .

ercpanels:PE1_19
  a skos:Concept ;
  owl:deprecated true ;
  skos:inScheme ercpanels:panel_structure_2020 ;
  skos:prefLabel "control theory and optimisation"@en, "théorie du contrôle et optimisation"@fr ;
  skos:notation "PE1_19" ;
  skos:broader ercpanels:PE1 ;
  skos:broadMatch <https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/PE1_20> ;
  skos:narrowMatch disciplinekeywords:kw_0019, disciplinekeywords:kw_0020 ;
  dc:created "2020-01-01T12:00:00+0100d"^^xsd:dateTime .

ercpanels:panel_structure_2020
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "ERC panel structure 2020"@en, "Panels disciplinaires de l'ERC 2020"@fr .

<https://uri.ird.fr/so/kos/erc-panels/panel_structure_2024/PE1_20>
  a skos:Concept ;
  skos:prefLabel "control theory, optimisation and operational research"@en, "théorie du contrôle, optimisation et recherche opérationnelle"@fr ;
  skos:notation "PE1_20" .

