@prefix : . @prefix rdf: . @prefix xsd: . @prefix rdfs: . @prefix foaf: . @prefix rev: . :Kimishima a foaf:Person ; foaf:familyName "Kimishima"^^xsd:string ; foaf:givenName "Tatsumi"^^xsd:string . :Wii a :GameConsole . :Wii :releaseYear 2006 . :Wii :madeBy :Nintendo . :Nintendo a foaf:Organization ; :ceo :Kimishima ; :foundingYear 1889 ; foaf:name "Nintendo Co., Ltd."^^xsd:string . :Wii_u a :GameConsole ; :internetEnabled true ; :consoleName "Wii U"^^xsd:string ; :numOfSupportedControllers 8; :predecessorOfConsole :Wii ; :releaseYear 2012 ; :madeBy :Nintendo ; :successorOfConsole :Switch . :Switch a :PortableGameConsole ; :madeBy :Nintendo ; :releaseYear 2017 ; rev:hasReview :SwitchReviewByJPT . :Playstation4 a :GameConsole . :JPT rdf:type foaf:Person ; foaf:name "Jan Philipp Timme"^^xsd:string . :Maschell a foaf:Person ; foaf:name "Marcel Felix"^^xsd:string . :SwitchReview a rev:Review ; rev:reviewer :JPT ; rev:text "Yet another gaming console. I lost a tetris game once. Meh."^^xsd:string . :Switch :hasPrice "329,00"^^:PriceEur .