@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Security/PlainTextHiddenMessage.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 'PlainTextHiddenMessage.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This example illustrates possibility of message obfuscation by using polygonal and line-based geometry instead of native Text-node strings. Note that Text-node geometries become polygonal once rendered and might also be saved in geometric form.' ;
  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 '16 April 2011' ;
  x3do:name 'created' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'PlainTextHiddenMessageFigure.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'PlainTextHiddenMessage.png' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html#Security' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D IndexedLineSet Text messages' ;
  x3do:name 'subject' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Security/PlainTextHiddenMessage.x3d' ;
  x3do:name 'identifier' .
:meta_1_11 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_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "PlainTextHiddenMessage.x3d" .
:meta dcterms:description "This example illustrates possibility of message obfuscation by using polygonal and line-based geometry instead of native Text-node strings. Note that Text-node geometries become polygonal once rendered and might also be saved in geometric form." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "16 April 2011" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "PlainTextHiddenMessageFigure.png" .
:meta dcterms:Image "PlainTextHiddenMessage.png" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html#Security" .
:meta dcterms:subject "X3D IndexedLineSet Text messages" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Security/PlainTextHiddenMessage.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:hasChildren :WorldInfo_2_1, :Background_2_2, :Viewpoint_2_3, :Transform_2_4, :Transform_2_5 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'PlainTextHiddenMessage.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 1 0.780392 0 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Plain Text Hidden Message' .
:Transform_2_4 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1 ;
  x3do:translation ( 0 1 0 ) .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_4 ;
  x3do:hasGeometry :PlainText ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:PlainText a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1_1 ;
  x3do:DEF 'PlainText' ;
  x3do:string '"Plain text"' .
:FontStyle_2_4_1_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :PlainText ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 1.6 .
: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 ( 0.2 0.4 0.8 ) .
:Transform_2_5 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_5_1 ;
  x3do:scale ( 0.2 0.2 0.2 ) ;
  x3do:translation ( -3.9 -2 0 ) .
:Shape_2_5_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_5 ;
  x3do:hasGeometry :HiddenMessageLineSet ;
  x3do:hasAppearance :Appearance_2_5_1_2 .
:HiddenMessageLineSet a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasCoord :Coordinate_2_5_1_1_1 ;
  x3do:DEF 'HiddenMessageLineSet' ;
  x3do:coordIndex ( 0 2 1 4 3 5 -1 6 7 -1 8 9 10 11 12 13 8 -1 14 15 16 17 18 19 14 -1 25 20 21 24 21 22 23 -1 26 27 29 28 -1 30 31 32 33 34 -1 40 35 36 39 36 37 38 -1 41 48 47 46 42 43 44 45 -1 49 56 55 54 50 51 52 53 -1 57 58 62 61 60 59 58 62 63 -1 69 70 72 71 65 66 67 68 -1 76 75 74 77 74 73 78 -1 ) .
:Coordinate_2_5_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :HiddenMessageLineSet ;
  x3do:point ( 0 0 0 0 2 0 0 4 0 2 0 0 2 2 0 2 4 0 3 0 0 3 4 0 4 0 0 4 4 0 5 4 0 6 3 0 6 1 0 5 0 0 7 0 0 7 4 0 8 4 0 9 3 0 9 1 0 8 0 0 10 0 0 10 2 0 10 4 0 12 4 0 11 2 0 12 0 0 13 0 0 13 4 0 15 4 0 15 0 0 18 0 0 18 4 0 19 2 0 20 4 0 20 0 0 21 0 0 21 2 0 21 4 0 23 4 0 23 2 0 23 0 0 24 0 0 24 2 0 24 3.5 0 24.5 4 0 26 4 0 25 2 0 26 2 0 26 0 0 27 0 0 27 2 0 27 3.5 0 27.5 4 0 29 4 0 28 2 0 29 2 0 29 0 0 30 0 0 30 2 0 30 3 0 31 4 0 32 3 0 32 2 0 32 0 0 33 0 0 33 1 0 33 3 0 34 4 0 35 4 0 34 2 0 35 2 0 34 0 0 35 0 0 36 0 0 36 2 0 36 4 0 38 4 0 37 2 0 38 0 0 ) .
:Appearance_2_5_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1 ;
  x3do:hasMaterial :Material_2_5_1_2_1 .
:Material_2_5_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_1_2 ;
  x3do:emissiveColor ( 0.2 0.4 0.8 ) .
