@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/TestMetadataNodes.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 'Interchange' ;
  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 'TestMetadataNodes.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Test parentage and type checking of MetadataNodes using X3D4 defaults.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '12 March 2005' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '18 May 2024' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/core.html#NodeReference' ;
  x3do:name 'reference' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/X3dTooltips.html#MetadataDouble' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'metadata nodes test' ;
  x3do:name 'subject' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'MetadataString node within NavigationInfo is legal X3D but will cause error when translating to VRML97 due to (previously) disallowed parent node.' ;
  x3do:name 'warning' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/TestMetadataNodes.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 "TestMetadataNodes.x3d" .
:meta dcterms:description "Test parentage and type checking of MetadataNodes using X3D4 defaults." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "12 March 2005" .
:meta dcterms:modified "18 May 2024" .
:meta dcterms:reference "https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/core.html#NodeReference" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/X3dTooltips.html#MetadataDouble" .
:meta dcterms:subject "metadata nodes test" .
:meta dcterms:warning "MetadataString node within NavigationInfo is legal X3D but will cause error when translating to VRML97 due to (previously) disallowed parent node." .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/TestMetadataNodes.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, :Background_2_2, :Anchor_2_3, :Group_2_4, :NavigationInfo_2_5 ;
  x3do:hasMetadata :M0-USE-1, :M1-USE-1, :M2-USE-1, :M3-USE-1, :M4-USE-1, :M5-USE-1, :M6-USE-1 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TestMetadataNodes.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.5 0.5 1 ) .
:Anchor_2_3 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_3_1 ;
  x3do:description 'Click to see documentation example' ;
  x3do:url '"TestMetadataNodesIndex.html" "https://www.web3d.org/x3d/content/examples/Basic/development/TestMetadataNodesIndex.html"' .
:Shape_2_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_3 ;
  x3do:hasAppearance :Appearance_2_3_1_1 ;
  x3do:hasGeometry :Text_2_3_1_2 .
:Appearance_2_3_1_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasMaterial :Material_2_3_1_1_1 .
:Material_2_3_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_3_1_1 ;
  x3do:diffuseColor ( 0.8 0.9 0.9 ) .
:Text_2_3_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_3_1 ;
  x3do:hasFontStyle :TextFont ;
  x3do:length ( 0 ) ;
  x3do:string '"TestMetadataNodes.x3d" "shows X3D4 Metadata nodes"' .
:TextFont a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_3_1_2 ;
  x3do:DEF 'TextFont' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:Group_2_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :M0 .
:M0 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :Group_2_4 ;
  x3do:hasValue :M1, :M2, :M3, :M4, :M5, :M6 ;
  x3do:DEF 'M0' ;
  x3do:name 'TestSet' .
:M1 a owl:NamedIndividual, x3do:MetadataBoolean ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M1' ;
  x3do:value ( true false true ) .
:M2 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M2' ;
  x3do:value '"internal" "metadata"' .
:M3 a owl:NamedIndividual, x3do:MetadataDouble ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M3' ;
  x3do:value ( 1.0 ) .
:M4 a owl:NamedIndividual, x3do:MetadataFloat ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M4' ;
  x3do:value ( 1.0 ) .
:M5 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M5' ;
  x3do:value ( 1 ) .
:M6 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :M0 ;
  x3do:DEF 'M6' .
:NavigationInfo_2_5 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataString_2_5_1 .
:MetadataString_2_5_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :NavigationInfo_2_5 ;
  x3do:name 'Test illegal parent under VRML97' .
:M0-USE-1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :Scene ;
  owl:sameAs :M0 . # DEF matching this USE
:M1-USE-1 a owl:NamedIndividual, x3do:MetadataBoolean ;
  x3do:hasParent :Scene ;
  owl:sameAs :M1 . # DEF matching this USE
:M2-USE-1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :Scene ;
  owl:sameAs :M2 . # DEF matching this USE
:M3-USE-1 a owl:NamedIndividual, x3do:MetadataDouble ;
  x3do:hasParent :Scene ;
  owl:sameAs :M3 . # DEF matching this USE
:M4-USE-1 a owl:NamedIndividual, x3do:MetadataFloat ;
  x3do:hasParent :Scene ;
  owl:sameAs :M4 . # DEF matching this USE
:M5-USE-1 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :Scene ;
  owl:sameAs :M5 . # DEF matching this USE
:M6-USE-1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :Scene ;
  owl:sameAs :M6 . # DEF matching this USE
