@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaGreenChair.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Interchange' ;
  x3do:version '3.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasMeta :meta_1_1, :meta_1_2, :meta_1_3, :meta_1_4, :meta_1_5, :meta_1_6, :meta_1_7, :meta_1_8 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'IkeaGreenChair.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D example Model of an Ikea Green Chair' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '3 March 2004' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vaughn Pangelinan' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaGreenChair.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "IkeaGreenChair.x3d" .
:meta dcterms:description "X3D example Model of an Ikea Green Chair" .
:meta dcterms:created "3 March 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:creator "Vaughn Pangelinan" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/StudentProjects/IkeaGreenChair.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Transform_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'IkeaGreenChair.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :IkeaGreenChair .
:IkeaGreenChair a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Transform_2_2_1_1, :Shape_2_2_1_2, :Transform_2_2_1_3, :Transform_2_2_1_4, :Transform_2_2_1_5, :Transform_2_2_1_6, :Transform_2_2_1_7, :Transform_2_2_1_8, :Transform_2_2_1_9, :Transform_2_2_1_10, :Transform_2_2_1_11, :Transform_2_2_1_12, :GreenLowerBackBeamTranslation, :Transform_2_2_1_14, :Transform_2_2_1_15 ;
  x3do:DEF 'IkeaGreenChair' .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenChair ;
  x3do:rotation ( 1 0 0 .45 ) .
:GreenChair a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:DEF 'GreenChair' ;
  x3do:description 'View Green Chair' ;
  x3do:fieldOfView 1.4 ;
  x3do:orientation ( 0 1 0 3.14 ) ;
  x3do:position ( 0 .5 -0.9 ) .
:Shape_2_2_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasGeometry :Box_2_2_1_2_1 ;
  x3do:hasAppearance :Blue .
:Box_2_2_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_1_2 ;
  x3do:size ( .3 .02 .3 ) .
:Blue a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_2 ;
  x3do:hasMaterial :Material_2_2_1_2_2_1 ;
  x3do:DEF 'Blue' .
:Material_2_2_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Blue ;
  x3do:diffuseColor ( 0 0 .8 ) .
:Transform_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenChairFrontLeg ;
  x3do:translation ( .13 -0.16 .13 ) .
:GreenChairFrontLeg a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_3 ;
  x3do:hasGeometry :Box_2_2_1_3_1_1 ;
  x3do:hasAppearance :Green ;
  x3do:DEF 'GreenChairFrontLeg' .
:Box_2_2_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenChairFrontLeg ;
  x3do:size ( .034 .3 .034 ) .
:Green a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenChairFrontLeg ;
  x3do:hasMaterial :Material_2_2_1_3_1_2_1 ;
  x3do:DEF 'Green' .
:Material_2_2_1_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Green ;
  x3do:diffuseColor ( 0 .6 0 ) .
:Transform_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenChairFrontLeg-USE-1 ;
  x3do:translation ( -0.13 -0.16 .13 ) .
:GreenChairFrontLeg-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_4 ;
  owl:sameAs :GreenChairFrontLeg . # DEF matching this USE
:Transform_2_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenChairRearLeg ;
  x3do:translation ( -0.125 .04 -0.16 ) .
:GreenChairRearLeg a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_5 ;
  x3do:hasGeometry :Box_2_2_1_5_1_1 ;
  x3do:hasAppearance :Green-USE-1 ;
  x3do:DEF 'GreenChairRearLeg' .
:Box_2_2_1_5_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenChairRearLeg ;
  x3do:size ( .05 .7 .02 ) .
:Green-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenChairRearLeg ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenChairRearLeg-USE-1 ;
  x3do:translation ( .125 .04 -0.16 ) .
:GreenChairRearLeg-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_6 ;
  owl:sameAs :GreenChairRearLeg . # DEF matching this USE
:Transform_2_2_1_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenFrontChairBeam ;
  x3do:translation ( 0 -0.038 .13 ) .
:GreenFrontChairBeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_7 ;
  x3do:hasGeometry :Box_2_2_1_7_1_1 ;
  x3do:hasAppearance :Green-USE-2 ;
  x3do:DEF 'GreenFrontChairBeam' .
:Box_2_2_1_7_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenFrontChairBeam ;
  x3do:size ( .226 .056 .02 ) .
:Green-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenFrontChairBeam ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_8 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenLowCenterBeam ;
  x3do:translation ( 0 -0.185 0 ) .
:GreenLowCenterBeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_8 ;
  x3do:hasGeometry :Box_2_2_1_8_1_1 ;
  x3do:hasAppearance :Green-USE-3 ;
  x3do:DEF 'GreenLowCenterBeam' .
:Box_2_2_1_8_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenLowCenterBeam ;
  x3do:size ( .24 .05 .02 ) .
:Green-USE-3 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenLowCenterBeam ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_9 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenHighShortBeam ;
  x3do:translation ( .13 -0.038 -0.01 ) .
:GreenHighShortBeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_9 ;
  x3do:hasGeometry :Box_2_2_1_9_1_1 ;
  x3do:hasAppearance :Green-USE-4 ;
  x3do:DEF 'GreenHighShortBeam' .
:Box_2_2_1_9_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenHighShortBeam ;
  x3do:size ( .02 .056 .28 ) .
:Green-USE-4 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenHighShortBeam ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_10 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenHighShortBeam-USE-1 ;
  x3do:translation ( -0.13 -0.038 -0.01 ) .
:GreenHighShortBeam-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_10 ;
  owl:sameAs :GreenHighShortBeam . # DEF matching this USE
:Transform_2_2_1_11 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenLowShortBeam ;
  x3do:translation ( .13 -0.185 -0.01 ) .
:GreenLowShortBeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_11 ;
  x3do:hasGeometry :Box_2_2_1_11_1_1 ;
  x3do:hasAppearance :Green-USE-5 ;
  x3do:DEF 'GreenLowShortBeam' .
:Box_2_2_1_11_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenLowShortBeam ;
  x3do:size ( .02 .05 .28 ) .
:Green-USE-5 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenLowShortBeam ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_12 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenLowShortBeam-USE-1 ;
  x3do:translation ( -0.13 -0.185 -0.01 ) .
:GreenLowShortBeam-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_12 ;
  owl:sameAs :GreenLowShortBeam . # DEF matching this USE
:GreenLowerBackBeamTranslation a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenBackBeam ;
  x3do:DEF 'GreenLowerBackBeamTranslation' ;
  x3do:translation ( 0 .13 -0.16 ) .
:GreenBackBeam a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :GreenLowerBackBeamTranslation ;
  x3do:hasGeometry :Box_2_2_1_13_1_1 ;
  x3do:hasAppearance :Green-USE-6 ;
  x3do:DEF 'GreenBackBeam' .
:Box_2_2_1_13_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :GreenBackBeam ;
  x3do:size ( .2 .05 .016 ) .
:Green-USE-6 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :GreenBackBeam ;
  owl:sameAs :Green . # DEF matching this USE
:Transform_2_2_1_14 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :GreenBackBeam-USE-1 ;
  x3do:translation ( 0 .36 -0.16 ) .
:GreenBackBeam-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_14 ;
  owl:sameAs :GreenBackBeam . # DEF matching this USE
:Transform_2_2_1_15 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :IkeaGreenChair ;
  x3do:hasChildren :KittyBackPiece ;
  x3do:scale ( .2 .18 1 ) ;
  x3do:translation ( 0 .245 -0.16 ) .
:KittyBackPiece a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_1_15 ;
  x3do:hasChildren :Shape_2_2_1_15_1_1 ;
  x3do:DEF 'KittyBackPiece' .
:Shape_2_2_1_15_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :KittyBackPiece ;
  x3do:hasAppearance :Appearance_2_2_1_15_1_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_1_15_1_1_2 .
:Appearance_2_2_1_15_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_15_1_1 ;
  x3do:hasTexture :ImageTexture_2_2_1_15_1_1_1_1 .
:ImageTexture_2_2_1_15_1_1_1_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_1_15_1_1_1 ;
  x3do:url '"KittyTransparent.png" "https://www.web3d.org/x3d/content/examples/Vrml2Sourcebook/KittyTransparent.png"' .
:IndexedFaceSet_2_2_1_15_1_1_2 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_1_15_1_1 ;
  x3do:hasCoord :Coordinate_2_2_1_15_1_1_2_1 ;
  x3do:coordIndex ( 0 1 2 3 ) ;
  x3do:solid false .
:Coordinate_2_2_1_15_1_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_1_15_1_1_2 ;
  x3do:point ( -0.5 -0.5 0 0.5 -0.5 0 0.5 0.5 0 -0.5 0.5 0 ) .
