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

ost:panel_structure_2020
  skos:hasTopConcept ost:ST ;
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "OST-HCERES panel structure "@en, "Panels disciplinaires de l'OST-HCERES "@fr .

ost:panels
  skos:member ost:ST ;
  skos:prefLabel "panels"@en, "panels"@fr ;
  a skos:Collection .

ost:ST1
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "mathématiques "@fr ;
  skos:notation "ST1" .

ost:ST2
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "physique "@fr ;
  skos:notation "ST2" .

ost:ST3
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "sciences de la terre et de l’univers "@fr ;
  skos:notation "ST3" .

ost:ST4
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "chimie "@fr ;
  skos:notation "ST4" .

ost:ST5
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "sciences pour l’ingénieur "@fr ;
  skos:notation "ST5" .

ost:ST6
  skos:broader ost:ST ;
  a skos:Concept ;
  skos:prefLabel "sciences et technologies de l’information et de la communication "@fr ;
  skos:notation "ST6" .

ost:ST
  a skos:Concept ;
  dc:created "2020-01-01T12:00:00+0100d"^^xsd:dateTime ;
  skos:inScheme ost:panel_structure_2020 ;
  skos:narrower ost:ST1, ost:ST2, ost:ST3, ost:ST4, ost:ST5, ost:ST6 ;
  skos:notation "ST" ;
  skos:prefLabel "sciences et technologies "@fr ;
  skos:topConceptOf ost:panel_structure_2020 ;
  skos:exactMatch ercpanels:PE .

