@prefix :        <https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/LaserTargetTrack.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'LaserTargetTrack.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A metal track that the laser target is mounted on.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Brian Kibel' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '4 September 2006' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 November 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/LaserTargetTrack.x3d' ;
  x3do:name 'identifier' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.2, 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 "LaserTargetTrack.x3d" .
:meta dcterms:description "A metal track that the laser target is mounted on." .
:meta dcterms:creator "Brian Kibel" .
:meta dcterms:created "4 September 2006" .
:meta dcterms:modified "28 November 2019" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Savage/Space/SatelliteLab/LaserTargetTrack.x3d" .
:meta dcterms:generator "X3D-Edit 3.2, 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, :NavigationInfo_2_2, :TrackRails, :TrackSupport, :MovingTarget .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'LaserTargetTrack.x3d' .
:NavigationInfo_2_2 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene .
:TrackRails a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_3_1, :Transform_2_3_2, :Transform_2_3_3 ;
  x3do:DEF 'TrackRails' .
:Transform_2_3_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackRails ;
  x3do:hasChildren :RailShape ;
  x3do:translation ( 0 2.2 0 ) .
:RailShape a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_1 ;
  x3do:hasGeometry :Box_2_3_1_1_1 ;
  x3do:hasAppearance :Appearance_2_3_1_1_2 ;
  x3do:DEF 'RailShape' .
:Box_2_3_1_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :RailShape ;
  x3do:size ( 8.5 .15 .3 ) .
:Appearance_2_3_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RailShape ;
  x3do:hasMaterial :Material_2_3_1_1_2_1 .
:Material_2_3_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1_2 ;
  x3do:diffuseColor ( .8 .6 0 ) .
:Transform_2_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackRails ;
  x3do:hasChildren :RailShape2 ;
  x3do:translation ( 0 2.325 0 ) .
:RailShape2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_2 ;
  x3do:hasGeometry :Box_2_3_2_1_1 ;
  x3do:hasAppearance :Appearance_2_3_2_1_2 ;
  x3do:DEF 'RailShape2' .
:Box_2_3_2_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :RailShape2 ;
  x3do:size ( 8.2 .1 .3 ) .
:Appearance_2_3_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :RailShape2 ;
  x3do:hasMaterial :Material_2_3_2_1_2_1 .
:Material_2_3_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_2_1_2 ;
  x3do:diffuseColor ( .8 .8 .8 ) .
:Transform_2_3_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackRails ;
  x3do:hasChildren :RailShape-USE-1 ;
  x3do:scale ( .8 2.5 .8 ) ;
  x3do:translation ( 0 2 0 ) .
:RailShape-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_3_3 ;
  owl:sameAs :RailShape . # DEF matching this USE
:TrackSupport a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_4_1, :Transform_2_4_2, :Transform_2_4_3, :Transform_2_4_4, :Transform_2_4_5, :Transform_2_4_6, :Transform_2_4_7 ;
  x3do:DEF 'TrackSupport' .
:Transform_2_4_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( -3.25 0 0 ) .
:TargetTrackSupport a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_1 ;
  x3do:DEF 'TargetTrackSupport' ;
  x3do:url '"LaserTargetTrackSupport.x3d" "LaserTargetTrackSupport.wrl"' .
:Transform_2_4_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-1 ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( -2.1625 0 0 ) .
:TargetTrackSupport-USE-1 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_2 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:Transform_2_4_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-2 ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( -1.085 0 0 ) .
:TargetTrackSupport-USE-2 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_3 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:Transform_2_4_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-3 ;
  x3do:scale ( .45 .45 .45 ) .
:TargetTrackSupport-USE-3 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_4 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:Transform_2_4_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-4 ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( 1.085 0 0 ) .
:TargetTrackSupport-USE-4 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_5 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:Transform_2_4_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-5 ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( 2.1625 0 0 ) .
:TargetTrackSupport-USE-5 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_6 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:Transform_2_4_7 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TrackSupport ;
  x3do:hasChildren :TargetTrackSupport-USE-6 ;
  x3do:scale ( .45 .45 .45 ) ;
  x3do:translation ( 3.25 0 0 ) .
:TargetTrackSupport-USE-6 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Transform_2_4_7 ;
  owl:sameAs :TargetTrackSupport . # DEF matching this USE
:MovingTarget a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TargetPosition, :TargetPlaneSensor ;
  x3do:hasROUTE :ROUTE_2_5_3 ;
  x3do:DEF 'MovingTarget' .
:TargetPosition a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MovingTarget ;
  x3do:hasChildren :TargetStartPosition ;
  x3do:DEF 'TargetPosition' .
:TargetStartPosition a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TargetPosition ;
  x3do:hasChildren :Shape_2_5_1_1_1, :Transform_2_5_1_1_2, :Transform_2_5_1_1_3 ;
  x3do:DEF 'TargetStartPosition' ;
  x3do:translation ( 0 3.3 .16 ) .
:Shape_2_5_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :TargetStartPosition ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_1_1_1 .
:IndexedFaceSet_2_5_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_1_1 ;
  x3do:hasCoord :Coordinate_2_5_1_1_1_1_1 ;
  x3do:coordIndex ( 0 1 2 3 4 ) ;
  x3do:solid false .
:Coordinate_2_5_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_1_1_1 ;
  x3do:point ( -0.5 .5 0 .5 .5 0 .5 -0.5 0 -0.5 -0.5 0 -0.5 .5 0 ) .
:Transform_2_5_1_1_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TargetStartPosition ;
  x3do:hasChildren :Shape_2_5_1_1_2_1 ;
  x3do:scale ( .1 .1 .1 ) ;
  x3do:translation ( 0 0 .005 ) .
:Shape_2_5_1_1_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_1_2 ;
  x3do:hasGeometry :IndexedFaceSet_2_5_1_1_2_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_1_2_1_2 .
:IndexedFaceSet_2_5_1_1_2_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1_1_2_1 ;
  x3do:hasCoord :Coordinate_2_5_1_1_2_1_1_1 ;
  x3do:coordIndex ( 0 1 2 3 4 ) ;
  x3do:solid false .
:Coordinate_2_5_1_1_2_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_5_1_1_2_1_1 ;
  x3do:point ( -0.5 .5 0 .5 .5 0 .5 -0.5 0 -0.5 -0.5 0 -0.5 .5 0 ) .
:Appearance_2_5_1_1_2_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1_2_1 ;
  x3do:hasMaterial :Material_2_5_1_1_2_1_2_1 .
:Material_2_5_1_1_2_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_2_1_2 ;
  x3do:diffuseColor ( 0 0 0 ) .
:Transform_2_5_1_1_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :TargetStartPosition ;
  x3do:hasChildren :Shape_2_5_1_1_3_1 ;
  x3do:translation ( 0 -0.3 -0.2 ) .
:Shape_2_5_1_1_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5_1_1_3 ;
  x3do:hasGeometry :Box_2_5_1_1_3_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_1_3_1_2 .
:Box_2_5_1_1_3_1_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_1_1_3_1 ;
  x3do:size ( .2 1.3 .3 ) .
:Appearance_2_5_1_1_3_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1_3_1 ;
  x3do:hasMaterial :Material_2_5_1_1_3_1_2_1 .
:Material_2_5_1_1_3_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_3_1_2 ;
  x3do:diffuseColor ( .8 .8 .8 ) .
:TargetPlaneSensor a owl:NamedIndividual, x3do:PlaneSensor ;
  x3do:hasParent :MovingTarget ;
  x3do:DEF 'TargetPlaneSensor' ;
  x3do:description 'Drag Target stays in X plane' ;
  x3do:maxPosition ( 4 0 ) ;
  x3do:minPosition ( -4 0 ) .
:ROUTE_2_5_3 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :MovingTarget ;
  x3do:fromField 'translation_changed' ;
  x3do:fromNode 'TargetPlaneSensor' ;
  x3do:toField 'set_translation' ;
  x3do:toNode 'TargetPosition' .
