@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/Vrml97Specification/ChopperBody.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 'Immersive' ;
  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_9, :meta_1_10, :meta_1_11, :meta_1_12 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ChopperBody.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'translator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '26 June 2000' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D working group' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VRML 97 specification example: main body for Chopper example, used as an Inline to show scene composition.' ;
  x3do:name 'description' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/chopperbody.wrl' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'VRML 97, ISO/IEC 14772-1, Part 1: Functional specification and UTF-8 encoding, D.16 Chopper' ;
  x3do:name 'specificationSection' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/documents/specifications/14772/V2.0/part1/examples.html#D.16' ;
  x3do:name 'specificationUrl' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/Vrml97Specification/ChopperBody.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ChopperBody.x3d" .
:meta dcterms:translator "Don Brutzman" .
:meta dcterms:created "26 June 2000" .
:meta dcterms:modified "28 October 2019" .
:meta dcterms:creator "X3D working group" .
:meta dcterms:description "VRML 97 specification example: main body for Chopper example, used as an Inline to show scene composition." .
:meta dcterms:reference "originals/chopperbody.wrl" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/Vrml97Specification/ChopperBody.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 'ChopperBody.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_2_1, :Transform_2_2_2, :Transform_2_2_3 ;
  x3do:translation ( -0.1 -0.85 4.95952 ) .
:Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Shape_2_2_1_1 ;
  x3do:rotation ( 0.8321951 -0.39732206 0.38676405 1.77988 ) ;
  x3do:scale ( 1.0 0.999999 0.999998 ) ;
  x3do:scaleOrientation ( 0.41401106 0.41635105 0.8094731 0.298078 ) ;
  x3do:translation ( -0.319032 -0.0473949 -4.51302 ) .
:Shape_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasGeometry :Extrusion_2_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_2 .
:Extrusion_2_2_1_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:creaseAngle 1.57 ;
  x3do:crossSection ( 0 0.2 0.6 0.2 0.8 0 0.8 -0.4 0.6 -0.6 0.2 -0.6 0 -0.4 -0.2 0 0 0.2 ) ;
  x3do:orientation ( 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 ) ;
  x3do:scale ( 0.021511 0.021511 0.659496 0.659496 0.872158 0.872158 1 1 1 1 0.872158 0.872158 0.659496 0.659496 0.048094 0.048094 ) ;
  x3do:solid false ;
  x3do:spine ( 0 -1 0 -0.003214 -0.953553 0 -0.002855 -0.876386 0 -0.003214 -0.74785 0 -0.003214 -0.445722 0 -0.003214 -0.323585 0 -0.003214 -0.252875 0 0 -0.2 0 ) .
:Appearance_2_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1 ;
  x3do:hasMaterial :_0 .
:_0 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_2 ;
  x3do:DEF '_0' .
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Shape_2_2_2_1 ;
  x3do:rotation ( 0.8273403 -0.41326016 0.38042614 1.77274 ) ;
  x3do:scaleOrientation ( -0.17204592 0.27246588 0.94665855 0.228295 ) ;
  x3do:translation ( -0.877833 0.458808 -4.77874 ) .
:Shape_2_2_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_2 ;
  x3do:hasGeometry :Extrusion_2_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2 .
:Extrusion_2_2_2_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_2_1 ;
  x3do:convex false ;
  x3do:creaseAngle 1.57 ;
  x3do:crossSection ( 0.6 0.6 0.6 0.4 -0.8 0.4 -1.0 0.0 -1.2 0.0 -1.0 0.6 0.6 0.6 ) ;
  x3do:orientation ( 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 ) ;
  x3do:scale ( 1.0 1.0 1.0 1.0 ) ;
  x3do:solid false ;
  x3do:spine ( 0.0 -1.0 0.0 0.0 -0.8 0.0 ) .
:Appearance_2_2_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1 ;
  x3do:hasMaterial :_0-USE-1 .
:_0-USE-1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2 ;
  owl:sameAs :_0 . # DEF matching this USE
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :Shape_2_2_3_1 ;
  x3do:rotation ( 0.0 -1.0 0.0 0.873008 ) ;
  x3do:scale ( 0.0980455 0.370358 0.213029 ) ;
  x3do:translation ( 0.120967 0.410068 -4.95952 ) .
:Shape_2_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_3 ;
  x3do:hasGeometry :Extrusion_2_2_3_1_1 ;
  x3do:hasAppearance :Appearance_2_2_3_1_2 .
:Extrusion_2_2_3_1_1 a owl:NamedIndividual, x3do:Extrusion ;
  x3do:hasParent :Shape_2_2_3_1 ;
  x3do:creaseAngle 1.57 ;
  x3do:crossSection ( 1.0 0.0 0.92388 0.382683 0.707107 0.707106 0.382684 0.923879 1.26759E-6 1.0 -0.382682 0.92388 -0.707105 0.707108 -0.923879 0.382685 -1.0 2.53518E-6 -0.923881 -0.382681 -0.707109 -0.707105 -0.382687 -0.923878 -3.80277E-6 -1.0 0.38268 -0.923881 0.707104 -0.70711 0.923878 -0.382688 1.0 0.0 ) ;
  x3do:orientation ( 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 ) ;
  x3do:scale ( 1.0 1.0 0.4 0.181007 ) ;
  x3do:solid false ;
  x3do:spine ( 0.0 -1.0 0.0 0.0 1.0 0.0 ) .
:Appearance_2_2_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_3_1 ;
  x3do:hasMaterial :_0-USE-2 .
:_0-USE-2 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_3_1_2 ;
  owl:sameAs :_0 . # DEF matching this USE
