@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/ShadedBrain.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:hasComponent :component_1_1, :component_1_2 ;
  x3do:hasMeta :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_16, :meta_1_17, :meta_1_18, :meta_1_19 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 3 ;
  x3do:name 'VolumeRendering' .
:component_1_2 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 2 ;
  x3do:name 'Texturing3D' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ShadedBrain.x3d' ;
  x3do:name 'title' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Volume rendering of a CT scan of a human brain, rendered with shaded render style' ;
  x3do:name 'description' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '23 July 2012' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '4 July 2026' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Andrew Wood, Nicholas Polys: Virginia Tech' ;
  x3do:name 'creator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'ShadedBrain.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'README.txt' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Get prerequisite dataset, http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/brain2.nrrd' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'All datasets, http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/datasets.zip' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'All datasets, https://savage.nps.edu/Savage/VolumeRendering/datasets/nrrd/datasets.zip' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Run the download target in the Ant build.xml file to install reference nrrd files locally.' ;
  x3do:name 'reference' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'build.xml' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Volume Data obtained from, !! 3D Visualizer !!' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Nrrd conversion utility located at http://teem.sourceforge.net/unrrdu' ;
  x3do:name 'generator' .
:meta_1_17 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_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/ShadedBrain.x3d' ;
  x3do:name 'identifier' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "ShadedBrain.x3d" .
:meta dcterms:description "Volume rendering of a CT scan of a human brain, rendered with shaded render style" .
:meta dcterms:created "23 July 2012" .
:meta dcterms:modified "4 July 2026" .
:meta dcterms:creator "Andrew Wood, Nicholas Polys: Virginia Tech" .
:meta dcterms:reference "ShadedBrain.x3d" .
:meta dcterms:reference "README.txt" .
:meta dcterms:reference "Get prerequisite dataset, http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/brain2.nrrd" .
:meta dcterms:reference "All datasets, http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/datasets.zip" .
:meta dcterms:reference "All datasets, https://savage.nps.edu/Savage/VolumeRendering/datasets/nrrd/datasets.zip" .
:meta dcterms:reference "Run the download target in the Ant build.xml file to install reference nrrd files locally." .
:meta dcterms:reference "build.xml" .
:meta dcterms:reference "Volume Data obtained from, !! 3D Visualizer !!" .
:meta dcterms:generator "Nrrd conversion utility located at http://teem.sourceforge.net/unrrdu" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/ShadedBrain.x3d" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Group_2_2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'ShadedBrain.x3d' .
:Group_2_2 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :VP, :BG, :Transform_2_2_3 .
:VP a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'VP' ;
  x3do:description 'Shaded Brain' ;
  x3do:orientation ( -0.0212122 0.99986 0.012461 3.23009 ) ;
  x3do:position ( -0.00920216 0.012033 -0.184913 ) .
:BG a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'BG' ;
  x3do:skyColor ( 1 1 1 ) .
:Transform_2_2_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_2 ;
  x3do:hasChildren :VolumeData_2_2_3_1 ;
  x3do:scale ( 0.117188 0.117188 0.117188 ) .
:VolumeData_2_2_3_1 a owl:NamedIndividual, x3do:VolumeData ;
  x3do:hasParent :Transform_2_2_3 ;
  x3do:hasRenderStyle :ShadedVolumeStyle_2_2_3_1_1 ;
  x3do:hasVoxels :ImageTexture3D_2_2_3_1_2 ;
  x3do:dimensions ( 1.28 1.28 1.0 ) .
:ShadedVolumeStyle_2_2_3_1_1 a owl:NamedIndividual, x3do:ShadedVolumeStyle ;
  x3do:hasParent :VolumeData_2_2_3_1 ;
  x3do:hasMaterial :Material_2_2_3_1_1_1 ;
  x3do:lighting true ;
  x3do:shadows true .
:Material_2_2_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :ShadedVolumeStyle_2_2_3_1_1 ;
  x3do:ambientIntensity 0.8 ;
  x3do:diffuseColor ( 0 .5 1 ) ;
  x3do:shininess 0.08 ;
  x3do:specularColor ( 1 1 1 ) .
:ImageTexture3D_2_2_3_1_2 a owl:NamedIndividual, x3do:ImageTexture3D ;
  x3do:hasParent :VolumeData_2_2_3_1 ;
  x3do:url '"datasets/nrrd/brain2.nrrd" "http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/brain2.nrrd" "https://www.web3d.org/x3d/content/examples/Savage/VolumeRendering/datasets/nrrd/brain.nrrd"' .
