@prefix :        <https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchImageTexture.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, :meta_1_17, :meta_1_18, :meta_1_19, :meta_1_20, :meta_1_21 .
: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 'NurbsPatchImageTexture.x3d' ;
  x3do:name 'title' .
:meta_1_3 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'A NURBS patch representing a segment of a cylinder. An applied image texture depicts the u-v axes of the parametric coordinate system. 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 'Vincent Marchetti' ;
  x3do:name 'creator' .
:meta_1_5 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '31 August 2011' ;
  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 'NurbsPatchImageTexture1.jpg' ;
  x3do:name 'Image' .
:meta_1_8 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'NurbsPatchImageTexture2.jpg' ;
  x3do:name 'Image' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Currently only Octaga 2.0 properly implements the X3D NURBS component, see the following page for status.' ;
  x3do:name 'warning' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.kshell.com/pages/nurbs_surface_demo' ;
  x3do:name 'warning' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureBSContact.png' ;
  x3do:name 'Image' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureH3dViewer.png' ;
  x3do:name 'Image' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureInstantReality.png' ;
  x3do:name 'Image' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureOctagaVS.png' ;
  x3do:name 'Image' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureView3dscene.png' ;
  x3do:name 'Image' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'images/NurbsPatchImageTextureXj3d.png' ;
  x3do:name 'Image' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'http://www.kshell.com/pages/nurbs_surface_demo' ;
  x3do:name 'reference' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'AxesTexture.png' ;
  x3do:name 'reference' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchImageTexture.x3d' ;
  x3do:name 'identifier' .
:meta_1_20 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Python language scripting' ;
  x3do:name 'generator' .
:meta_1_21 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "NurbsPatchImageTexture.x3d" .
:meta dcterms:description "A NURBS patch representing a segment of a cylinder. An applied image texture depicts the u-v axes of the parametric coordinate system. Defined Viewpoints show the inner and outer sides of the cylindrical surface" .
:meta dcterms:creator "Vincent Marchetti" .
:meta dcterms:created "31 August 2011" .
:meta dcterms:modified "20 October 2019" .
:meta dcterms:Image "NurbsPatchImageTexture1.jpg" .
:meta dcterms:Image "NurbsPatchImageTexture2.jpg" .
:meta dcterms:warning "Currently only Octaga 2.0 properly implements the X3D NURBS component, see the following page for status." .
:meta dcterms:warning "http://www.kshell.com/pages/nurbs_surface_demo" .
:meta dcterms:Image "images/NurbsPatchImageTextureBSContact.png" .
:meta dcterms:Image "images/NurbsPatchImageTextureH3dViewer.png" .
:meta dcterms:Image "images/NurbsPatchImageTextureInstantReality.png" .
:meta dcterms:Image "images/NurbsPatchImageTextureOctagaVS.png" .
:meta dcterms:Image "images/NurbsPatchImageTextureView3dscene.png" .
:meta dcterms:Image "images/NurbsPatchImageTextureXj3d.png" .
:meta dcterms:reference "http://www.kshell.com/pages/nurbs_surface_demo" .
:meta dcterms:reference "AxesTexture.png" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchImageTexture.x3d" .
:meta dcterms:generator "Python language scripting" .
: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 'NurbsPatchImageTexture.x3d' .
:Background_2_2 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:skyColor ( 0.5 0.5 0.5 ) .
:Viewpoint_2_3 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'view outer surface' ;
  x3do:fieldOfView 0.16628 ;
  x3do:orientation ( 0.166 0.465 0.87 2.538 ) ;
  x3do:position ( 10.55 12.855 11.111 ) .
:Viewpoint_2_4 a owl:NamedIndividual, x3do:Viewpoint ;
  x3do:hasParent :Scene ;
  x3do:description 'view inner surface' ;
  x3do:fieldOfView 0.16628 ;
  x3do:orientation ( 0.797 -0.285 -0.533 1.182 ) ;
  x3do:position ( -10.55 -12.855 11.111 ) .
: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:solid false ;
  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.92388 1 0.92388 1 1 0.92388 1 0.92388 1 ) .
:Coordinate_2_5_1_1 a owl:NamedIndividual, x3do:Coordinate ;
  x3do:hasParent :NurbsPatchSurface_2_5_1 ;
  x3do:point ( 1 0 0 0.92388 0.38268 0 0.70711 0.70711 0 0.38268 0.92388 0 -0.000004 1 0 1 0 1 0.92388 0.38268 0.92388 0.70711 0.70711 1 0.38268 0.92388 0.92388 -0.000004 1 1 ) .
:Appearance_2_5_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_5 ;
  x3do:hasTexture :ImageTexture_2_5_2_1 .
:ImageTexture_2_5_2_1 a owl:NamedIndividual, x3do:ImageTexture ;
  x3do:hasParent :Appearance_2_5_2 ;
  x3do:url '"AxesTexture.png" "https://www.web3d.org/x3d/content/examples/Basic/NURBS/AxesTexture.png"' .
: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 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 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 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 .
