@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/ShipsMilitary/HovercraftSnr6Singapore/TopEdge.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 'Interactive' ;
  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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TopEdge.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Another sketch of top edge' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '1 September 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 'Tay Yeong Kiang Winston' ;
  x3do:name 'creator' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/ShipsMilitary/HovercraftSnr6Singapore/TopEdge.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TopEdge.x3d" .
:meta dcterms:description "Another sketch of top edge" .
:meta dcterms:created "1 September 2004" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:creator "Tay Yeong Kiang Winston" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/ShipsMilitary/HovercraftSnr6Singapore/TopEdge.x3d" .
:meta dcterms:license "../../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Front, :CoordinateAxes .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TopEdge.x3d' .
:Front a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :CFront, :Transform_2_2_2, :Transform_2_2_3 ;
  x3do:DEF 'Front' .
:CFront a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Front ;
  x3do:hasChildren :Transform_2_2_1_1, :BFrame, :Transform_2_2_1_3, :Transform_2_2_1_4, :Transform_2_2_1_5 ;
  x3do:DEF 'CFront' .
:Transform_2_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CFront ;
  x3do:hasChildren :Shape_2_2_1_1_1 ;
  x3do:translation ( 0 1.25 0 ) .
:Shape_2_2_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_1 ;
  x3do:hasAppearance :Appearance_2_2_1_1_1_1 ;
  x3do:hasGeometry :Box_2_2_1_1_1_2 .
:Appearance_2_2_1_1_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_1_1_1 ;
  x3do:hasMaterial :Material_2_2_1_1_1_1_1 .
:Material_2_2_1_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_1_1_1 ;
  x3do:ambientIntensity 0.240602 ;
  x3do:diffuseColor ( 0.526888 0.525905 0.603564 ) ;
  x3do:shininess 0.636364 ;
  x3do:specularColor ( 0.651092 0.441837 0.42173 ) ;
  x3do:transparency 0.285714 .
:Box_2_2_1_1_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_1_1_1 ;
  x3do:size ( 1.9 2.4 0.1 ) .
:BFrame a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :CFront ;
  x3do:hasAppearance :Appearance_2_2_1_2_1 ;
  x3do:hasGeometry :Box_2_2_1_2_2 ;
  x3do:DEF 'BFrame' .
:Appearance_2_2_1_2_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :BFrame ;
  x3do:hasMaterial :Material_2_2_1_2_1_1 .
:Material_2_2_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_2_1 ;
  x3do:ambientIntensity 0.25 ;
  x3do:diffuseColor ( 0.315152 0.07457 0.0 ) ;
  x3do:shininess 0.036364 ;
  x3do:specularColor ( 0.508861 0.684007 0.326263 ) .
:Box_2_2_1_2_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :BFrame ;
  x3do:size ( 2 0.4 0.4 ) .
:Transform_2_2_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CFront ;
  x3do:hasChildren :BFrame-USE-1 ;
  x3do:translation ( 0 2.5 0 ) .
:BFrame-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_3 ;
  owl:sameAs :BFrame . # DEF matching this USE
:Transform_2_2_1_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CFront ;
  x3do:hasChildren :RFrame ;
  x3do:translation ( 0.8 1.25 0 ) .
:RFrame a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_4 ;
  x3do:hasAppearance :Appearance_2_2_1_4_1_1 ;
  x3do:hasGeometry :Box_2_2_1_4_1_2 ;
  x3do:DEF 'RFrame' .
:Appearance_2_2_1_4_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RFrame ;
  x3do:hasMaterial :Material_2_2_1_4_1_1_1 .
:Material_2_2_1_4_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_1_4_1_1 ;
  x3do:ambientIntensity 0.25 ;
  x3do:diffuseColor ( 0.315152 0.07457 0.0 ) ;
  x3do:shininess 0.036364 ;
  x3do:specularColor ( 0.508861 0.684007 0.326263 ) .
:Box_2_2_1_4_1_2 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :RFrame ;
  x3do:size ( 0.4 2.5 0.4 ) .
:Transform_2_2_1_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :CFront ;
  x3do:hasChildren :RFrame-USE-1 ;
  x3do:translation ( -0.8 1.25 0 ) .
:RFrame-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1_5 ;
  owl:sameAs :RFrame . # DEF matching this USE
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Front ;
  x3do:hasChildren :CFront-USE-1 ;
  x3do:translation ( 2 0 0 ) .
:CFront-USE-1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_2 ;
  owl:sameAs :CFront . # DEF matching this USE
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Front ;
  x3do:hasChildren :CFront-USE-2 ;
  x3do:translation ( -2 0 0 ) .
:CFront-USE-2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Transform_2_2_3 ;
  owl:sameAs :CFront . # DEF matching this USE
:CoordinateAxes a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:DEF 'CoordinateAxes' ;
  x3do:url '"../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.x3d" "../../X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Authoring/CoordinateAxes.wrl"' .
