@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 dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

ercpanels:keywords
  skos:member disciplinekeywords:kw_0405 ;
  skos:prefLabel "keywords"@en, "mots-clés"@fr ;
  a skos:Collection .

ercpanels:LS5_1
  skos:narrowMatch disciplinekeywords:kw_0405 ;
  a skos:Concept ;
  skos:prefLabel "fonction, communication et signalisation des cellules neuronales, neurotransmission dans les cellules neuronales et/ou gliales"@fr, "neural cell function, communication and signalling, neurotransmission in neuronal and/or glial cells"@en ;
  skos:notation "LS5_1" .

disciplinekeywords:kw_0405
  a skos:Concept ;
  skos:inScheme ercpanels:panel_structure_2020 ;
  skos:prefLabel "communication des cellules neuronales"@fr, "neural cell communication"@en ;
  skos:broadMatch ercpanels:LS5_1 ;
  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 .

