@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/TriangleWithNumbers.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_1 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TriangleWithNumbers.x3d' ;
  x3do:name 'title' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Simple Triangle with labeled points, where labels always face the user and stay in place with the triangle.' ;
  x3do:name 'description' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Chad R. Hutchins, Michele Foti and Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '31 January 2012' ;
  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 'TriangleWithNumbers.png' ;
  x3do:name 'Image' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Can we build a prototype that automates generation of this type of model from any IFS or ILS?' ;
  x3do:name 'TODO' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/TriangleWithNumbers.x3d' ;
  x3do:name 'identifier' .
:meta_1_9 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_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "TriangleWithNumbers.x3d" .
:meta dcterms:description "Simple Triangle with labeled points, where labels always face the user and stay in place with the triangle." .
:meta dcterms:creator "Chad R. Hutchins, Michele Foti and Don Brutzman" .
:meta dcterms:created "31 January 2012" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "TriangleWithNumbers.png" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GeometricShapes/TriangleWithNumbers.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, :PolygonGroup0, :VertexGroup0, :VertexGroup1, :VertexGroup2 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TriangleWithNumbers.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.3 0.3 0.45 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Triangle annotated with coordinate indices' ;
  x3do:position ( 0 0 4 ) .
:PolygonGroup0 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :TouchSensor_2_4_1, :Shape_2_4_2, :Shape_2_4_3 ;
  x3do:DEF 'PolygonGroup0' .
:TouchSensor_2_4_1 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :PolygonGroup0 ;
  x3do:description 'Polygon 0' .
:Shape_2_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :PolygonGroup0 ;
  x3do:hasGeometry :IndexedLineSet_2_4_2_1 ;
  x3do:hasAppearance :Appearance_2_4_2_2 .
:IndexedLineSet_2_4_2_1 a owl:NamedIndividual, x3do:IndexedLineSet ;
  x3do:hasParent :Shape_2_4_2 ;
  x3do:hasCoord :TriangleCoordinatePoints ;
  x3do:coordIndex ( 0 1 2 0 -1 ) .
:TriangleCoordinatePoints a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedLineSet_2_4_2_1 ;
  x3do:DEF 'TriangleCoordinatePoints' ;
  x3do:point ( -1 -1 0 1 -1 0 0 1 0 ) .
:Appearance_2_4_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_2 ;
  x3do:hasMaterial :Material_2_4_2_2_1 .
:Material_2_4_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_2 ;
  x3do:emissiveColor ( 0.1254902035 1 0.0784313753 ) .
:Shape_2_4_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :PolygonGroup0 ;
  x3do:hasGeometry :IndexedFaceSet_2_4_3_1 .
:IndexedFaceSet_2_4_3_1 a owl:NamedIndividual, x3do:IndexedFaceSet ;
  x3do:hasParent :Shape_2_4_3 ;
  x3do:hasCoord :TriangleCoordinatePoints-USE-1 ;
  x3do:hasColor :ColorRGBA_2_4_3_1_2 ;
  x3do:colorIndex ( 0 ) ;
  x3do:colorPerVertex false ;
  x3do:coordIndex ( 0 1 2 0 -1 ) .
:TriangleCoordinatePoints-USE-1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :IndexedFaceSet_2_4_3_1 ;
  owl:sameAs :TriangleCoordinatePoints . # DEF matching this USE
:ColorRGBA_2_4_3_1_2 a owl:NamedIndividual, x3do:ColorRGBA ;
  x3do:hasParent :IndexedFaceSet_2_4_3_1 ;
  x3do:color ( 0 0 0 0 ) .
:VertexGroup0 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Billboard_2_5_1 ;
  x3do:DEF 'VertexGroup0' ;
  x3do:translation ( -1.1 -1.1 0 ) .
:Billboard_2_5_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :VertexGroup0 ;
  x3do:hasChildren :TouchSensor_2_5_1_1, :Shape_2_5_1_2, :TransparentBox ;
  x3do:axisOfRotation ( 0 0 0 ) .
:TouchSensor_2_5_1_1 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Billboard_2_5_1 ;
  x3do:description 'Vertex 0' .
:Shape_2_5_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_5_1 ;
  x3do:hasAppearance :LABEL_APPEARANCE ;
  x3do:hasGeometry :Text_2_5_1_2_2 .
:LABEL_APPEARANCE a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:hasMaterial :Material_2_5_1_2_1_1 ;
  x3do:DEF 'LABEL_APPEARANCE' .
:Material_2_5_1_2_1_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :LABEL_APPEARANCE ;
  x3do:diffuseColor ( 1 1 .3 ) ;
  x3do:emissiveColor ( .33 .33 .1 ) .
:Text_2_5_1_2_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_5_1_2 ;
  x3do:hasFontStyle :LABEL_FONT ;
  x3do:string '"0"' .
:LABEL_FONT a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_5_1_2_2 ;
  x3do:DEF 'LABEL_FONT' ;
  x3do:family '"SANS"' ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size .2 .
:TransparentBox a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_5_1 ;
  x3do:hasGeometry :Box_2_5_1_3_1 ;
  x3do:hasAppearance :TransparentAppearance ;
  x3do:DEF 'TransparentBox' .
:Box_2_5_1_3_1 a owl:NamedIndividual, x3do:Box ;
  x3do:hasParent :TransparentBox ;
  x3do:size ( 0.2 0.2 0.01 ) .
:TransparentAppearance a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :TransparentBox ;
  x3do:hasMaterial :Material_2_5_1_3_2_1 ;
  x3do:DEF 'TransparentAppearance' .
:Material_2_5_1_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :TransparentAppearance ;
  x3do:transparency 1 .
:VertexGroup1 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Billboard_2_6_1 ;
  x3do:DEF 'VertexGroup1' ;
  x3do:translation ( 1.1 -1.1 0 ) .
:Billboard_2_6_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :VertexGroup1 ;
  x3do:hasChildren :TouchSensor_2_6_1_1, :Shape_2_6_1_2, :TransparentBox-USE-1 ;
  x3do:axisOfRotation ( 0 0 0 ) .
:TouchSensor_2_6_1_1 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Billboard_2_6_1 ;
  x3do:description 'Vertex 1' .
:Shape_2_6_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_6_1 ;
  x3do:hasAppearance :LABEL_APPEARANCE-USE-1 ;
  x3do:hasGeometry :Text_2_6_1_2_2 .
:LABEL_APPEARANCE-USE-1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1_2 ;
  owl:sameAs :LABEL_APPEARANCE . # DEF matching this USE
:Text_2_6_1_2_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_6_1_2 ;
  x3do:hasFontStyle :LABEL_FONT-USE-1 ;
  x3do:string '"1"' .
:LABEL_FONT-USE-1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_6_1_2_2 ;
  owl:sameAs :LABEL_FONT . # DEF matching this USE
:TransparentBox-USE-1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_6_1 ;
  owl:sameAs :TransparentBox . # DEF matching this USE
:VertexGroup2 a owl:NamedIndividual, x3do:Transform ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Billboard_2_7_1 ;
  x3do:DEF 'VertexGroup2' ;
  x3do:translation ( 0 1.1 0 ) .
:Billboard_2_7_1 a owl:NamedIndividual, x3do:Billboard ;
  x3do:hasParent :VertexGroup2 ;
  x3do:hasChildren :TouchSensor_2_7_1_1, :Shape_2_7_1_2, :TransparentBox-USE-2 ;
  x3do:axisOfRotation ( 0 0 0 ) .
:TouchSensor_2_7_1_1 a owl:NamedIndividual, x3do:TouchSensor ;
  x3do:hasParent :Billboard_2_7_1 ;
  x3do:description 'Vertex 2' .
:Shape_2_7_1_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_7_1 ;
  x3do:hasAppearance :LABEL_APPEARANCE-USE-2 ;
  x3do:hasGeometry :Text_2_7_1_2_2 .
:LABEL_APPEARANCE-USE-2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_7_1_2 ;
  owl:sameAs :LABEL_APPEARANCE . # DEF matching this USE
:Text_2_7_1_2_2 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_7_1_2 ;
  x3do:hasFontStyle :LABEL_FONT-USE-2 ;
  x3do:string '"2"' .
:LABEL_FONT-USE-2 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_7_1_2_2 ;
  owl:sameAs :LABEL_FONT . # DEF matching this USE
:TransparentBox-USE-2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Billboard_2_7_1 ;
  owl:sameAs :TransparentBox . # DEF matching this USE
