@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/development/PhysicalUnitRepresentationPrototypes.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.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'PhysicalUnitRepresentationPrototypes.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Prototypes to demonstrate functionality for Real-Length Representation nodes.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'under development' ;
  x3do:name 'warning' .
: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 '22 July 2007' ;
  x3do:name 'created' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Myeon Won Lee and Sun-Young Cho, "Real Length Representation for Virtual Objects," point paper, University of Suwon, Korea, June 2007.' ;
  x3do:name 'reference' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D scaling and metadata convenience nodes' ;
  x3do:name 'subject' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/development/PhysicalUnitRepresentationPrototypes.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 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_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "PhysicalUnitRepresentationPrototypes.x3d" .
:meta dcterms:description "Prototypes to demonstrate functionality for Real-Length Representation nodes." .
:meta dcterms:warning "under development" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "22 July 2007" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "Myeon Won Lee and Sun-Young Cho, \"Real Length Representation for Virtual Objects,\" point paper, University of Suwon, Korea, June 2007." .
:meta dcterms:subject "X3D scaling and metadata convenience nodes" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/development/PhysicalUnitRepresentationPrototypes.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, :MyZeptoScale, :ProtoInstance_2_4, :Background_2_5 ;
  x3do:hasProtoDeclare :ProtoDeclare_2_3 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'PhysicalUnitRepresentationPrototypes.x3d' .
:MyZeptoScale a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Transform_2_2_1 ;
  x3do:DEF 'MyZeptoScale' ;
  x3do:scale ( 1.0E-10 1.0E-10 1.0E-10 ) .
:Transform_2_2_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :MyZeptoScale ;
  x3do:hasMetadata :MetadataString_2_2_1_1 ;
  x3do:hasChildren :Shape_2_2_1_2 ;
  x3do:scale ( 1.0E-11 1.0E-11 1.0E-11 ) .
:MetadataString_2_2_1_1 a owl:NamedIndividual, x3do:MetadataString ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:name 'lengthUnit' ;
  x3do:value '"ZEPTO meters"' .
:Shape_2_2_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_2_1 ;
  x3do:hasGeometry :Box_2_2_1_2_1 .
:Box_2_2_1_2_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :Shape_2_2_1_2 .
:ProtoDeclare_2_3 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_3_1 ;
  x3do:hasProtoBody :ProtoBody_2_3_2 ;
  x3do:appinfo 'ZeptoScale applies a uniform scale factor of 10^-21 to all children' ;
  x3do:name 'ZeptoScale' .
:ProtoInterface_2_3_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasField :field_2_3_1_1 .
:field_2_3_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_3_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'children' ;
  x3do:type 'MFNode' .
:ProtoBody_2_3_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_3 ;
  x3do:hasChildren :ZeptoScale .
:ZeptoScale a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_3_2 ;
  x3do:hasChildren :Transform_2_3_2_1_1 ;
  x3do:DEF 'ZeptoScale' ;
  x3do:scale ( 1.0E-10 1.0E-10 1.0E-10 ) .
:Transform_2_3_2_1_1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ZeptoScale ;
  x3do:hasIS :IS_2_3_2_1_1_1 ;
  x3do:scale ( 1.0E-11 1.0E-11 1.0E-11 ) .
:IS_2_3_2_1_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :Transform_2_3_2_1_1 ;
  x3do:hasConnect :connect_2_3_2_1_1_1_1 .
:connect_2_3_2_1_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_3_2_1_1_1 ;
  x3do:nodeField 'children' ;
  x3do:protoField 'children' .
:ProtoInstance_2_4 a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_4_1 ;
  x3do:name 'ZeptoScale' .
:fieldValue_2_4_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :ProtoInstance_2_4 ;
  x3do:hasChildren :Shape_2_4_1_1 ;
  x3do:name 'children' .
:Shape_2_4_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :fieldValue_2_4_1 ;
  x3do:hasGeometry :Sphere_2_4_1_1_1 .
:Sphere_2_4_1_1_1 a owl:NamedIndividual, x3do:Sphere ;
  x3do:hasParent :Shape_2_4_1_1 .
:Background_2_5 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0.25 0.25 0.25 ) ;
  x3do:skyColor ( 0.25 0.25 0.25 ) .
