@prefix kfp: <http://data.loterre.fr/ark:/67375/KFP> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

kfp: a skos:ConceptScheme .
kfp:-LS3332TW-T
  skos:prefLabel "hydrocarbon"@en ;
  a skos:Concept ;
  skos:narrower kfp:-WD2204M1-N .

kfp:-2_STAR
  a isothes:ConceptGroup ;
  skos:prefLabel "2_STAR"@en ;
  skos:member kfp:-WD2204M1-N .

kfp:-WD2204M1-N
  owl:sameAs obo:CHEBI_90012 ;
  skos:hiddenLabel "1-methyl-3-(2-methylprop-2-en-1-yl)cyclopentane"@en ;
  a skos:Concept ;
  skos:inScheme kfp: ;
  skos:broader kfp:-LS3332TW-T ;
  skos:prefLabel "1-Methyl-3-(2-methyl-2-propenyl)-cyclopentane"@en .

