@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/BasicSkull.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 1 ;
  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 'BasicSkull.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 skull, rendered with default (opacity map) render style' ;
  x3do:name 'description' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '24 March 2011' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '29 March 2020' ;
  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 'BasicSkull.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/skull.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 'https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/BasicSkull.x3d' ;
  x3do:name 'identifier' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Volume Data obtained from http://www.volvis.org' ;
  x3do:name 'reference' .
:meta_1_17 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_18 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_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "BasicSkull.x3d" .
:meta dcterms:description "Volume rendering of a CT scan of a skull, rendered with default (opacity map) render style" .
:meta dcterms:created "24 March 2011" .
:meta dcterms:modified "29 March 2020" .
:meta dcterms:creator "Andrew Wood, Nicholas Polys: Virginia Tech" .
:meta dcterms:reference "BasicSkull.x3d" .
:meta dcterms:reference "README.txt" .
:meta dcterms:reference "Get prerequisite dataset, http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/skull.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:identifier "https://www.web3d.org/x3d/content/examples/Basic/VolumeRendering/BasicSkull.x3d" .
:meta dcterms:reference "Volume Data obtained from http://www.volvis.org" .
: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: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 'BasicSkull.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 'Basic Skull' ;
  x3do:orientation ( -0.675123 0.549845 0.491812 4.56937 ) ;
  x3do:position ( -0.294435 -0.11334 0.0508642 ) .
:BG a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Group_2_2 ;
  x3do:DEF 'BG' .
: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:hasVoxels :ImageTexture3D_2_2_3_1_1 ;
  x3do:dimensions ( 1.28 1.28 1.28 ) .
:ImageTexture3D_2_2_3_1_1 a owl:NamedIndividual, x3do:ImageTexture3D ;
  x3do:hasParent :VolumeData_2_2_3_1 ;
  x3do:url '"datasets/nrrd/skull.nrrd" "http://snoid.sv.vt.edu/medical/X3DVolumes/examples/datasets/nrrd/skull.nrrd" "https://www.web3d.org/x3d/content/examples/Savage/VolumeRendering/datasets/nrrd/skull.nrrd"' .
