@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/MetadataExamples.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 'MetadataExamples.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Examples showing use of new X3D Metadata nodes in Core component (MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString). Also provided: external prototype definitions for backwards compatibility with VRML 97.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Metadata nodes may be repositioned by a few lines if VRML97 parent node does not support the children field.' ;
  x3do:name 'hint' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '17 November 2003' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 January 2020' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'The external prototype declarations in this file are only intended for use with browsers that do not already support the Metadata nodes.' ;
  x3do:name 'warning' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MetadataPrototypes.x3d' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Metadata nodes, X3D Core component (MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString)' ;
  x3do:name 'subject' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#Metadata' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#X3DMetadataObject' ;
  x3do:name 'reference' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#Nodereference' ;
  x3do:name 'reference' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/MetadataExamples.x3d' ;
  x3do:name 'identifier' .
:meta_1_14 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_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "MetadataExamples.x3d" .
:meta dcterms:description "Examples showing use of new X3D Metadata nodes in Core component (MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString). Also provided: external prototype definitions for backwards compatibility with VRML 97." .
:meta dcterms:hint "Metadata nodes may be repositioned by a few lines if VRML97 parent node does not support the children field." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "17 November 2003" .
:meta dcterms:modified "20 January 2020" .
:meta dcterms:warning "The external prototype declarations in this file are only intended for use with browsers that do not already support the Metadata nodes." .
:meta dcterms:reference "MetadataPrototypes.x3d" .
:meta dcterms:subject "Metadata nodes, X3D Core component (MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString)" .
:meta dcterms:reference "https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#Metadata" .
:meta dcterms:reference "https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#X3DMetadataObject" .
:meta dcterms:reference "https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#Nodereference" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataExamples.x3d" .
: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:hasExternProtoDeclare :ExternProtoDeclare_2_1, :ExternProtoDeclare_2_2, :ExternProtoDeclare_2_3, :ExternProtoDeclare_2_4, :ExternProtoDeclare_2_5, :ExternProtoDeclare_2_6 ;
  x3do:hasChildren :Group_2_7, :LinkToExamples .
:ExternProtoDeclare_2_1 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_1_1, :field_2_1_2, :field_2_1_3, :field_2_1_4 ;
  x3do:appinfo 'MetadataBoolean contains a list of booleans in the value field.' ;
  x3do:name 'MetadataBoolean' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataBoolean" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataBoolean" "MetadataPrototypes.wrl#MetadataBoolean" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataBoolean"' .
:field_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default value' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default value' ;
  x3do:name 'value' ;
  x3do:type 'MFBool' .
:field_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'default value' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:appinfo 'Metadata node only' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_2 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_2_1, :field_2_2_2, :field_2_2_3, :field_2_2_4 ;
  x3do:appinfo 'MetadataDouble contains a list of double-precision floating-point numbers in the value field.' ;
  x3do:name 'MetadataDouble' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataDouble" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataDouble" "MetadataPrototypes.wrl#MetadataDouble" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataDouble"' .
:field_2_2_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_2_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'value' ;
  x3do:type 'MFDouble' .
:field_2_2_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_2_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_2 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_3 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_3_1, :field_2_3_2, :field_2_3_3, :field_2_3_4 ;
  x3do:appinfo 'MetadataFloat contains a list of floating-point numbers in the value field.' ;
  x3do:name 'MetadataFloat' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataFloat" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataFloat" "MetadataPrototypes.wrl#MetadataFloat" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataFloat"' .
:field_2_3_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_3_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'value' ;
  x3do:type 'MFFloat' .
:field_2_3_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_3_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_3 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_4 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_4_1, :field_2_4_2, :field_2_4_3, :field_2_4_4, :field_2_4_5 ;
  x3do:appinfo 'MetadataInteger contains a list of 32-bit integer numbers in the value field.' ;
  x3do:name 'MetadataInteger' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataInteger" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataInteger" "MetadataPrototypes.wrl#MetadataInteger" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataInteger"' .
:field_2_4_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_4_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'initializeOnly' ;
  x3do:name 'value' ;
  x3do:type 'MFInt32' .
:field_2_4_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOnly' ;
  x3do:name 'set_value' ;
  x3do:type 'MFInt32' .
:field_2_4_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_4_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_4 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_5 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_5_1, :field_2_5_2, :field_2_5_3, :field_2_5_4 ;
  x3do:appinfo 'MetadataSet contains a list of nodes in the value field.' ;
  x3do:name 'MetadataSet' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataSet" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataSet" "MetadataPrototypes.wrl#MetadataSet" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataSet"' .
:field_2_5_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_5_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'value' ;
  x3do:type 'MFNode' .
:field_2_5_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_5_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_5 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:ExternProtoDeclare_2_6 a owl:NamedIndividual, x3do:ExternProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasField :field_2_6_1, :field_2_6_2, :field_2_6_3, :field_2_6_4 ;
  x3do:appinfo 'MetadataString contains a set of strings in the value field.' ;
  x3do:name 'MetadataString' ;
  x3do:url '"MetadataPrototypes.x3d#MetadataString" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.x3d#MetadataString" "MetadataPrototypes.wrl#MetadataString" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataPrototypes.wrl#MetadataString"' .
:field_2_6_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'name' ;
  x3do:type 'SFString' .
:field_2_6_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'value' ;
  x3do:type 'MFString' .
:field_2_6_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'reference' ;
  x3do:type 'SFString' .
:field_2_6_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ExternProtoDeclare_2_6 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'metadata' ;
  x3do:type 'SFNode' .
:Group_2_7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataBooleanInstance ;
  x3do:hasChildren :Transform_2_7_2, :Transform_2_7_3, :Transform_2_7_4, :Transform_2_7_5, :Transform_2_7_6, :Group_2_7_7 .
:MetadataBooleanInstance a owl:NamedIndividual, x3do:MetadataBoolean ;
  x3do:hasParent :Group_2_7 ;
  x3do:DEF 'MetadataBooleanInstance' ;
  x3do:name 'sample boolean data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataBoolean' ;
  x3do:value ( true false true ) .
:Transform_2_7_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasMetadata :MetadataDoubleInstance .
:MetadataDoubleInstance a owl:NamedIndividual, x3do:MetadataDouble ;
  x3do:hasParent :Transform_2_7_2 ;
  x3do:DEF 'MetadataDoubleInstance' ;
  x3do:name 'sample double data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataDouble' ;
  x3do:value ( 1.0 2.0 3.0 ) .
:Transform_2_7_3 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasMetadata :MetadataFloat_2_7_3_1 .
:MetadataFloat_2_7_3_1 a owl:NamedIndividual, x3do:MetadataFloat ;
  x3do:hasParent :Transform_2_7_3 ;
  x3do:hasMetadata :MetadataDoubleInstance-USE-1 ;
  x3do:name 'sample float data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataFloat' ;
  x3do:value ( 1.0 2.0 3.0 ) .
:MetadataDoubleInstance-USE-1 a owl:NamedIndividual, x3do:MetadataDouble ;
  x3do:hasParent :MetadataFloat_2_7_3_1 ;
  owl:sameAs :MetadataDoubleInstance . # DEF matching this USE
:Transform_2_7_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasMetadata :MetadataInteger_2_7_4_1 .
:MetadataInteger_2_7_4_1 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :Transform_2_7_4 ;
  x3do:name 'sample integer data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataInteger' ;
  x3do:value ( 1 2 3 ) .
:Transform_2_7_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasMetadata :MetadataSet_2_7_5_1 .
:MetadataSet_2_7_5_1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :Transform_2_7_5 ;
  x3do:hasMetadata :MetadataString_2_7_5_1_1 ;
  x3do:hasValue :MetadataBoolean_2_7_5_1_2, :MetadataDouble_2_7_5_1_3, :MetadataFloat_2_7_5_1_4, :MetadataInteger_2_7_5_1_5, :MetadataString_2_7_5_1_6 ;
  x3do:name 'sample data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataSet' .
:MetadataString_2_7_5_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'containerFieldDefaultTest' ;
  x3do:value '"This initial node is containerField=metadata on the MetadataSet, not part of the containerField=value set"' .
:MetadataBoolean_2_7_5_1_2 a owl:NamedIndividual, x3do:MetadataBoolean ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'MetadataSetValue1' ;
  x3do:value ( true false true ) .
:MetadataDouble_2_7_5_1_3 a owl:NamedIndividual, x3do:MetadataDouble ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'MetadataSetValue2' ;
  x3do:value ( 0 1 2 ) .
:MetadataFloat_2_7_5_1_4 a owl:NamedIndividual, x3do:MetadataFloat ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'MetadataSetValue3' ;
  x3do:value ( 3 4 5 ) .
:MetadataInteger_2_7_5_1_5 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'MetadataSetValue4' ;
  x3do:value ( 6 7 8 ) .
:MetadataString_2_7_5_1_6 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_7_5_1 ;
  x3do:name 'MetadataSetValue5' ;
  x3do:value '"string1" "string2"' .
:Transform_2_7_6 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasMetadata :MetadataString_2_7_6_1 .
:MetadataString_2_7_6_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :Transform_2_7_6 ;
  x3do:name 'sample string data' ;
  x3do:reference 'https://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#MetadataString' ;
  x3do:value '"one two three" "four five six"' .
:Group_2_7_7 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Group_2_7 ;
  x3do:hasChildren :TestMetadataChild .
:TestMetadataChild a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Group_2_7_7 ;
  x3do:hasMetadata :MetadataString_2_7_7_1_1 ;
  x3do:DEF 'TestMetadataChild' .
:MetadataString_2_7_7_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :TestMetadataChild ;
  x3do:name 'Backwards compatibility note' ;
  x3do:value '"Metadata nodes are converted into comments when children [ ] field is not available in parent node"' .
:LinkToExamples a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_8_1 ;
  x3do:DEF 'LinkToExamples' ;
  x3do:description 'link to examples' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"MetadataExamples.html" "https://www.web3d.org/x3d/content/examples/Basic/development/MetadataExamplesIndex.html"' .
:Shape_2_8_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :LinkToExamples ;
  x3do:hasAppearance :Appearance_2_8_1_1 ;
  x3do:hasGeometry :Text_2_8_1_2 .
:Appearance_2_8_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasMaterial :Material_2_8_1_1_1 .
:Material_2_8_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_8_1_1 ;
  x3do:diffuseColor ( 0.8 0.6 0.2 ) .
:Text_2_8_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_8_1 ;
  x3do:hasFontStyle :FontStyle_2_8_1_2_1 ;
  x3do:string '"MetadataExamples is a developmental file to define" "EXTERNPROTO signatures in VRML 97 syntax" "Example usage of Metadata nodes also included." "" "Click text to view source"' .
:FontStyle_2_8_1_2_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_8_1_2 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.5 .
