@prefix flavornetodorants: <http://data.odeuropa.eu/vocabulary/flavornet/odorants/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .

flavornetodorants:
  skos:hasTopConcept flavornetodorants:638 ;
  a skos:ConceptScheme ;
  rdfs:label "Flavornet odorants"@en .

flavornetodorants:638
  a skos:Concept ;
  skos:inScheme flavornetodorants: ;
  skos:prefLabel "methylethylpyrazine"@en ;
  skos:topConceptOf flavornetodorants: ;
  skos:altLabel "2-ethyl-6(or 5)-methylpyrazine"@en ;
  wdt:P231 "33504-66-4" .

