@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/AnchorComparison.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.3' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.3.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_13, :meta_1_14, :meta_1_15 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'AnchorComparison.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Anchor-node examples comparing HTML page launch, shifting Viewpoints, and loading another X3D scene.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Leonard Daly and Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '21 April 2011' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'AnchorComparisonFrontViewpoint.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'AnchorComparisonObliqueViewpoint.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Show Anchor link to Monterey Bay Aquarium web site for Kelp Forest exhibit' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.mbayaq.org/efc/kelp.asp' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Copyright (c) 2005, Daly Realism and Don Brutzman' ;
  x3do:name 'rights' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' ;
  x3do:name 'subject' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/AnchorComparison.x3d' ;
  x3do:name 'identifier' .
:meta_1_14 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_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "AnchorComparison.x3d" .
:meta dcterms:description "Anchor-node examples comparing HTML page launch, shifting Viewpoints, and loading another X3D scene." .
:meta dcterms:creator "Leonard Daly and Don Brutzman" .
:meta dcterms:created "21 April 2011" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "AnchorComparisonFrontViewpoint.png" .
:meta dcterms:Image "AnchorComparisonObliqueViewpoint.png" .
:meta dcterms:reference "Show Anchor link to Monterey Bay Aquarium web site for Kelp Forest exhibit" .
:meta dcterms:reference "http://www.mbayaq.org/efc/kelp.asp" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:rights "Copyright (c) 2005, Daly Realism and Don Brutzman" .
:meta dcterms:subject "X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/AnchorComparison.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, :FrontView, :AngledView, :Transform_2_4, :Transform_2_5, :Transform_2_6 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'AnchorComparison.x3d' .
:FrontView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'FrontView' ;
  x3do:description 'Front view Anchor text' ;
  x3do:position ( 0 0 8 ) .
:AngledView a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'AngledView' ;
  x3do:description 'Side view Anchor text' ;
  x3do:orientation ( 0 1 0 0.7854 ) ;
  x3do:position ( 6 0 6 ) .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :AnchorExample ;
  x3do:translation ( 0 2 0 ) .
:AnchorExample a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasChildren :Shape_2_4_1_1, :TransparentBoxForEasierUserSelection ;
  x3do:DEF 'AnchorExample' ;
  x3do:description 'Aquarium Exhibit Web Site' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"http://www.montereybayaquarium.org/efc/kelp.asp"' .
:Shape_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AnchorExample ;
  x3do:hasGeometry :Text_2_4_1_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_1_2 .
:Text_2_4_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4_1_1 ;
  x3do:hasFontStyle :LocalFontStyle ;
  x3do:string '"Click orange text to launch" "Monterey Bay Aquarium" "kelp forest HTML page"' .
:LocalFontStyle a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_4_1_1_1 ;
  x3do:DEF 'LocalFontStyle' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.6 .
:Appearance_2_4_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1_1 ;
  x3do:hasMaterial :Autumn11 .
:Autumn11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_1_2 ;
  x3do:DEF 'Autumn11' ;
  x3do:ambientIntensity 0.25641 ;
  x3do:diffuseColor ( 0.795918 0.273554 0.006861 ) ;
  x3do:shininess 1 ;
  x3do:specularColor ( 0.48655 0.319155 0.444036 ) .
:TransparentBoxForEasierUserSelection a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AnchorExample ;
  x3do:hasGeometry :Box_2_4_1_2_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2_2 ;
  x3do:DEF 'TransparentBoxForEasierUserSelection' .
:Box_2_4_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :TransparentBoxForEasierUserSelection ;
  x3do:size ( 6 2 0.02 ) .
:Appearance_2_4_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :TransparentBoxForEasierUserSelection ;
  x3do:hasMaterial :Material_2_4_1_2_2_1 .
:Material_2_4_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2_2 ;
  x3do:transparency 1 .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Anchor_2_5_1 ;
  x3do:translation ( 0 -0.25 0 ) .
:Anchor_2_5_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasChildren :AnchorMessage2, :TransparentBoxForEasierUserSelection-USE-1 ;
  x3do:description 'Move view to diagonal Viewpoint' ;
  x3do:url '"#AngledView"' .
:AnchorMessage2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_5_1 ;
  x3do:hasGeometry :Text_2_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_1_2 ;
  x3do:DEF 'AnchorMessage2' .
:Text_2_5_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :AnchorMessage2 ;
  x3do:hasFontStyle :LocalFontStyle-USE-1 ;
  x3do:string '"Click yellow text to move" "to a diagonal Viewpoint"' .
:LocalFontStyle-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_1_1 ;
  owl:sameAs :LocalFontStyle . # DEF matching this USE
:Appearance_2_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :AnchorMessage2 ;
  x3do:hasMaterial :Material_2_5_1_1_2_1 .
:Material_2_5_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_1_2 ;
  x3do:ambientIntensity 0.25641 ;
  x3do:diffuseColor ( 0.222308 0.15428 0 ) ;
  x3do:shininess 0.02 ;
  x3do:specularColor ( 0.678571 0.661796 0.528818 ) .
:TransparentBoxForEasierUserSelection-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_5_1 ;
  owl:sameAs :TransparentBoxForEasierUserSelection . # DEF matching this USE
:Transform_2_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Anchor_2_6_1 ;
  x3do:translation ( 0 -2 0 ) .
:Anchor_2_6_1 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_6 ;
  x3do:hasChildren :AnchorMessage3, :TransparentBoxForEasierUserSelection-USE-2 ;
  x3do:url '"../Chapter03Grouping/CoordinateAxes.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.x3d" "../Chapter03Grouping/CoordinateAxes.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter03Grouping/CoordinateAxes.wrl"' .
:AnchorMessage3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_6_1 ;
  x3do:hasGeometry :Text_2_6_1_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_1_2 ;
  x3do:DEF 'AnchorMessage3' .
:Text_2_6_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :AnchorMessage3 ;
  x3do:hasFontStyle :LocalFontStyle-USE-2 ;
  x3do:string '"Click green text to load X3D" "CoordinateAxes.x3d scene"' .
:LocalFontStyle-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_1_1 ;
  owl:sameAs :LocalFontStyle . # DEF matching this USE
:Appearance_2_6_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :AnchorMessage3 ;
  x3do:hasMaterial :Material_2_6_1_1_2_1 .
:Material_2_6_1_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_1_2 ;
  x3do:ambientIntensity 0.25 ;
  x3do:diffuseColor ( 0.315389 0.544 0.258052 ) ;
  x3do:shininess 0.5 ;
  x3do:specularColor ( 0.456 0.456 0.456 ) .
:TransparentBoxForEasierUserSelection-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_6_1 ;
  owl:sameAs :TransparentBoxForEasierUserSelection . # DEF matching this USE
