@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/AnchorExample.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 'AnchorExample.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Anchor example using the Kelp Forest world.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Leonard Daly, Don Brutzman and Marlon Heron' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '14 November 2005' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '27 July 2024' ;
  x3do:name 'modified' .
:meta_1_6 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_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'KelpForestLiveWebCam.jpg' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.montereybayaquarium.org/animals-and-experiences/live-web-cams/kelp-forest-cam' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.montereybayaquarium.org/animals-and-experiences/exhibits/kelp-forest' ;
  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/AnchorExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 4.0, 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 "AnchorExample.x3d" .
:meta dcterms:description "Anchor example using the Kelp Forest world." .
:meta dcterms:creator "Leonard Daly, Don Brutzman and Marlon Heron" .
:meta dcterms:created "14 November 2005" .
:meta dcterms:modified "27 July 2024" .
:meta dcterms:reference "Show Anchor link to Monterey Bay Aquarium web site for Kelp Forest exhibit" .
:meta dcterms:Image "KelpForestLiveWebCam.jpg" .
:meta dcterms:reference "http://www.montereybayaquarium.org/animals-and-experiences/live-web-cams/kelp-forest-cam" .
:meta dcterms:reference "http://www.montereybayaquarium.org/animals-and-experiences/exhibits/kelp-forest" .
: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/AnchorExample.x3d" .
:meta dcterms:generator "X3D-Edit 4.0, 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, :Inline_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'AnchorExample.x3d' .
:Transform_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Viewpoint_2_2_1, :Transform_2_2_2, :Transform_2_2_3 ;
  x3do:translation ( 0 8 30 ) .
:Viewpoint_2_2_1 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Transform_2_2 ;
  x3do:description 'view Anchor text' ;
  x3do:position ( 0 -1 12 ) .
:Transform_2_2_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :AnchorExample ;
  x3do:translation ( -2.25 0 0 ) .
:AnchorExample a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_2_2 ;
  x3do:hasChildren :Shape_2_2_2_1_1, :Shape_2_2_2_1_2 ;
  x3do:DEF 'AnchorExample' ;
  x3do:description 'Aquarium Exhibit Web Site' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"http://www.montereybayaquarium.org/animals-and-experiences/exhibits/kelp-forest"' .
:Shape_2_2_2_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AnchorExample ;
  x3do:hasGeometry :Text_2_2_2_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_1_2 .
:Text_2_2_2_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_2_2_1_1 ;
  x3do:hasFontStyle :FontStyle_2_2_2_1_1_1_1 ;
  x3do:string '"Click orange text for" "Monterey Bay Aquarium" "kelp forest web site"' .
:FontStyle_2_2_2_1_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_2_2_1_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.6 .
:Appearance_2_2_2_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_1 ;
  x3do:hasMaterial :Autumn11 .
:Autumn11 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_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 ) .
:Shape_2_2_2_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :AnchorExample ;
  x3do:hasGeometry :Box_2_2_2_1_2_1 ;
  x3do:hasAppearance :Appearance_2_2_2_1_2_2 .
:Box_2_2_2_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_2_1_2 ;
  x3do:size ( 6 2 0.02 ) .
:Appearance_2_2_2_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_2_1_2 ;
  x3do:hasMaterial :Material_2_2_2_1_2_2_1 .
:Material_2_2_2_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_2_2_1_2_2 ;
  x3do:transparency 1 .
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Transform_2_2 ;
  x3do:hasChildren :WebCamAnchor ;
  x3do:translation ( 3.25 0 0 ) .
:WebCamAnchor a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Transform_2_2_3 ;
  x3do:hasChildren :Transform_2_2_3_1_1 ;
  x3do:DEF 'WebCamAnchor' ;
  x3do:description 'Click to see Kelp Forest Live Web Cam' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"http://www.montereybayaquarium.org/animals-and-experiences/live-web-cams/kelp-forest-cam"' .
:Transform_2_2_3_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :WebCamAnchor ;
  x3do:hasChildren :Shape_2_2_3_1_1_1 ;
  x3do:scale ( 0.938 0.729 1 ) .
:Shape_2_2_3_1_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_3_1_1 ;
  x3do:hasGeometry :IndexedFaceSet_2_2_3_1_1_1_1 ;
  x3do:hasAppearance :Appearance_2_2_3_1_1_1_2 .
:IndexedFaceSet_2_2_3_1_1_1_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_2_3_1_1_1 ;
  x3do:hasCoord :Coordinate_2_2_3_1_1_1_1_1 ;
  x3do:coordIndex ( 0 1 2 3 0 -1 ) ;
  x3do:solid false .
:Coordinate_2_2_3_1_1_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_2_3_1_1_1_1 ;
  x3do:point ( 1 1 0 1 -1 0 -1 -1 0 -1 1 0 ) .
:Appearance_2_2_3_1_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_2_3_1_1_1 ;
  x3do:hasTexture :ImageTexture_2_2_3_1_1_1_2_1 .
:ImageTexture_2_2_3_1_1_1_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_2_3_1_1_1_2 ;
  x3do:url '"KelpForestLiveWebCam.jpg" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter04ViewingNavigation/KelpForestLiveWebCam.jpg"' .
:Inline_2_3 a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :Scene ;
  x3do:url '"../KelpForestExhibit/KelpForestMain.x3d" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.x3d" "../KelpForestExhibit/KelpForestMain.wrl" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/KelpForestExhibit/KelpForestMain.wrl"' .
