@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AdditiveManufacturing/MetadataRootNodeTest.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MetadataRootNodeTest.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'The MetadataSet node is allowed as a root node in X3D4, following development and evaluation of examples considered in this demonstration scene. Original inquiry: is a Metadata node legal as the root node in a scene? X3D model metadata sets need to be portable since they might be saved and reused via multiple files.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman and X3D Working Group' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '8 December 2016' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '31 August 2024' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D 4.0 Architecture, ISO/IEC 19775-1:2023, clause 4 Concepts, 4.3.2 Root nodes' ;
  x3do:name 'specificationSection' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#Rootnodes' ;
  x3do:name 'specificationUrl' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://web3d.org/pipermail/x3d-public_web3d.org/2016-December/005680.html' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D Specification Mantis Issue (member access required) https://www.web3d.org/member-only/mantis/view.php?id=1092' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AdditiveManufacturing/MetadataRootNodeTest.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 "MetadataRootNodeTest.x3d" .
:meta dcterms:description "The MetadataSet node is allowed as a root node in X3D4, following development and evaluation of examples considered in this demonstration scene. Original inquiry: is a Metadata node legal as the root node in a scene? X3D model metadata sets need to be portable since they might be saved and reused via multiple files." .
:meta dcterms:creator "Don Brutzman and X3D Working Group" .
:meta dcterms:created "8 December 2016" .
:meta dcterms:modified "31 August 2024" .
:meta dcterms:reference "http://web3d.org/pipermail/x3d-public_web3d.org/2016-December/005680.html" .
:meta dcterms:reference "X3D Specification Mantis Issue (member access required) https://www.web3d.org/member-only/mantis/view.php?id=1092" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/AdditiveManufacturing/MetadataRootNodeTest.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:hasMetadata :MetadataHolderOption1 ;
  x3do:hasChildren :Background_2_2, :MetadataHolderOption2, :MetadataHolderOption3, :Anchor_2_5 .
:MetadataHolderOption1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :Scene ;
  x3do:DEF 'MetadataHolderOption1' ;
  x3do:name 'MetadataCollection1' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.498039 1 0.831373 ) .
:MetadataHolderOption2 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataSet_2_3_1 ;
  x3do:DEF 'MetadataHolderOption2' ;
  x3do:title 'Test scene for containing X3D Metadata* nodes, with no other content' .
:MetadataSet_2_3_1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :MetadataHolderOption2 ;
  x3do:name 'MetadataCollection2' .
:MetadataHolderOption3 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataSet_2_4_1 ;
  x3do:DEF 'MetadataHolderOption3' .
:MetadataSet_2_4_1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :MetadataHolderOption3 ;
  x3do:name 'MetadataCollection3' .
:Anchor_2_5 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Group_2_5_1 ;
  x3do:description 'Web3D Consortium members can select text to view Mantis issue 1092' ;
  x3do:parameter '"target=blank"' ;
  x3do:url '"https://www.web3d.org/member-only/mantis/view.php?id=1092"' .
:Group_2_5_1 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Anchor_2_5 ;
  x3do:hasChildren :Shape_2_5_1_1, :Shape_2_5_1_2 .
:Shape_2_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_5_1 ;
  x3do:hasGeometry :Text_2_5_1_1_1 ;
  x3do:hasAppearance :Appearance_2_5_1_1_2 .
:Text_2_5_1_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasFontStyle :FontStyle_2_5_1_1_1_1 ;
  x3do:string '"Metadata nodes" "tested as children" "of scene root" "(mantis issue 1092)"' .
:FontStyle_2_5_1_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_1_1 ;
  x3do:family '"SANS"' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:Appearance_2_5_1_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1 ;
  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:diffuseColor ( 0 0.501961 0.109804 ) .
:Shape_2_5_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_5_1 ;
  x3do:hasGeometry :Box_2_5_1_2_1 ;
  x3do:hasAppearance :Appearance_2_5_1_2_2 .
:Box_2_5_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:size ( 8 4 .001 ) .
:Appearance_2_5_1_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:hasMaterial :Material_2_5_1_2_2_1 .
:Material_2_5_1_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_2_2 ;
  x3do:transparency 1 .
