@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/NURBS/TrimmedNurbsWithHole.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.2' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-3.2.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1 ;
  x3do:hasMeta :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_16 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 4 ;
  x3do:name 'NURBS' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TrimmedNurbsWithHole.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Scene contains a single NurbsTrimmedSurface node which has two Contour2D child nodes, defining a trimmed outer boundary to the patch and an interior hole in the patch. Scene also contains unit-length line segments defining x-y-z coordinate axes.' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vincent Marchetti' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '10 February 2012' ;
  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 'NURBS example NurbsTrimmedSurface Contour2D NurbsCurve2D' ;
  x3do:name 'subject' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'TrimmedNurbsWithHole.jpg' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/TrimmedNurbsWithHoleXj3d.png' ;
  x3do:name 'Image' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'originals/trimmed_nurbs_with_hole.x3d' ;
  x3do:name 'reference' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/NURBS/TrimmedNurbsWithHole.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Python language scripts using Numpy, SciPy libraries http://numpy.scipy.org' ;
  x3do:name 'generator' .
:meta_1_13 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_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'instantReality Forum Issuehttp://forum.instantreality.org' ;
  x3do:name 'TODO' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'BS Contact BitManagement Bug Report: http://www.bitmanagement.de/en/contact' ;
  x3do:name 'TODO' .
:meta dcterms:title "TrimmedNurbsWithHole.x3d" .
:meta dcterms:description "Scene contains a single NurbsTrimmedSurface node which has two Contour2D child nodes, defining a trimmed outer boundary to the patch and an interior hole in the patch. Scene also contains unit-length line segments defining x-y-z coordinate axes." .
:meta dcterms:creator "Vincent Marchetti" .
:meta dcterms:created "10 February 2012" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:subject "NURBS example NurbsTrimmedSurface Contour2D NurbsCurve2D" .
:meta dcterms:Image "TrimmedNurbsWithHole.jpg" .
:meta dcterms:Image "images/TrimmedNurbsWithHoleXj3d.png" .
:meta dcterms:reference "originals/trimmed_nurbs_with_hole.x3d" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/NURBS/TrimmedNurbsWithHole.x3d" .
:meta dcterms:generator "Python language scripts using Numpy, SciPy libraries http://numpy.scipy.org" .
: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, :Group_2_4, :Shape_2_5 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'TrimmedNurbsWithHole.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 1 1 1 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'Trimmed Nurbs With Hole' ;
  x3do:orientation ( -0.77676 0.60251 0.18337 0.74685 ) ;
  x3do:position ( 2 3 4 ) .
:Group_2_4 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_4_1, :Shape_2_4_2, :Shape_2_4_3 .
:Shape_2_4_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_4 ;
  x3do:hasGeometry :LineSet_2_4_1_1 ;
  x3do:hasAppearance :Appearance_2_4_1_2 .
:LineSet_2_4_1_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasCoord :Coordinate_2_4_1_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_4_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_4_1_1 ;
  x3do:point ( 0 0 0 1 0 0 ) .
:Appearance_2_4_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_1 ;
  x3do:hasMaterial :Material_2_4_1_2_1 ;
  x3do:hasLineProperties :LineProperties_2_4_1_2_2 .
:Material_2_4_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:emissiveColor ( 1 0 0 ) .
:LineProperties_2_4_1_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_4_1_2 ;
  x3do:linewidthScaleFactor 2 .
:Shape_2_4_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_4 ;
  x3do:hasGeometry :LineSet_2_4_2_1 ;
  x3do:hasAppearance :Appearance_2_4_2_2 .
:LineSet_2_4_2_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_4_2 ;
  x3do:hasCoord :Coordinate_2_4_2_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_4_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_4_2_1 ;
  x3do:point ( 0 0 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 ;
  x3do:hasLineProperties :LineProperties_2_4_2_2_2 .
:Material_2_4_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2_2 ;
  x3do:emissiveColor ( 0 1 0 ) .
:LineProperties_2_4_2_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_4_2_2 ;
  x3do:linewidthScaleFactor 2 .
:Shape_2_4_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_4 ;
  x3do:hasGeometry :LineSet_2_4_3_1 ;
  x3do:hasAppearance :Appearance_2_4_3_2 .
:LineSet_2_4_3_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_4_3 ;
  x3do:hasCoord :Coordinate_2_4_3_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_4_3_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_4_3_1 ;
  x3do:point ( 0 0 0 0 0 1 ) .
:Appearance_2_4_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4_3 ;
  x3do:hasMaterial :Material_2_4_3_2_1 ;
  x3do:hasLineProperties :LineProperties_2_4_3_2_2 .
:Material_2_4_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_3_2 ;
  x3do:emissiveColor ( 0 0 1 ) .
:LineProperties_2_4_3_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_4_3_2 ;
  x3do:linewidthScaleFactor 2 .
:Shape_2_5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :NurbsTrimmedSurface_2_5_1 ;
  x3do:hasAppearance :ksh_appearance_1 .
:NurbsTrimmedSurface_2_5_1 a owl:NamedIndividual, x3do:NurbsTrimmedSurface ;
  x3do:hasParent :Shape_2_5 ;
  x3do:hasControlPoint :Coordinate_2_5_1_1 ;
  x3do:hasTrimmingContour :Contour2D_2_5_1_2, :Contour2D_2_5_1_3 ;
  x3do:solid false ;
  x3do:uDimension 3 ;
  x3do:uKnot ( 0 0 0 1 1 1 ) ;
  x3do:vDimension 2 ;
  x3do:vKnot ( 0 0 2 2 ) ;
  x3do:vOrder 2 ;
  x3do:weight ( 1 0.946042343528 1 1 0.946042343528 1 ) .
:Coordinate_2_5_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsTrimmedSurface_2_5_1 ;
  x3do:point ( 1.5 -1.1102e-16 -8.6600e-01 1.4191e+00 6.4809e-01 -8.1927e-01 1.0800e+00 1.2262e+00 -8.6600e-01 5.0000e-01 -5.5511e-17 8.6600e-01 4.7302e-01 3.2404e-01 8.1927e-01 2.8999e-01 6.1312e-01 8.6600e-01 ) .
:Contour2D_2_5_1_2 a owl:NamedIndividual, x3do:Contour2D ;
  x3do:hasParent :NurbsTrimmedSurface_2_5_1 ;
  x3do:hasChildren :NurbsCurve2D_2_5_1_2_1, :NurbsCurve2D_2_5_1_2_2, :NurbsCurve2D_2_5_1_2_3 .
:NurbsCurve2D_2_5_1_2_1 a owl:NamedIndividual, x3do:NurbsCurve2D ;
  x3do:hasParent :Contour2D_2_5_1_2 ;
  x3do:controlPoint ( 0 0 1 0 1 1.5 ) ;
  x3do:knot ( 0 0 0.5 1 1 ) ;
  x3do:order 2 ;
  x3do:weight ( 1 1 1 ) .
:NurbsCurve2D_2_5_1_2_2 a owl:NamedIndividual, x3do:NurbsCurve2D ;
  x3do:hasParent :Contour2D_2_5_1_2 ;
  x3do:controlPoint ( 1 1.5 7.1000e-01 1.4200e+00 5.0000e-01 2 ) ;
  x3do:knot ( 0 0 0 1 1 1 ) ;
  x3do:weight ( 1 0.71 1 ) .
:NurbsCurve2D_2_5_1_2_3 a owl:NamedIndividual, x3do:NurbsCurve2D ;
  x3do:hasParent :Contour2D_2_5_1_2 ;
  x3do:controlPoint ( 5.0000e-01 2 0 2 0 0 ) ;
  x3do:knot ( 0 0 0.5 1 1 ) ;
  x3do:order 2 ;
  x3do:weight ( 1 1 1 ) .
:Contour2D_2_5_1_3 a owl:NamedIndividual, x3do:Contour2D ;
  x3do:hasParent :NurbsTrimmedSurface_2_5_1 ;
  x3do:hasChildren :NurbsCurve2D_2_5_1_3_1 .
:NurbsCurve2D_2_5_1_3_1 a owl:NamedIndividual, x3do:NurbsCurve2D ;
  x3do:hasParent :Contour2D_2_5_1_3 ;
  x3do:controlPoint ( 7.5000e-01 1.5 5.3033e-01 8.8388e-01 5.0000e-01 1.2500e+00 1.7678e-01 8.8388e-01 2.5000e-01 1.5 1.7678e-01 1.2374e+00 5.0000e-01 1.7500e+00 5.3033e-01 1.2374e+00 7.5000e-01 1.5 ) ;
  x3do:knot ( 0 0 0 0.25 0.25 0.5 0.5 0.75 0.75 1 1 1 ) ;
  x3do:weight ( 1 0.707106781187 1 0.707106781187 1 0.707106781187 1 0.707106781187 1 ) .
:ksh_appearance_1 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5 ;
  x3do:hasMaterial :Material_2_5_2_1 ;
  x3do:DEF 'ksh_appearance_1' .
:Material_2_5_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :ksh_appearance_1 ;
  x3do:diffuseColor ( 0 0 1 ) .
