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

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

operatingsystem:Basic_architechture
  skos:prefLabel "Basic architechture"@en ;
  a skos:Concept ;
  skos:narrower operatingsystem:Shell .

<http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5/conceptscheme> a skos:ConceptScheme .
