@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:-
  a isothes:ConceptGroup ;
  skos:prefLabel "3_STAR"@en ;
  skos:member kfp:-GLBL3Z51-S .

kfp:-PF8X6GJP-7
  skos:prefLabel "surfactant"@en ;
  a skos:Concept ;
  skos:narrower kfp:-GLBL3Z51-S .

kfp:-GLBL3Z51-S
  owl:sameAs obo:CHEBI_38828 ;
  skos:hiddenLabel "non-ionic surfactant"@en, "nonionic surfactants"@en ;
  a skos:Concept ;
  skos:inScheme kfp: ;
  skos:broader kfp:-PF8X6GJP-7 ;
  skos:prefLabel "nonionic surfactant"@en .

