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

<http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5/conceptscheme> a skos:ConceptScheme .
operatingsystem:Basic_architechture
  skos:broader operatingsystem:Linux_System ;
  skos:narrower <http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5#UNIX/Linux_system>, operatingsystem:Shell, operatingsystem:Kernel ;
  skos:inScheme <http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5/conceptscheme> ;
  skos:prefLabel "Basic architechture"@en ;
  a skos:Concept .

<http://www.semanticweb.org/sony/ontologies/2014/1/untitled-ontology-5#UNIX/Linux_system>
  a skos:Concept ;
  skos:broader operatingsystem:Basic_architechture .

operatingsystem:Linux_System
  skos:prefLabel "Linux System"@en ;
  a skos:Concept ;
  skos:narrower operatingsystem:Basic_architechture .

operatingsystem:Shell
  skos:prefLabel "Shell"@en ;
  a skos:Concept ;
  skos:broader operatingsystem:Basic_architechture .

operatingsystem:Kernel
  skos:prefLabel "Kernel"@en ;
  a skos:Concept ;
  skos:broader operatingsystem:Basic_architechture .

