@prefix :        <https://www.web3d.org/x3d/content/examples/development/SpinGroupInternalSubsetDeclaration.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 'SpinGroupInternalSubsetDeclaration.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '18 September 2000' ;
  x3do:name 'created' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SpinGroup PROTO example content to test DTD modularization and extensibility - view XML source to see DTD internal-subset declarations.' ;
  x3do:name 'description' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Test to demonstrate DOCTYPE extensibility, this X3D scene not valid and does not render.' ;
  x3do:name 'error' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'You must view full source of the DTD declarations (SpinGroupInternalSubsetDeclaration.x3d.txt) to fully understand validation techniques in this file.' ;
  x3do:name 'warning' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'SpinGroupInternalSubsetDeclaration.x3d.txt' ;
  x3do:name 'reference' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/development/SpinGroupInternalSubsetDeclaration.x3d' ;
  x3do:name 'identifier' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html' ;
  x3do:name 'generator' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "SpinGroupInternalSubsetDeclaration.x3d" .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "18 September 2000" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:description "SpinGroup PROTO example content to test DTD modularization and extensibility - view XML source to see DTD internal-subset declarations." .
:meta dcterms:error "Test to demonstrate DOCTYPE extensibility, this X3D scene not valid and does not render." .
:meta dcterms:warning "You must view full source of the DTD declarations (SpinGroupInternalSubsetDeclaration.x3d.txt) to fully understand validation techniques in this file." .
:meta dcterms:reference "SpinGroupInternalSubsetDeclaration.x3d.txt" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/development/SpinGroupInternalSubsetDeclaration.x3d" .
:meta dcterms:generator "X3D-Edit 3.1, https://www.web3d.org/x3d/content/README.X3D-Edit.html" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasProtoDeclare :ProtoDeclare_2_1, :ProtoDeclare_2_2 ;
  x3do:hasChildren :Viewpoint_2_3, :NavigationInfo_2_4, :instanceTwo, :instanceThree ;
  x3do:hasSpinGroupTag :instanceOne .
:ProtoDeclare_2_1 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_1_1 ;
  x3do:hasProtoBody :ProtoBody_2_1_2 ;
  x3do:name 'SpinGroupTag' .
:ProtoInterface_2_1_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_1 ;
  x3do:hasField :field_2_1_1_1, :field_2_1_1_2, :field_2_1_1_3, :field_2_1_1_4, :field_2_1_1_5 .
:field_2_1_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_1_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'translation' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_1_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_1_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'rotation' ;
  x3do:type 'SFRotation' ;
  x3do:value ( 0 0 1 0 ) .
:field_2_1_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_1_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'center' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_1_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_1_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'cycleInterval' ;
  x3do:type 'SFTime' ;
  x3do:value '1' .
:field_2_1_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_1_1 ;
  x3do:hasChildren :WorldInfo_2_1_1_5_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'children' ;
  x3do:type 'MFNode' .
:WorldInfo_2_1_1_5_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :field_2_1_1_5 ;
  x3do:info '"overridden at run time"' .
:ProtoBody_2_1_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_1 ;
  x3do:hasChildren :SpinGroupTransform-TagVersion .
:SpinGroupTransform-TagVersion a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_1_2 ;
  x3do:hasIS :IS_2_1_2_1_1 ;
  x3do:hasChildren :SpinGroupOrientationInterpolator-TagVersion, :SpinGroupTimeSensor-TagVersion ;
  x3do:hasROUTE :ROUTE_2_1_2_1_4, :ROUTE_2_1_2_1_5 ;
  x3do:DEF 'SpinGroupTransform-TagVersion' ;
  x3do:rotation ( 1 0 0 0 ) .
:IS_2_1_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SpinGroupTransform-TagVersion ;
  x3do:hasConnect :connect_2_1_2_1_1_1, :connect_2_1_2_1_1_2, :connect_2_1_2_1_1_3, :connect_2_1_2_1_1_4 .
:connect_2_1_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_1_2_1_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'translation' .
:connect_2_1_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_1_2_1_1 ;
  x3do:nodeField 'rotation' ;
  x3do:protoField 'rotation' .
:connect_2_1_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_1_2_1_1 ;
  x3do:nodeField 'center' ;
  x3do:protoField 'center' .
:connect_2_1_2_1_1_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_1_2_1_1 ;
  x3do:nodeField 'children' ;
  x3do:protoField 'children' .
:SpinGroupOrientationInterpolator-TagVersion a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :SpinGroupTransform-TagVersion ;
  x3do:DEF 'SpinGroupOrientationInterpolator-TagVersion' ;
  x3do:key ( 0.0 0.50 1.0 ) ;
  x3do:keyValue ( 0 1 0 0.0 0 1 0 -3.14159 0 1 0 -6.28318 ) .
:SpinGroupTimeSensor-TagVersion a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :SpinGroupTransform-TagVersion ;
  x3do:hasIS :IS_2_1_2_1_3_1 ;
  x3do:DEF 'SpinGroupTimeSensor-TagVersion' ;
  x3do:loop true .
:IS_2_1_2_1_3_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SpinGroupTimeSensor-TagVersion ;
  x3do:hasConnect :connect_2_1_2_1_3_1_1 .
:connect_2_1_2_1_3_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_1_2_1_3_1 ;
  x3do:nodeField 'cycleInterval' ;
  x3do:protoField 'cycleInterval' .
:ROUTE_2_1_2_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :SpinGroupTransform-TagVersion ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SpinGroupTimeSensor-TagVersion' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'SpinGroupOrientationInterpolator-TagVersion' .
:ROUTE_2_1_2_1_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :SpinGroupTransform-TagVersion ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'SpinGroupOrientationInterpolator-TagVersion' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'SpinGroupTransform-TagVersion' .
:ProtoDeclare_2_2 a owl:NamedIndividual, x3do:ProtoDeclare ;
  x3do:hasParent :Scene ;
  x3do:hasProtoInterface :ProtoInterface_2_2_1 ;
  x3do:hasProtoBody :ProtoBody_2_2_2 ;
  x3do:name 'SpinGroup' .
:ProtoInterface_2_2_1 a owl:NamedIndividual, x3do:ProtoInterface ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasField :field_2_2_1_1, :field_2_2_1_2, :field_2_2_1_3, :field_2_2_1_4, :field_2_2_1_5 .
:field_2_2_1_1 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'translation' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_2_1_2 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'rotation' ;
  x3do:type 'SFRotation' ;
  x3do:value ( 0 0 1 0 ) .
:field_2_2_1_3 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'center' ;
  x3do:type 'SFVec3f' ;
  x3do:value ( 0 0 0 ) .
:field_2_2_1_4 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'cycleInterval' ;
  x3do:type 'SFTime' ;
  x3do:value '1' .
:field_2_2_1_5 a owl:NamedIndividual, x3do:field ;
  x3do:hasParent :ProtoInterface_2_2_1 ;
  x3do:hasChildren :WorldInfo_2_2_1_5_1 ;
  x3do:accessType 'inputOutput' ;
  x3do:name 'children' ;
  x3do:type 'MFNode' .
:WorldInfo_2_2_1_5_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :field_2_2_1_5 ;
  x3do:info '"overridden at run time"' .
:ProtoBody_2_2_2 a owl:NamedIndividual, x3do:ProtoBody ;
  x3do:hasParent :ProtoDeclare_2_2 ;
  x3do:hasChildren :SpinGroupTransform .
:SpinGroupTransform a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :ProtoBody_2_2_2 ;
  x3do:hasIS :IS_2_2_2_1_1 ;
  x3do:hasChildren :SpinGroupOrientationInterpolator, :SpinGroupTimeSensor ;
  x3do:hasROUTE :ROUTE_2_2_2_1_4, :ROUTE_2_2_2_1_5 ;
  x3do:DEF 'SpinGroupTransform' .
:IS_2_2_2_1_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SpinGroupTransform ;
  x3do:hasConnect :connect_2_2_2_1_1_1, :connect_2_2_2_1_1_2, :connect_2_2_2_1_1_3, :connect_2_2_2_1_1_4 .
:connect_2_2_2_1_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'translation' ;
  x3do:protoField 'translation' .
:connect_2_2_2_1_1_2 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'rotation' ;
  x3do:protoField 'rotation' .
:connect_2_2_2_1_1_3 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'center' ;
  x3do:protoField 'center' .
:connect_2_2_2_1_1_4 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_1 ;
  x3do:nodeField 'children' ;
  x3do:protoField 'children' .
:SpinGroupOrientationInterpolator a owl:NamedIndividual, x3do:OrientationInterpolator ;
  x3do:hasParent :SpinGroupTransform ;
  x3do:DEF 'SpinGroupOrientationInterpolator' ;
  x3do:key ( 0.0 0.50 1.0 ) ;
  x3do:keyValue ( 0 1 0 0.0 0 1 0 -3.14159 0 1 0 -6.28318 ) .
:SpinGroupTimeSensor a owl:NamedIndividual, x3do:TimeSensor ;
  x3do:hasParent :SpinGroupTransform ;
  x3do:hasIS :IS_2_2_2_1_3_1 ;
  x3do:DEF 'SpinGroupTimeSensor' ;
  x3do:loop true .
:IS_2_2_2_1_3_1 a owl:NamedIndividual, x3do:IS ;
  x3do:hasParent :SpinGroupTimeSensor ;
  x3do:hasConnect :connect_2_2_2_1_3_1_1 .
:connect_2_2_2_1_3_1_1 a owl:NamedIndividual, x3do:connect ;
  x3do:hasParent :IS_2_2_2_1_3_1 ;
  x3do:nodeField 'cycleInterval' ;
  x3do:protoField 'cycleInterval' .
:ROUTE_2_2_2_1_4 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :SpinGroupTransform ;
  x3do:fromField 'fraction_changed' ;
  x3do:fromNode 'SpinGroupTimeSensor' ;
  x3do:toField 'set_fraction' ;
  x3do:toNode 'SpinGroupOrientationInterpolator' .
:ROUTE_2_2_2_1_5 a owl:NamedIndividual, x3do:ROUTE ;
  x3do:hasParent :SpinGroupTransform ;
  x3do:fromField 'value_changed' ;
  x3do:fromNode 'SpinGroupOrientationInterpolator' ;
  x3do:toField 'set_rotation' ;
  x3do:toNode 'SpinGroupTransform' .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'SpinGroup Examples' ;
  x3do:position ( 0 0 15 ) .
:NavigationInfo_2_4 a owl:NamedIndividual, x3do:NavigationInfo ;
  x3do:hasParent :Scene ;
  x3do:type '"EXAMINE"' .
:instanceOne a owl:NamedIndividual, x3do:SpinGroupTag ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_5_1 ;
  x3do:DEF 'instanceOne' ;
  x3do:center ( 0 0 0 ) ;
  x3do:cycleInterval '8' ;
  x3do:nodeType 'Group' ;
  x3do:rotation ( 0 0 1 0 ) ;
  x3do:translation ( 0 4 0 ) .
:fieldValue_2_5_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceOne ;
  x3do:hasChildren :Shape_2_5_1_1 ;
  x3do:name 'children' .
:Shape_2_5_1_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :fieldValue_2_5_1 ;
  x3do:hasAppearance :AQUAMARINE ;
  x3do:hasGeometry :Text_2_5_1_1_2 .
:AQUAMARINE a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasMaterial :Material_2_5_1_1_1_1 ;
  x3do:DEF 'AQUAMARINE' .
:Material_2_5_1_1_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :AQUAMARINE ;
  x3do:diffuseColor ( 0.1 0.8 0.8 ) .
:Text_2_5_1_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_1_1 ;
  x3do:hasFontStyle :CENTER_FONT ;
  x3do:string '"SpinGroupTag example 1 single child"' .
:CENTER_FONT a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_1_2 ;
  x3do:DEF 'CENTER_FONT' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:cssStyle 'BOLD' .
:instanceTwo a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_6_1, :fieldValue_2_6_2, :fieldValue_2_6_3 ;
  x3do:DEF 'instanceTwo' ;
  x3do:name 'SpinGroup' .
:fieldValue_2_6_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceTwo ;
  x3do:name 'translation' ;
  x3do:value ( 0 1 0 ) .
:fieldValue_2_6_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceTwo ;
  x3do:name 'cycleInterval' ;
  x3do:value '12' .
:fieldValue_2_6_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceTwo ;
  x3do:hasChildren :Shape_2_6_3_1 ;
  x3do:name 'children' .
:Shape_2_6_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :fieldValue_2_6_3 ;
  x3do:hasGeometry :Text_2_6_3_1_1 .
:Text_2_6_3_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_3_1 ;
  x3do:hasFontStyle :CENTER_FONT-USE-1 ;
  x3do:string '"SpinGroup ProtoInstance example 2 single child"' .
:CENTER_FONT-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_3_1_1 ;
  owl:sameAs :CENTER_FONT . # DEF matching this USE
:instanceThree a owl:NamedIndividual, x3do:ProtoInstance ;
  x3do:hasParent :Scene ;
  x3do:hasFieldValue :fieldValue_2_7_1, :fieldValue_2_7_2, :fieldValue_2_7_3 ;
  x3do:DEF 'instanceThree' ;
  x3do:name 'SpinGroup' .
:fieldValue_2_7_1 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceThree ;
  x3do:name 'translation' ;
  x3do:value ( 0 -2 0 ) .
:fieldValue_2_7_2 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceThree ;
  x3do:name 'cycleInterval' ;
  x3do:value '20' .
:fieldValue_2_7_3 a owl:NamedIndividual, x3do:fieldValue ;
  x3do:hasParent :instanceThree ;
  x3do:hasChildren :Shape_2_7_3_1, :Transform_2_7_3_2 ;
  x3do:name 'children' .
:Shape_2_7_3_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :fieldValue_2_7_3 ;
  x3do:hasAppearance :AQUAMARINE-USE-1 ;
  x3do:hasGeometry :Text_2_7_3_1_2 .
:AQUAMARINE-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_3_1 ;
  owl:sameAs :AQUAMARINE . # DEF matching this USE
:Text_2_7_3_1_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_3_1 ;
  x3do:hasFontStyle :CENTER_FONT-USE-2 ;
  x3do:string '"SpinGroup ProtoInstance" "example 3 first child"' .
:CENTER_FONT-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_3_1_2 ;
  owl:sameAs :CENTER_FONT . # DEF matching this USE
:Transform_2_7_3_2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :fieldValue_2_7_3 ;
  x3do:hasChildren :Shape_2_7_3_2_1 ;
  x3do:translation ( 0 -2 0 ) .
:Shape_2_7_3_2_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Transform_2_7_3_2 ;
  x3do:hasGeometry :Text_2_7_3_2_1_1 .
:Text_2_7_3_2_1_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_3_2_1 ;
  x3do:hasFontStyle :CENTER_FONT-USE-3 ;
  x3do:string '"example 3 second child"' .
:CENTER_FONT-USE-3 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_3_2_1_1 ;
  owl:sameAs :CENTER_FONT . # DEF matching this USE
