@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchSolid.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 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'NURBS' .
:meta_1_2 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPatchSolid.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'This scene contains a single NurbsPatchSurface rendering one-quarter of a cylindrical segment. The "solid" field of the surface is set true for single-sided rendering, and Nurbs coordinates are oriented so that the outer surface of the cylinder is visible. Surface has semi-transparent material appearance. Scene also contains unit-length line segments defining x-y-z coordinate axes. Defined Viewpoints show the inner and outer sides of the cylindrical surface' ;
  x3do:name 'description' .
:meta_1_4 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPatchSolid1.jpg' ;
  x3do:name 'Image' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPatchSolid2.jpg' ;
  x3do:name 'Image' .
:meta_1_6 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Vincent Marchetti' ;
  x3do:name 'creator' .
:meta_1_7 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '10 February 2012' ;
  x3do:name 'created' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '20 October 2019' ;
  x3do:name 'modified' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.kshell.com/pages/nurbs_surface_demo' ;
  x3do:name 'reference' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'confirm NurbsPatchSurface validation of Coordinate child? also containerField handling' ;
  x3do:name 'TODO' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchSolid.x3d' ;
  x3do:name 'identifier' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Python language scripting' ;
  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 dcterms:title "NurbsPatchSolid.x3d" .
:meta dcterms:description "This scene contains a single NurbsPatchSurface rendering one-quarter of a cylindrical segment. The \"solid\" field of the surface is set true for single-sided rendering, and Nurbs coordinates are oriented so that the outer surface of the cylinder is visible. Surface has semi-transparent material appearance. Scene also contains unit-length line segments defining x-y-z coordinate axes. Defined Viewpoints show the inner and outer sides of the cylindrical surface" .
:meta dcterms:Image "NurbsPatchSolid1.jpg" .
:meta dcterms:Image "NurbsPatchSolid2.jpg" .
:meta dcterms:creator "Vincent Marchetti" .
:meta dcterms:created "10 February 2012" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:reference "http://www.kshell.com/pages/nurbs_surface_demo" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchSolid.x3d" .
:meta dcterms:generator "Python language scripting" .
: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, :Viewpoint_2_4, :Shape_2_5, :Group_2_6 .
:WorldInfo_2_1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:title 'NurbsPatchSolid.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.8 0.8 0.8 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'view outer surface' ;
  x3do:fieldOfView 1.6628e-01 ;
  x3do:orientation ( 0.166 0.465 0.870 2.538 ) ;
  x3do:position ( 1.0550e+01 1.2855e+01 1.1111e+01 ) .
:Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'view inner surface' ;
  x3do:fieldOfView 1.6628e-01 ;
  x3do:orientation ( 0.797 -0.285 -0.533 1.182 ) ;
  x3do:position ( -1.0550e+01 -1.2855e+01 1.1111e+01 ) .
:Shape_2_5 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :NurbsPatchSurface_2_5_1 ;
  x3do:hasAppearance :Appearance_2_5_2 .
:NurbsPatchSurface_2_5_1 a owl:NamedIndividual, x3do:NurbsPatchSurface ;
  x3do:hasParent :Shape_2_5 ;
  x3do:hasControlPoint :Coordinate_2_5_1_1 ;
  x3do:uDimension 5 ;
  x3do:uKnot ( 0 0 0 0.5 0.5 1 1 1 ) ;
  x3do:vDimension 2 ;
  x3do:vKnot ( 0 0 1 1 ) ;
  x3do:vOrder 2 ;
  x3do:weight ( 1 0.923879181092 1 0.923879181092 1 1 0.923879181092 1 0.923879181092 1 ) .
:Coordinate_2_5_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsPatchSurface_2_5_1 ;
  x3do:point ( 1.0000e+00 0.0000e+00 0.0000e+00 9.2388e-01 3.8268e-01 0.0000e+00 7.0711e-01 7.0711e-01 0.0000e+00 3.8268e-01 9.2388e-01 0.0000e+00 0.0000e+00 1.0000e+00 0.0000e+00 1.0000e+00 0.0000e+00 1.0000e+00 9.2388e-01 3.8268e-01 9.2388e-01 7.0711e-01 7.0711e-01 1.0000e+00 3.8268e-01 9.2388e-01 9.2388e-01 0.0000e+00 1.0000e+00 1.0000e+00 ) .
:Appearance_2_5_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5 ;
  x3do:hasMaterial :Material_2_5_2_1 .
:Material_2_5_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_5_2 ;
  x3do:diffuseColor ( 1 1 0 ) ;
  x3do:transparency 0.2 .
:Group_2_6 a owl:NamedIndividual, x3do:Group ;
  x3do:hasParent :Scene ;
  x3do:hasChildren :Shape_2_6_1, :Shape_2_6_2, :Shape_2_6_3 .
:Shape_2_6_1 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasGeometry :LineSet_2_6_1_1 ;
  x3do:hasAppearance :Appearance_2_6_1_2 .
:LineSet_2_6_1_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasCoord :Coordinate_2_6_1_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_6_1_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_6_1_1 ;
  x3do:point ( 0 0 0.0 1 0 0 ) .
:Appearance_2_6_1_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_1 ;
  x3do:hasMaterial :Material_2_6_1_2_1 ;
  x3do:hasLineProperties :LineProperties_2_6_1_2_2 .
:Material_2_6_1_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  x3do:emissiveColor ( 1 0 0 ) .
:LineProperties_2_6_1_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_6_1_2 ;
  x3do:linewidthScaleFactor 2 .
:Shape_2_6_2 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasGeometry :LineSet_2_6_2_1 ;
  x3do:hasAppearance :Appearance_2_6_2_2 .
:LineSet_2_6_2_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_6_2 ;
  x3do:hasCoord :Coordinate_2_6_2_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_6_2_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_6_2_1 ;
  x3do:point ( 0 0 0.0 0 1 0 ) .
:Appearance_2_6_2_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_2 ;
  x3do:hasMaterial :Material_2_6_2_2_1 ;
  x3do:hasLineProperties :LineProperties_2_6_2_2_2 .
:Material_2_6_2_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_2_2 ;
  x3do:emissiveColor ( 0 1 0 ) .
:LineProperties_2_6_2_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_6_2_2 ;
  x3do:linewidthScaleFactor 2 .
:Shape_2_6_3 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Group_2_6 ;
  x3do:hasGeometry :LineSet_2_6_3_1 ;
  x3do:hasAppearance :Appearance_2_6_3_2 .
:LineSet_2_6_3_1 a owl:NamedIndividual, x3do:LineSet ;
  x3do:hasParent :Shape_2_6_3 ;
  x3do:hasCoord :Coordinate_2_6_3_1_1 ;
  x3do:vertexCount ( 2 ) .
:Coordinate_2_6_3_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :LineSet_2_6_3_1 ;
  x3do:point ( 0 0 0.0 0 0 1 ) .
:Appearance_2_6_3_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_6_3 ;
  x3do:hasMaterial :Material_2_6_3_2_1 ;
  x3do:hasLineProperties :LineProperties_2_6_3_2_2 .
:Material_2_6_3_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_6_3_2 ;
  x3do:emissiveColor ( 0 0 1 ) .
:LineProperties_2_6_3_2_2 a owl:NamedIndividual, x3do:LineProperties ;
  x3do:hasParent :Appearance_2_6_3_2 ;
  x3do:linewidthScaleFactor 2 .
