@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D3.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 'WorldInfoExampleMetadataSetX3D3.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This X3D3 scene contains MetadataSet with a non-null metadata field and multiple value nodes. Also provides a test target for python x3d package development, can x3d.py package generate this valid X3D file?' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Metadata nodes at root level of scene are not allowed in VRML97 or X3D3, but are allowed in X3D4.' ;
  x3do:name 'info' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Metadata node as WorldInfo metadata field are not allowed in VRML97, but are allowed in X3D3 or X3D4.' ;
  x3do:name 'info' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'WorldInfoExampleMetadataSetX3D4.x3d' ;
  x3do:name 'reference' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Original name MetadataSetWithMetadata.x3d' ;
  x3do:name 'info' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vincent Marchetti' ;
  x3do:name 'creator' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '16 November 2021' ;
  x3do:name 'created' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '7 April 2024' ;
  x3do:name 'modified' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D encodings, ISO/IEC 19776-1, Part 1: XML encoding, Annex B.6.1 x3d-4.0.xsd' ;
  x3do:name 'specificationSection' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://web3d.org/specifications/X3Dv4Draft/ISO-IEC19776-1v4.0-WD1/Part01/Schema.html#Version4.0Schema' ;
  x3do:name 'specificationUrl' .
:meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D3.x3d' ;
  x3do:name 'identifier' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://creativecommons.org/licenses/by/4.0' ;
  x3do:name 'license' .
:meta dcterms:title "WorldInfoExampleMetadataSetX3D3.x3d" .
:meta dcterms:description "This X3D3 scene contains MetadataSet with a non-null metadata field and multiple value nodes. Also provides a test target for python x3d package development, can x3d.py package generate this valid X3D file?" .
:meta dcterms:info "Metadata nodes at root level of scene are not allowed in VRML97 or X3D3, but are allowed in X3D4." .
:meta dcterms:info "Metadata node as WorldInfo metadata field are not allowed in VRML97, but are allowed in X3D3 or X3D4." .
:meta dcterms:reference "WorldInfoExampleMetadataSetX3D4.x3d" .
:meta dcterms:info "Original name MetadataSetWithMetadata.x3d" .
:meta dcterms:creator "Vincent Marchetti" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "16 November 2021" .
:meta dcterms:modified "7 April 2024" .
:meta dcterms:generator "X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D3.x3d" .
:meta dcterms:license "https://creativecommons.org/licenses/by/4.0" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :WorldInfo_2_1, :Background_2_2, :Viewpoint_2_3, :Anchor_2_4 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:hasMetadata :MetadataSet_2_1_1 ;
  x3do:title 'WorldInfoExampleMetadataSetX3D3.x3d Example Scene' .
:MetadataSet_2_1_1 a owl:NamedIndividual, x3do:MetadataSet ;
  x3do:hasParent :WorldInfo_2_1 ;
  x3do:hasMetadata :MetadataString_2_1_1_1 ;
  x3do:hasValue :MetadataString_2_1_1_2, :MetadataInteger_2_1_1_3, :MetadataInteger_2_1_1_4, :MetadataInteger_2_1_1_5, :MetadataString_2_1_1_6 ;
  x3do:name 'birthday' ;
  x3do:reference 'https://www.archives.gov/legislative/features/washington' .
:MetadataString_2_1_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'calendar' ;
  x3do:reference 'this node describes nature of parent node, and is not intended as a data value' ;
  x3do:value '"Julian"' .
:MetadataString_2_1_1_2 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'name' ;
  x3do:value '"George" "Washington"' .
:MetadataInteger_2_1_1_3 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'day' ;
  x3do:value ( 11 ) .
:MetadataInteger_2_1_1_4 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'month' ;
  x3do:value ( 2 ) .
:MetadataInteger_2_1_1_5 a owl:NamedIndividual, x3do:MetadataInteger ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'year' ;
  x3do:value ( 1731 ) .
:MetadataString_2_1_1_6 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :MetadataSet_2_1_1 ;
  x3do:name 'birthplace' ;
  x3do:value '"Popes Creek" "Virginia"' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0 0.439216 0.760784 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'View scene source to see metadata examples' ;
  x3do:position ( 0 0 12 ) .
:Anchor_2_4 a owl:NamedIndividual, x3do:Anchor ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:description 'Load scene index page' ;
  x3do:parameter '"target=_blank"' ;
  x3do:url '"WorldInfoExampleMetadataSetX3D3.html" "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter15Metadata/WorldInfoExampleMetadataSetX3D3.html"' .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Anchor_2_4 ;
  x3do:hasGeometry :Text_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:Text_2_4_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1_1 ;
  x3do:string '"View scene source" "to see" "WorldInfoExampleMetadataSetX3D3"' .
:FontStyle_2_4_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_4_1_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.9 ;
  x3do:spacing 1.5 .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_2_1 .
:Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:diffuseColor ( 1 0.39216 0.992157 ) .
