@prefix operatingsystem: <http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

operatingsystem:Buffering
  skos:broader operatingsystem:Fundamentals_of_operating_system ;
  skos:inScheme <http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5/conceptscheme> ;
  skos:prefLabel "Buffering"@en ;
  a skos:Concept .

<http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5/conceptscheme> a skos:ConceptScheme .
operatingsystem:Fundamentals_of_operating_system
  skos:prefLabel "Fundamentals of operating system"@en ;
  a skos:Concept ;
  skos:narrower operatingsystem:Buffering .

