@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/InlineSoundSource.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 'Full' ;
  x3do:version '4.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-4.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_9, :meta_1_10, :meta_1_11, :meta_1_12 .
:meta_1_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'InlineSoundSource.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This demo is the same with the Single Audio Demo, with the difference that it uses the Inline grouping node. Namely, the scene is an X3D file and all nodes are loaded by Inline node via the "url" of X3D file.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This work presents an innovative solution of the spatial sound in X3DOM framework, that based on a combinational methodology. Specifically, we suggested the enrichment of X3DOM with spatial sound features, using both the X3D sound nodes and the structure of Web Audio API.' ;
  x3do:name 'info' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Efi Lakka, Athanasios Malamos, Dick Puk, Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 October 2020' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '22 August 2025' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'CHANGELOG.txt' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'credit for audio files' ;
  x3do:name 'TODO' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://medialab.hmu.gr/minipages/x3domAudio' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/InlineSoundSource.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "InlineSoundSource.x3d" .
:meta dcterms:description "This demo is the same with the Single Audio Demo, with the difference that it uses the Inline grouping node. Namely, the scene is an X3D file and all nodes are loaded by Inline node via the \"url\" of X3D file." .
:meta dcterms:info "This work presents an innovative solution of the spatial sound in X3DOM framework, that based on a combinational methodology. Specifically, we suggested the enrichment of X3DOM with spatial sound features, using both the X3D sound nodes and the structure of Web Audio API." .
:meta dcterms:creator "Efi Lakka, Athanasios Malamos, Dick Puk, Don Brutzman" .
:meta dcterms:created "28 October 2020" .
:meta dcterms:modified "22 August 2025" .
:meta dcterms:reference "CHANGELOG.txt" .
:meta dcterms:reference "https://medialab.hmu.gr/minipages/x3domAudio" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/InlineSoundSource.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, :NAV, :Background_2_3, :Camera001, :Floor, :InlineScene .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'InlineSoundSource.x3d' .
:NAV a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:DEF 'NAV' .
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:backUrl '"images/generic/BK1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/BK1.png"' ;
  x3do:bottomUrl '"images/generic/DN1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/DN1.png"' ;
  x3do:frontUrl '"images/generic/FR1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/FR1.png"' ;
  x3do:leftUrl '"images/generic/LF1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/LF1.png"' ;
  x3do:rightUrl '"images/generic/RT1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/RT1.png"' ;
  x3do:topUrl '"images/generic/UP1.png" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/images/generic/UP1.png"' .
:Camera001 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:DEF 'Camera001' ;
  x3do:description 'Camera 001' ;
  x3do:farDistance 0 ;
  x3do:nearDistance 1.000000 ;
  x3do:orientation ( 1.000000 0.000000 -0.000000 -0.523599 ) ;
  x3do:position ( 0.000000 2000.000000 3500.000000 ) .
:Floor a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:DEF 'Floor' ;
  x3do:translation ( 1.241 0.000 0.358 ) .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Floor ;
  x3do:hasAppearance :WireColor ;
  x3do:hasGeometry :Box001-GEOMETRY .
:WireColor a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasMaterial :Material_2_5_1_1_1 ;
  x3do:DEF 'WireColor' .
:Material_2_5_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :WireColor ;
  x3do:diffuseColor ( 0.122 0.114 0.125 ) .
:Box001-GEOMETRY a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasCoord :Coordinate_2_5_1_2_1 ;
  x3do:hasNormal :Normal_2_5_1_2_2 ;
  x3do:DEF 'Box001-GEOMETRY' ;
  x3do:coordIndex ( 0 1 2 -1 3 4 5 -1 6 7 8 -1 9 10 11 -1 12 13 14 -1 15 16 17 -1 18 19 20 -1 21 22 23 -1 24 25 26 -1 27 28 29 -1 30 31 32 -1 33 34 35 -1 ) ;
  x3do:solid false .
:Coordinate_2_5_1_2_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :Box001-GEOMETRY ;
  x3do:point ( -1000.000000 0.000000 1000.000000 -1000.000000 0.000000 -1000.000000 1000.000000 0.000000 -1000.000000 1000.000000 0.000000 -1000.000000 1000.000000 0.000000 1000.000000 -1000.000000 0.000000 1000.000000 -1000.000000 8.031588 1000.000000 1000.000000 8.031588 1000.000000 1000.000000 8.031588 -1000.000000 1000.000000 8.031588 -1000.000000 -1000.000000 8.031588 -1000.000000 -1000.000000 8.031588 1000.000000 -1000.000000 0.000000 1000.000000 1000.000000 0.000000 1000.000000 1000.000000 8.031588 1000.000000 1000.000000 8.031588 1000.000000 -1000.000000 8.031588 1000.000000 -1000.000000 0.000000 1000.000000 1000.000000 0.000000 1000.000000 1000.000000 0.000000 -1000.000000 1000.000000 8.031588 -1000.000000 1000.000000 8.031588 -1000.000000 1000.000000 8.031588 1000.000000 1000.000000 0.000000 1000.000000 1000.000000 0.000000 -1000.000000 -1000.000000 0.000000 -1000.000000 -1000.000000 8.031588 -1000.000000 -1000.000000 8.031588 -1000.000000 1000.000000 8.031588 -1000.000000 1000.000000 0.000000 -1000.000000 -1000.000000 0.000000 -1000.000000 -1000.000000 0.000000 1000.000000 -1000.000000 8.031588 1000.000000 -1000.000000 8.031588 1000.000000 -1000.000000 8.031588 -1000.000000 -1000.000000 0.000000 -1000.000000 ) .
:Normal_2_5_1_2_2 a owl:NamedIndividual, x3do:Normal ;
  x3do:hasParent :Box001-GEOMETRY ;
  x3do:vector ( 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 1.000000 0.000000 0.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 -1.000000 0.000000 0.000000 ) .
:InlineScene a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :inline ;
  x3do:DEF 'InlineScene' .
:inline a owl:NamedIndividual, x3do:Inline ;
  x3do:hasParent :InlineScene ;
  x3do:DEF 'inline' ;
  x3do:url '"x3d/example1.x3d" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/x3d/example1.x3d" "x3d/example1.wrl" "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AudioSpatialSound/x3d/example1.wrl"' .
