@prefix : . @prefix cc: . @prefix cito: . @prefix dbpedia: . @prefix dc: . @prefix foaf: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix vidont: . @prefix xsd: . ################# ### Provenance ### ################# a owl:Ontology ; foaf:maker dbpedia:Leslie_Sikos ; cito:isReviewedBy dbpedia:Web3D_Consortium ; dc:description "3D Modeling Ontology (3DMO) v1.1. A comprehensive 3D ontology with X3D 3.3 and X3DOM alignment."@en ; dc:title "The 3D Modeling Ontology"@en . ##################### ### Concepts/Classes ### ##################### :X3DField a owl:Class . :X3DArrayField a owl:Class ; rdfs:subClassOf :X3DField . :Uniform a owl:Class ; rdfs:subClassOf :X3DField . :X3DNode a owl:Class ; dc:description "This abstract node type is the base type for all nodes in the X3D system." . :GeoOrigin a owl:Class ; rdfs:subClassOf :X3DNode . :Param a owl:Class ; rdfs:subClassOf :X3DNode . :RigidBody a owl:Class ; rdfs:subClassOf :X3DNode . :ShaderPart a owl:Class ; rdfs:subClassOf :X3DNode . :TextureProperties a owl:Class ; rdfs:subClassOf :X3DNode . :X3DAppearanceChildNode a owl:Class ; rdfs:subClassOf :X3DNode . :BlendMode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :ColorMaskMode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :DepthMode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :LineProperties a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :X3DMaterialNode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :Material a owl:Class ; rdfs:subClassOf :X3DMaterialNode . :TwoSidedMaterial a owl:Class ; rdfs:subClassOf :X3DMaterialNode . :X3DShaderNode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :CommonSurfaceShader a owl:Class ; rdfs:subClassOf :X3DShaderNode . :ComposedShader a owl:Class ; rdfs:subClassOf :X3DShaderNode . :X3DTextureNode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :MultiTexture a owl:Class ; rdfs:subClassOf :X3DTextureNode . :PixelTexture a owl:Class ; rdfs:subClassOf :X3DTextureNode . :RenderedTexture a owl:Class ; rdfs:subClassOf :X3DTextureNode . :RefinementTexture a owl:Class ; rdfs:subClassOf :RenderedTexture . :SurfaceShaderTexture a owl:Class ; rdfs:subClassOf :X3DTextureNode . :Texture a owl:Class ; rdfs:subClassOf :X3DTextureNode . :ImageTexture a owl:Class ; rdfs:subClassOf :Texture . :ImageTextureAtlas a owl:Class ; rdfs:subClassOf :Texture . :MovieTexture a owl:Class ; rdfs:subClassOf :Texture . :X3DEnvironmentTextureNode a owl:Class ; rdfs:subClassOf :X3DTextureNode . :ComposedCubeMapTexture a owl:Class ; rdfs:subClassOf :X3DEnvironmentTextureNode . :GeneratedCubeMapTexture a owl:Class ; rdfs:subClassOf :X3DEnvironmentTextureNode . :X3DTexture3DNode a owl:Class ; rdfs:subClassOf :X3DTextureNode . :X3DTextureTransformNode a owl:Class ; rdfs:subClassOf :X3DAppearanceChildNode . :TextureTransform a owl:Class ; rdfs:subClassOf :X3DTextureTransformNode . :TextureTransform3D a owl:Class ; rdfs:subClassOf :X3DTextureTransformNode . :TextureTransformMatrix3D a owl:Class ; rdfs:subClassOf :X3DTextureTransformNode . :X3DAppearanceNode a owl:Class ; rdfs:subClassOf :X3DNode . :Appearance a owl:Class ; rdfs:subClassOf :X3DAppearanceNode . :X3DChildNode a owl:Class ; rdfs:subClassOf :X3DNode . :ClipPlane a owl:Class ; rdfs:subClassOf :X3DChildNode . :CollisionCollection a owl:Class ; rdfs:subClassOf :X3DChildNode . :RigidBodyCollection a owl:Class ; rdfs:subClassOf :X3DChildNode . :X3DBindableNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :X3DBackgroundNode a owl:Class ; rdfs:subClassOf :X3DBindableNode . :Background a owl:Class ; rdfs:subClassOf :X3DBackgroundNode . :X3DEnvironmentNode a owl:Class ; rdfs:subClassOf :X3DBindableNode . :X3DFogNode a owl:Class ; rdfs:subClassOf :X3DBindableNode . :Fog a owl:Class ; rdfs:subClassOf :X3DFogNode . :X3DNavigationInfoNode a owl:Class ; rdfs:subClassOf :X3DBindableNode . :NavigationInfo a owl:Class ; rdfs:subClassOf :X3DNavigationInfoNode . :X3DViewpointNode a owl:Class ; rdfs:subClassOf :X3DBindableNode . :GeoViewpoint a owl:Class ; rdfs:subClassOf :X3DViewpointNode . :OrthoViewpoint a owl:Class ; rdfs:subClassOf :X3DViewpointNode . :Viewfrustum a owl:Class ; rdfs:subClassOf :X3DViewpointNode . :Viewpoint a owl:Class ; rdfs:subClassOf :X3DViewpointNode . :X3DBoundedObject a owl:Class ; rdfs:subClassOf :X3DChildNode . :X3DGroupingNode a owl:Class ; rdfs:subClassOf :X3DBoundedObject . :Anchor a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Billboard a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Block a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :CADAssembly a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :CADFace a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :CADLayer a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Collision a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :GeoTransform a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Group a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :HAnimSegment a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Inline a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :MultiPart a owl:Class ; rdfs:subClassOf :Inline . :RemoteSelectionGroup a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Scene a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :StaticGroup a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :Switch a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :X3DLODNode a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :DynamicLOD a owl:Class ; rdfs:subClassOf :X3DLODNode . :GeoLOD a owl:Class ; rdfs:subClassOf :X3DLODNode . :LOD a owl:Class ; rdfs:subClassOf :X3DLODNode . :X3DTransformNode a owl:Class ; rdfs:subClassOf :X3DGroupingNode . :GeoLocation a owl:Class ; rdfs:subClassOf :X3DTransformNode . :MatrixTransform a owl:Class ; rdfs:subClassOf :X3DTransformNode . :Transform a owl:Class ; rdfs:subClassOf :X3DTransformNode . :CADPart a owl:Class ; rdfs:subClassOf :Transform . :HAnimHumanoid a owl:Class ; rdfs:subClassOf :Transform . :HAnimJoint a owl:Class ; rdfs:subClassOf :Transform . :HAnimSite a owl:Class ; rdfs:subClassOf :Transform . :X3DNBodyCollidableNode a owl:Class ; rdfs:subClassOf :X3DBoundedObject . :CollidableShape a owl:Class ; rdfs:subClassOf :X3DNBodyCollidableNode . :X3DShapeNode a owl:Class ; rdfs:subClassOf :X3DBoundedObject . :Shape a owl:Class ; rdfs:subClassOf :X3DShapeNode . :X3DVolumeDataNode a owl:Class ; rdfs:subClassOf :X3DShapeNode . :IsoSurfaceVolumeData a owl:Class ; rdfs:subClassOf :X3DVolumeDataNode . :SegmentedVolumeData a owl:Class ; rdfs:subClassOf :X3DVolumeDataNode . :VolumeData a owl:Class ; rdfs:subClassOf :X3DVolumeDataNode . :X3DFollowerNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :X3DChaserNode a owl:Class ; rdfs:subClassOf :X3DFollowerNode . :ColorChaser a owl:Class ; rdfs:subClassOf :X3DChaserNode . :OrientationChaser a owl:Class ; rdfs:subClassOf :X3DChaserNode . :PositionChaser a owl:Class ; rdfs:subClassOf :X3DChaserNode . :PositionChaser2D a owl:Class ; rdfs:subClassOf :X3DChaserNode . :ScalarChaser a owl:Class ; rdfs:subClassOf :X3DChaserNode . :X3DDamperNode a owl:Class ; rdfs:subClassOf :X3DFollowerNode . :ColorDamper a owl:Class ; rdfs:subClassOf :X3DDamperNode . :CoordinateDamper a owl:Class ; rdfs:subClassOf :X3DDamperNode . :OrientationDamper a owl:Class ; rdfs:subClassOf :X3DDamperNode . :PositionDamper a owl:Class ; rdfs:subClassOf :X3DDamperNode . :PositionDamper2D a owl:Class ; rdfs:subClassOf :X3DDamperNode . :ScalarDamper a owl:Class ; rdfs:subClassOf :X3DDamperNode . :TexCoordDamper2D a owl:Class ; rdfs:subClassOf :X3DDamperNode . :X3DInfoNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :GeoMetadata a owl:Class ; rdfs:subClassOf :X3DInfoNode . :WorldInfo a owl:Class ; rdfs:subClassOf :X3DInfoNode . :X3DInterpolatorNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :ColorInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :CoordinateInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :GeoPositionInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :NormalInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :OrientationInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :PositionInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :ScalarInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :SplinePositionInterpolator a owl:Class ; rdfs:subClassOf :X3DInterpolatorNode . :X3DLightNode a owl:Class ; rdfs:subClassOf :X3DChildNode ; owl:disjointUnionOf ( :DirectionalLight :PointLight :SpotLight ) . :DirectionalLight a owl:Class ; rdfs:subClassOf :X3DLightNode . :PointLight a owl:Class ; rdfs:subClassOf :X3DLightNode . :SpotLight a owl:Class ; rdfs:subClassOf :X3DLightNode . :X3DSensorNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :CollisionSensor a owl:Class ; rdfs:subClassOf :X3DSensorNode . :TimeSensor a owl:Class ; rdfs:subClassOf :X3DSensorNode . :X3DPointingDeviceSensorNode a owl:Class ; rdfs:subClassOf :X3DSensorNode . :X3DDragSensorNode a owl:Class ; rdfs:subClassOf :X3DPointingDeviceSensorNode . :CylinderSensor a owl:Class ; rdfs:subClassOf :X3DDragSensorNode . :PlaneSensor a owl:Class ; rdfs:subClassOf :X3DDragSensorNode . :SphereSensor a owl:Class ; rdfs:subClassOf :X3DDragSensorNode . :TouchSensor a owl:Class ; rdfs:subClassOf :X3DDragSensorNode . :X3DTouchSensorNode a owl:Class ; rdfs:subClassOf :X3DPointingDeviceSensorNode . :X3DSoundNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :Sound a owl:Class ; rdfs:subClassOf :X3DSoundNode . :X3DTimeDependentNode a owl:Class ; rdfs:subClassOf :X3DChildNode . :X3DSoundSourceNode a owl:Class ; rdfs:subClassOf :X3DTimeDependentNode . :AudioClip a owl:Class ; rdfs:subClassOf :X3DSoundSourceNode . :X3DFontStyleNode a owl:Class ; rdfs:subClassOf :X3DNode . :FontStyle a owl:Class ; rdfs:subClassOf :X3DFontStyleNode . :X3DGeometricPropertyNode a owl:Class ; rdfs:subClassOf :X3DNode . :HAnimDisplacer a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :Normal a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :PopGeometryLevel a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :X3DColorNode a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :Color a owl:Class ; rdfs:subClassOf :X3DColorNode . :ColorRGBA a owl:Class ; rdfs:subClassOf :X3DColorNode . :X3DCoordinateNode a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :Coordinate a owl:Class ; rdfs:subClassOf :X3DCoordinateNode . :GeoCoordinate a owl:Class ; rdfs:subClassOf :X3DCoordinateNode . :X3DTextureCoordinateNode a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :MultiTextureCoordinate a owl:Class ; rdfs:subClassOf :X3DTextureCoordinateNode . :TextureCoordinate a owl:Class ; rdfs:subClassOf :X3DTextureCoordinateNode . :TextureCoordinate3D a owl:Class ; rdfs:subClassOf :X3DTextureCoordinateNode . :TextureCoordinateGenerator a owl:Class ; rdfs:subClassOf :X3DTextureCoordinateNode . :X3DVertexAttributeNode a owl:Class ; rdfs:subClassOf :X3DGeometricPropertyNode . :FloatVertexAttribute a owl:Class ; rdfs:subClassOf :X3DVertexAttributeNode . :X3DGeometryNode a owl:Class ; rdfs:subClassOf :X3DNode . :ElevationGrid a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :Extrusion a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :GeoElevationGrid a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :IndexedLineSet a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :LineSet a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :Mesh a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :PointSet a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :ParticleSet a owl:Class ; rdfs:subClassOf :PointSet . :SolidOfRevolution a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :IndexedFaceSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :IndexedQuadSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :IndexedTriangleSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :IndexedTriangleStripSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :QuadSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :TriangleSet a owl:Class ; rdfs:subClassOf :SolidOfRevolution . :Text a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :X3DComposedGeometryNode a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :X3DPlanarGeometryNode a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :Arc2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :ArcClose2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :Circle2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :Disk2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :Polyline2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :Polypoint2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :Rectangle2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :TriangleSet2D a owl:Class ; rdfs:subClassOf :X3DPlanarGeometryNode . :X3DSpatialGeometryNode a owl:Class ; rdfs:subClassOf :X3DGeometryNode . :Box a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode ; owl:disjointWith :Cone , :Cylinder , :Dish , :ExternalGeometry , :Nozzle , :Plane , :Pyramid , :RectangularTorus , :SlopedCylinder , :Snout , :Sphere , :SphereSegment , :Torus . :Cone a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Cylinder a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Dish a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :ExternalGeometry a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Nozzle a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Plane a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Pyramid a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :RectangularTorus a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :SlopedCylinder a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Snout a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Sphere a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :SphereSegment a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :Torus a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :X3DBinaryContainerGeometryNode a owl:Class ; rdfs:subClassOf :X3DSpatialGeometryNode . :BinaryGeometry a owl:Class ; rdfs:subClassOf :X3DBinaryContainerGeometryNode . :ImageGeometry a owl:Class ; rdfs:subClassOf :X3DBinaryContainerGeometryNode . :PopGeometry a owl:Class ; rdfs:subClassOf :X3DBinaryContainerGeometryNode . :X3DMetadataObject a owl:Class ; rdfs:subClassOf :X3DNode . :MetadataBoolean a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :MetadataDouble a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :MetadataFloat a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :MetadataInteger a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :MetadataSet a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :MetadataString a owl:Class ; rdfs:subClassOf :X3DMetadataObject . :X3DRigidJointNode a owl:Class ; rdfs:subClassOf :X3DNode . :BallJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :DoubleAxisHingeJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :MotorJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :SingleAxisHingeJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :SliderJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :UniversalJoint a owl:Class ; rdfs:subClassOf :X3DRigidJointNode . :X3DVolumeRenderStyleNode a owl:Class ; rdfs:subClassOf :X3DNode . :MPRVolumeStyle a owl:Class ; rdfs:subClassOf :X3DVolumeRenderStyleNode . :ProjectionVolumeStyle a owl:Class ; rdfs:subClassOf :X3DVolumeRenderStyleNode . :RadarVolumeStyle a owl:Class ; rdfs:subClassOf :X3DVolumeRenderStyleNode . :StippleVolumeStyle a owl:Class ; rdfs:subClassOf :X3DVolumeRenderStyleNode . :X3DComposableVolumeRenderStyleNode a owl:Class ; rdfs:subClassOf :X3DVolumeRenderStyleNode . :BlendedVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :BoundaryEnhancementVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :CartoonVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :ComposedVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :EdgeEnhancementVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :OpacityMapVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :ShadedVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :SilhouetteEnhancementVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . :ToneMappedVolumeStyle a owl:Class ; rdfs:subClassOf :X3DComposableVolumeRenderStyleNode . ### Additional Concepts ### :3DObject a owl:Class . :Primitive3DObject a owl:Class ; rdfs:subClassOf :3DObject . :Spheroid a owl:Class ; rdfs:subClassOf :Primitive3DObject . :OblateSpheroid a owl:Class ; rdfs:subClassOf :Spheroid . :ProlateSpheroid a owl:Class ; rdfs:subClassOf :Spheroid . :Complex3DObject a owl:Class ; rdfs:subClassOf :3DObject . :Polytope a owl:Class . :Polygon a owl:Class ; rdfs:subClassOf :Polytope . :Polyhedron a owl:Class ; rdfs:subClassOf :Polytope . :Tetrahedron a owl:Class ; rdfs:subClassOf :Polyhedron . :Dodecahedron a owl:Class ; rdfs:subClassOf :Polyhedron . :Icosidodecahedron a owl:Class ; rdfs:subClassOf :Polyhedron . :Cubicuboctahedron a owl:Class ; rdfs:subClassOf :Polyhedron . :Triacontahedron a owl:Class ; rdfs:subClassOf :Polyhedron . ### AutoDesk 3ds Max ### :3dsMaxObject a owl:Class ; rdfs:subClassOf :3DObject ; rdfs:domain :3dsMaxModel . :GeometryObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :GeometricPrimitive a owl:Class ; rdfs:subClassOf :GeometryObject . :StandardPrimitive a owl:Class ; rdfs:subClassOf :GeometricPrimitive . :Box a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Cone a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Sphere a owl:Class ; rdfs:subClassOf :StandardPrimitive . :GeoSphere a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Cylinder a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Tube a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Torus a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Pyramid a owl:Class ; rdfs:subClassOf :StandardPrimitive . :TeaPot a owl:Class ; rdfs:subClassOf :StandardPrimitive . :Plane a owl:Class ; rdfs:subClassOf :StandardPrimitive . :ExtendedPrimitive a owl:Class ; rdfs:subClassOf :GeometricPrimitive . :Hedra a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :TorusKnot a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :ChamferBox a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :ChampherCylinder a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :OilTank a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :Capsule a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :Spindle a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :LExt a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :Gengon a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :CExt a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :RingWave a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :Hose a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :Prism a owl:Class ; rdfs:subClassOf :ExtendedPrimitive . :AECObject a owl:Class ; rdfs:subClassOf :GeometryObject . :AECDesignElement a owl:Class ; rdfs:subClassOf :AECObject . :Door a owl:Class ; rdfs:subClassOf :AECDesignElement . :PivotDoor a owl:Class ; rdfs:subClassOf :Door . :BiFoldDoor a owl:Class ; rdfs:subClassOf :Door . :SlidingDoor a owl:Class ; rdfs:subClassOf :Door . :Window a owl:Class ; rdfs:subClassOf :AECDesignElement . :AwningWindow a owl:Class ; rdfs:subClassOf :Window . :FixedWindow a owl:Class ; rdfs:subClassOf :Window . :ProjectedWindow a owl:Class ; rdfs:subClassOf :Window . :Casement a owl:Class ; rdfs:subClassOf :Window . :PivotedWindow a owl:Class ; rdfs:subClassOf :Window . :SlidingWindow a owl:Class ; rdfs:subClassOf :Window . :Stairs a owl:Class ; rdfs:subClassOf :AECDesignElement . :StraightStair a owl:Class ; rdfs:subClassOf :Stairs . :UTypeStair a owl:Class ; rdfs:subClassOf :Stairs . :LTypeStair a owl:Class ; rdfs:subClassOf :Stairs . :SpiralStair a owl:Class ; rdfs:subClassOf :Stairs . :AECExtendedObject a owl:Class ; rdfs:subClassOf :AECObject . :Foliage a owl:Class ; rdfs:subClassOf :AECExtendedObject . :Railing a owl:Class ; rdfs:subClassOf :AECExtendedObject . :Wall a owl:Class ; rdfs:subClassOf :AECExtendedObject . :CompoundObject a owl:Class ; rdfs:subClassOf :GeometryObject . :Morph a owl:Class ; rdfs:domain :CompoundObject . :Scatter a owl:Class ; rdfs:domain :CompoundObject . :Conform a owl:Class ; rdfs:domain :CompoundObject . :Connect a owl:Class ; rdfs:domain :CompoundObject . :BlobMesh a owl:Class ; rdfs:domain :CompoundObject . :ShapeMerge a owl:Class ; rdfs:domain :CompoundObject . :Boolean a owl:Class ; rdfs:domain :CompoundObject . :Terrain a owl:Class ; rdfs:domain :CompoundObject . :Loft a owl:Class ; rdfs:domain :CompoundObject . :Mesher a owl:Class ; rdfs:domain :CompoundObject . :ProBoolean a owl:Class ; rdfs:domain :CompoundObject . :ProCutter a owl:Class ; rdfs:domain :CompoundObject . :ParticleSystem a owl:Class ; rdfs:subClassOf :GeometryObject . :PFSource a owl:Class ; rdfs:subClassOf :ParticleSystem . :Snow a owl:Class ; rdfs:subClassOf :ParticleSystem . :Blizzard a owl:Class ; rdfs:subClassOf :ParticleSystem . :PCloud a owl:Class ; rdfs:subClassOf :ParticleSystem . :Spray a owl:Class ; rdfs:subClassOf :ParticleSystem . :SuperSpray a owl:Class ; rdfs:subClassOf :ParticleSystem . :PArrayt a owl:Class ; rdfs:subClassOf :ParticleSystem . :PatchGrid a owl:Class ; rdfs:subClassOf :GeometryObject . :TriPatch a owl:Class ; rdfs:subClassOf :PatchGrid . :QuadPatch a owl:Class ; rdfs:subClassOf :PatchGrid . :BodyObject a owl:Class ; rdfs:subClassOf :GeometryObject . :BodyUtility a owl:Class ; rdfs:subClassOf :BodyObject . :JoinBodies a owl:Class ; rdfs:subClassOf :BodyObject . :BodyCutter a owl:Class ; rdfs:subClassOf :BodyObject . :NURBSSurface a owl:Class ; rdfs:subClassOf :GeometryObject . :PointSurf a owl:Class ; rdfs:subClassOf :NURBSSurface . :CVSurf a owl:Class ; rdfs:subClassOf :NURBSSurface . :MentalRayObject a owl:Class ; rdfs:subClassOf :GeometryObject . :MRProxy a owl:Class ; rdfs:subClassOf :MentalRayObject . :PointCloud a owl:Class ; rdfs:subClassOf :GeometryObject . :DynamicsObject a owl:Class ; rdfs:subClassOf :GeometryObject . :Spring a owl:Class ; rdfs:subClassOf :DynamicsObject . :Damper a owl:Class ; rdfs:subClassOf :DynamicsObject . :AlembicObject a owl:Class ; rdfs:subClassOf :GeometryObject . :ShapeObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :Spline a owl:Class ; rdfs:subClassOf :ShapeObject . :Line a owl:Class ; rdfs:subClassOf :Spline . :Circle a owl:Class ; rdfs:subClassOf :Spline . :Arc a owl:Class ; rdfs:subClassOf :Spline . :NGon a owl:Class ; rdfs:subClassOf :Spline . :Text a owl:Class ; rdfs:subClassOf :Spline . :Egg a owl:Class ; rdfs:subClassOf :Spline . :Rectangle a owl:Class ; rdfs:subClassOf :Spline . :Ellipse a owl:Class ; rdfs:subClassOf :Spline . :Donut a owl:Class ; rdfs:subClassOf :Spline . :Star a owl:Class ; rdfs:subClassOf :Spline . :Helix a owl:Class ; rdfs:subClassOf :Spline . :Section a owl:Class ; rdfs:subClassOf :Spline . :NURBSCurve a owl:Class ; rdfs:subClassOf :ShapeObject ; dc:description "A non-uniform rational B-spline (NURBS) curve." . :PointCurve a owl:Class ; rdfs:subClassOf :NURBSCurve . :CVCurve a owl:Class ; rdfs:subClassOf :NURBSCurve . :ExtendedSpline a owl:Class ; rdfs:subClassOf :ShapeObject . :WRectangle a owl:Class ; rdfs:subClassOf :ExtendedSpline . :Angle a owl:Class ; rdfs:subClassOf :ExtendedSpline . :WideFlange a owl:Class ; rdfs:subClassOf :ExtendedSpline . :Channel a owl:Class ; rdfs:subClassOf :ExtendedSpline . :Tee a owl:Class ; rdfs:subClassOf :ExtendedSpline . :LightObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :StandardLightObject a owl:Class ; rdfs:subClassOf :LightObject . :TargetSpotlightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :TargetDirectlightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :OmnilightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :MRAreaOmnilightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :FreeSpotlightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :FreeDirectlightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :SkylighObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :MRAreaSpotlightObject a owl:Class ; rdfs:subClassOf :StandardLightObject . :PhotometricLightObject a owl:Class ; rdfs:subClassOf :LightObject . :TargetLightObject a owl:Class ; rdfs:subClassOf :PhotometricLightObject . :MRSkyPortalLightObject a owl:Class ; rdfs:subClassOf :PhotometricLightObject . :FreeLightObject a owl:Class ; rdfs:subClassOf :PhotometricLightObject . :CameraObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :PhysicalCameraObject a owl:Class ; rdfs:subClassOf :CameraObject . :TargetCameraObject a owl:Class ; rdfs:subClassOf :CameraObject . :FreeCameraObject a owl:Class ; rdfs:subClassOf :CameraObject . :HelperObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :StandardHelperObject a owl:Class ; rdfs:subClassOf :HelperObject . :DummyObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :CrowdObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :ExposeTmObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :PointObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :IRaySectionObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :ProtractorObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :ContainerObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :DelegateObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :GridObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :LightMeterObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :TapeObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :CompassObject a owl:Class ; rdfs:subClassOf :StandardHelperObject . :AtmosphericApparatus a owl:Class ; rdfs:subClassOf :HelperObject . :BoxGizmo a owl:Class ; rdfs:subClassOf :AtmosphericApparatus . :SphereGizmo a owl:Class ; rdfs:subClassOf :AtmosphericApparatus . :CylGizmo a owl:Class ; rdfs:subClassOf :AtmosphericApparatus . :CameraMatch a owl:Class ; rdfs:subClassOf :HelperObject . :CamPointObject a owl:Class ; rdfs:subClassOf :CameraMatch . :AssemblyHead a owl:Class ; rdfs:subClassOf :HelperObject . :Luminaire a owl:Class ; rdfs:subClassOf :AssemblyHead . :Manipulator a owl:Class ; rdfs:subClassOf :HelperObject . :ConeAngleManipulator a owl:Class ; rdfs:subClassOf :Manipulator . :PlaneAngleManipulator a owl:Class ; rdfs:subClassOf :Manipulator . :Slider a owl:Class ; rdfs:subClassOf :Manipulator . :ParticleFlowObject a owl:Class ; rdfs:subClassOf :HelperObject . :FindTarget a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :InitialState a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :ParticlePaint a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :MPSolvent a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :BirthGrid a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :MPWorld a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :DataIcon a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :TestIcon a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :SpeedByIcon a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :GroupSelect a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :BirthTexture a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :MPBuoyancy a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :BirthStream a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :BlurWind a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :RandomWalk a owl:Class ; rdfs:subClassOf :ParticleFlowObject . :MassFXObject a owl:Class ; rdfs:subClassOf :HelperObject . :UConstraintObject a owl:Class ; rdfs:subClassOf :MassFXObject . :CATObject a owl:Class ; rdfs:subClassOf :HelperObject . :CATMuscle a owl:Class ; rdfs:subClassOf :CATObject . :MuscleStrand a owl:Class ; rdfs:subClassOf :CATObject . :CATParent a owl:Class ; rdfs:subClassOf :CATObject . :VRML97HelperObject a owl:Class ; rdfs:subClassOf :HelperObject . :AnchorObject a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :ProxSensor a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :NavInfo a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :Fog a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :SoundObject a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :LODObject a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :TouchSensor a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :TimeSensor a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :BackgroundObject a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :AudioClip a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :Billboard a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :InlineObject a owl:Class ; rdfs:subClassOf :VRML97HelperObject . :SpaceWarpObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :ForceObject a owl:Class ; rdfs:subClassOf :SpaceWarpObject . :PushObject a owl:Class ; rdfs:subClassOf :ForceObject . :Vortex a owl:Class ; rdfs:subClassOf :ForceObject . :PBomb a owl:Class ; rdfs:subClassOf :ForceObject . :Gravity a owl:Class ; rdfs:subClassOf :ForceObject . :Displace a owl:Class ; rdfs:subClassOf :ForceObject . :Motor a owl:Class ; rdfs:subClassOf :ForceObject . :Drag a owl:Class ; rdfs:subClassOf :ForceObject . :PathFollow a owl:Class ; rdfs:subClassOf :ForceObject . :Wind a owl:Class ; rdfs:subClassOf :ForceObject . :DeflectorObject a owl:Class ; rdfs:subClassOf :SpaceWarpObject . :POmniFlect a owl:Class ; rdfs:subClassOf :DeflectorObject . :UOmniFlect a owl:Class ; rdfs:subClassOf :DeflectorObject . :SDeflector a owl:Class ; rdfs:subClassOf :DeflectorObject . :SOmniFlect a owl:Class ; rdfs:subClassOf :DeflectorObject . :UDeflector a owl:Class ; rdfs:subClassOf :DeflectorObject . :DeformableObject a owl:Class ; rdfs:subClassOf :SpaceWarpObject . :FFDBox a owl:Class ; rdfs:subClassOf :DeformableObject . :FFDCyl a owl:Class ; rdfs:subClassOf :DeformableObject . :Wave a owl:Class ; rdfs:subClassOf :DeformableObject . :Ripple a owl:Class ; rdfs:subClassOf :DeformableObject . :Displace a owl:Class ; rdfs:subClassOf :DeformableObject . :ConformDeformableObject a owl:Class ; rdfs:subClassOf :DeformableObject . :Bomb a owl:Class ; rdfs:subClassOf :DeformableObject . :ModifierBasedObject a owl:Class ; rdfs:subClassOf :SpaceWarpObject . :BendObject a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :Twist a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :Taper a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :Skew a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :Noise a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :Stretch a owl:Class ; rdfs:subClassOf :ModifierBasedObject . :ParticleObject a owl:Class ; rdfs:subClassOf :SpaceWarpObject . :VectorFieldObject a owl:Class ; rdfs:subClassOf :ParticleObject . :SystemObject a owl:Class ; rdfs:subClassOf :3dsMaxObject . :BoneSystem a owl:Class ; rdfs:subClassOf :SystemObject . :RingArray a owl:Class ; rdfs:subClassOf :SystemObject . :BipedObject a owl:Class ; rdfs:subClassOf :SystemObject . :SunlightObject a owl:Class ; rdfs:subClassOf :SystemObject . :DaylightObject a owl:Class ; rdfs:subClassOf :SystemObject . ### AutoDesk Maya ### :MayaObject a owl:Class ; rdfs:subClassOf :3DObject ; rdfs:domain :MayaModel . :nHair a owl:Class ; rdfs:subClassOf :MayaObject . :nCloth a owl:Class ; rdfs:subClassOf :MayaObject . :nParticle a owl:Class ; rdfs:subClassOf :MayaObject . :Fur a owl:Class ; rdfs:subClassOf :MayaObject . :nCloth a owl:Class ; rdfs:subClassOf :MayaObject . :MayaSurface a owl:Class . :PolygonGeometry a owl:Class ; rdfs:subClassOf :MayaSurface . :Subdivison a owl:Class ; rdfs:subClassOf :MayaSurface . ### 3ds Max/Maya ### :NonRiggedModel a owl:Class ; rdfs:domain :3DModel . :RiggedModel a owl:Class ; rdfs:domain :3DModel , :3DAnimation . :JointChain a owl:Class ; rdfs:subClassOf :RiggedModel . :Joint a owl:Class ; rdfs:subClassOf :JointChain . :Skeleton a owl:Class ; rdfs:subClassOf :RiggedModel . :Node a owl:Class . :MayaMuscleSystem a owl:Class ; rdfs:domain :MayaModel . :Capsule a owl:Class ; rdfs:subClassOf :MayaMuscleSystem . :Bone a owl:Class ; rdfs:subClassOf :MayaMuscleSystem . :Muscle a owl:Class ; rdfs:subClassOf :MayaMuscleSystem . :Map a owl:Class . :NormalMap a owl:Class ; rdfs:subClassOf :Map . :ObjectSpaceMap a owl:Class ; rdfs:subClassOf :NormalMap . :TangentSpaceMap a owl:Class ; rdfs:subClassOf :NormalMap . :BumpMap a owl:Class ; skos:broader :MultiTexture ; rdfs:subClassOf :Map . :DisplacementMap a owl:Class ; skos:related :BumpMap ; rdfs:subClassOf :Map . ### AutoDesk AutoCAD ### :AutoCADObject a owl:Class ; rdfs:subClassOf :3DObject ; rdfs:domain :AutoCADModel . :AutoCADMesh a owl:Class ; rdfs:subClassOf :AutoCADObject . :SmoothObject a owl:Class ; rdfs:subClassOf :AutoCADMesh . :AutoCADSolid a owl:Class ; rdfs:subClassOf :AutoCADObject . :AutoCADSurface a owl:Class ; rdfs:subClassOf :AutoCADObject . ### Additional Concepts with Reused Concepts ### dc:Agent a owl:Class . vidont:Avatar a owl:Class ; rdfs:subClassOf dc:Agent ; dc:description "An animated character in a simulated environment (CGI)." . schema:copyrightHolder a owl:Class ; rdfs:subClassOf dc:Agent . foaf:Organization a owl:Class ; rdfs:subClassOf schema:copyrightHolder . :DesignStudio a owl:Class ; rdfs:subClassOf foaf:Organization . :animationStudio a owl:Class ; rdfs:subClassOf foaf:Organization . vidont:filmStudio a owl:Class ; rdfs:subClassOf foaf:Organization . schema:productionCompany a owl:Class ; rdfs:subClassOf foaf:Organization . foaf:Person a owl:Class ; rdfs:subClassOf schema:copyrightHolder . :3DGraphicDesigner a owl:Class . schema:CreativeWork a owl:Class . :3DComputerGraphicsSoftware a owl:Class ; rdfs:subClassOf schema:CreativeWork . :3DModel a owl:Class ; rdfs:subClassOf schema:CreativeWork . :3dsMaxModel a owl:Class ; rdfs:subClassOf :3DModel . :BlenderModel a owl:Class ; rdfs:subClassOf :3DModel . :MayaModel a owl:Class ; rdfs:subClassOf :3DModel . :AC3DModel a owl:Class ; rdfs:subClassOf :3DModel . :ModoModel a owl:Class ; rdfs:subClassOf :3DModel . :Seamless3dModel a owl:Class ; rdfs:subClassOf :3DModel . :X3DModel a owl:Class ; rdfs:subClassOf :3DModel . :AutoCADModel a owl:Class . schema:Review a owl:Class ; rdfs:subClassOf schema:CreativeWork ; dc:description "A review of an item, e.g., of a movie."@en . vidont:Video a owl:Class ; rdfs:subClassOf schema:CreativeWork . schema:Movie a owl:Class ; rdfs:subClassOf :Video ; owl:disjointWith schema:MusicVideoObject , schema:TVSeason , schema:trailer . :animatedMovie a owl:Class ; rdfs:subClassOf schema:Movie ; dc:description "Differentiates films from their releases. An animated movie can be a cartoon, a cartoon with motion picture, a computer animaton, or live action." . :computerAnimation a owl:Class ; rdfs:subClassOf :animatedMovie . :3DAnimation a owl:Class ; rdfs:subClassOf :computerAnimation . ############################# ### Properties/Predicates/Roles ### ############################# :alphaTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing alpha component." . :ambientTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing ambient component." . :attrib a owl:ObjectProperty ; rdfs:domain :ElevationGrid , :X3DComposedGeometryNode , :IndexedTriangleStripSet , :LineSet , :QuadSet . :back a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture ; dc:description "Texture for the back of the cubemap." . :background a owl:ObjectProperty ; rdfs:domain :RenderedTexture . :bodies a owl:ObjectProperty ; rdfs:domain :RigidBodyCollection . :body1 a owl:ObjectProperty ; rdfs:domain :X3DRigidJointNode ; dc:description "The first body to be joint by the node." . :body2 a owl:ObjectProperty ; rdfs:domain :X3DRigidJointNode ; dc:description "The second rigid body to be joint by the node." . :bottomTexture a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture ; dc:description "Texture for the bottom of the cubemap." . :cappingColor a owl:ObjectProperty ; rdfs:domain :ClipPlane ; dc:description "Defines the color of the capping." . :children a owl:ObjectProperty , owl:TransitiveProperty ; rdfs:domain :X3DLODNode , :X3DTransformNode , :X3DGroupingNode , :Inline ; dc:description "Grouping nodes have a field that contains a list of children nodes" . :collidables a owl:ObjectProperty ; rdfs:domain :CollisionCollection ; dc:description "The collidables field can be managed as a single entity for resolution of inter-object collisions with other groups of collidable objects." . :collider a owl:ObjectProperty ; rdfs:domain :CollisionSensor ; dc:description "Specifies the nodes and spaces that are to be included in collision detection computations." . :colorMaskMode a owl:ObjectProperty ; dc:description "Holds a ColorMaskMode node." . :data a owl:ObjectProperty ; rdfs:domain :GeoMetadata ; dc:description "The data field is used to list all of the other nodes in a scene by DEF name that reference the data described in the GeoMetadata node. The nodes in the data field are not rendered, so DEF/USE can be used in order to first describe them and then to use them in the scene graph." . :depicts a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty . :depthMode a owl:ObjectProperty ; dc:description "Holds the depthMode node." . :depthTexture a owl:ObjectProperty ; rdfs:domain :RadarVolumeStyle . :diffuseDisplacementTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing diffuse displacement component." . :diffuseTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing diffuse component." . :displacementTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing displacement component." . :displacers a owl:ObjectProperty ; rdfs:domain :HAnimJoint , :HAnimSegment . :emissiveTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing emissive component." . :environmentTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Cube texture containing the environment for perfect specular reflection and transmission." . :excludeNodes a owl:ObjectProperty ; rdfs:domain :RenderedTexture . :fields a owl:ObjectProperty ; rdfs:domain :ComposedShader ; dc:description "Contains all fields of shader parts." . :fog a owl:ObjectProperty ; rdfs:domain :RenderedTexture . :FontStyle a owl:ObjectProperty , owl:TransitiveProperty ; rdfs:domain :Text ; dc:description "Sets the text style." . :front a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture ; dc:description "Texture for the front of the cubemap." . :geometry a owl:ObjectProperty ; rdfs:domain :X3DVolumeDataNode , :RigidBody , :X3DShapeNode ; dc:description "Holds the geometry node." . :gradients a owl:ObjectProperty ; rdfs:domain :IsoSurfaceVolumeData ; dc:description "Allows to provide the normals of the volume data." . :joints a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid , :RigidBodyCollection . :left a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture ; dc:description "Texture for the left side of the cubemap." . :levels a owl:ObjectProperty ; rdfs:domain :PopGeometry . :massDensityModel a owl:ObjectProperty ; rdfs:domain :RigidBody . :material a owl:ObjectProperty ; rdfs:domain :ShadedVolumeStyle ; dc:description "Material." . :multiDiffuseAlphaTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Multi diffuse alpha texture." . :multiEmmisiveAmbientIntensityTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Multi emissive ambientIntensity texture." . :multiSpecularShininessTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Multi specular shininess texture." . :multiVisibilityTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Multi visibility texture." . :normalTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing normal component for normal mapping." . :parts a owl:ObjectProperty ; rdfs:domain :ComposedShader ; dc:description "List of shader parts." . :privateChild1Node a owl:ObjectProperty ; rdfs:domain :GeoLOD . :privateChild2Node a owl:ObjectProperty ; rdfs:domain :GeoLOD . :privateChild3Node a owl:ObjectProperty ; rdfs:domain :GeoLOD . :privateChild4Node a owl:ObjectProperty ; rdfs:domain :GeoLOD . :proxy a owl:ObjectProperty ; rdfs:domain :X3DGroupingNode ; dc:description "Alternate object to be checked for collision, in place of the children of the node." . :reflectionTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing reflection component." . :renderStyle a owl:ObjectProperty ; rdfs:domain :ComposedVolumeStyle , :IsoSurfaceVolumeData , :SegmentedVolumeData , :VolumeData . :right a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture ; dc:description "Texture for the right side of the cubemap." . :root a owl:ObjectProperty ; rdfs:domain :DynamicLOD . :rootNode a owl:ObjectProperty ; rdfs:domain :GeoLOD ; dc:description "The rootUrl and rootNode fields provide two different ways to specify the geometry of the root tile. The rootUrl field lets you specify a URL for a file that contains the geometry." . :segmentIdentifiers a owl:ObjectProperty ; rdfs:domain :SegmentedVolumeData . :segments a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :shaders a owl:ObjectProperty ; dc:description "Shaders." . :shape a owl:ObjectProperty ; rdfs:domain :CADFace ; dc:description "The geometry and appearance for the face or an LOD node containing different detail levels of the shape." . :shininessTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing shininess component." . :sites a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :skeleton a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :skin a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :skinCoord a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :skinNormal a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :source a owl:ObjectProperty ; rdfs:domain :Sound . :specularTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing specular component." . :surfaceNormals a owl:ObjectProperty ; rdfs:domain :X3DComposableVolumeRenderStyleNode , :OpacityMapVolumeStyle ; dc:description "Allows to provide the normals of the volume data." . :texture a owl:ObjectProperty ; dc:description "Texture." . :textureProp a owl:ObjectProperty ; rdfs:domain :X3DTexture3DNode ; dc:description "Sets a TextureProperty node." . :textureTransform a owl:ObjectProperty ; dc:description "Texture transform." . :top a owl:ObjectProperty ; rdfs:domain :ComposedCubeMapTexture , :Cone , :SlopedCylinder , :Snout ; dc:description "Texture for the top of the cubemap. For cones, it specifies whether the top cap of the cone is created." . :transferFunction a owl:ObjectProperty ; rdfs:domain :OpacityMapVolumeStyle , :RadarVolumeStyle ; dc:description "A texture that is going to be used to map each voxel value to a specific color output." . :transmissionTexture a owl:ObjectProperty ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture containing transmission component." . :viewpoints a owl:ObjectProperty ; rdfs:domain :HAnimHumanoid . :voxels a owl:ObjectProperty ; rdfs:domain :BlendedVolumeStyle , :IsoSurfaceVolumeData , :SegmentedVolumeData ; dc:description "An ImageTextureAtlas node containing the volume data to be blended." . :weightTransferFunction1 a owl:ObjectProperty ; rdfs:domain :BlendedVolumeStyle ; dc:description "A 2D texture that maps each opacity value to a weight value, that will be used on the parent volume data." . :weightTransferFunction2 a owl:ObjectProperty ; rdfs:domain :BlendedVolumeStyle ; dc:description "A 2D texture that maps each opacity value to a weight value, that will be used on the volume data to be blended." . :accumFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RadarVolumeStyle ; dc:description "Specifies a multiplier for the color and intensity accumulated as the ray traverses the volume data in case of alpha composting based volume rendering" . :allowViewpointInside a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DVolumeDataNode ; dc:description "Allow to locate the viewpoint inside the volume." . :alphaClipThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; dc:description "Specify the threshold for the alpha clipping." . :alphaFactor a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of alphaTexture is multiplied by this value. If no texture is set, the value is used directly." . :alphaFunc a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "none" ; rdf:rest [ a rdf:List ; rdf:first "never" ; rdf:rest [ a rdf:List ; rdf:first "less" ; rdf:rest [ a rdf:List ; rdf:first "equal" ; rdf:rest [ a rdf:List ; rdf:first "lequal" ; rdf:rest [ a rdf:List ; rdf:first "greater" ; rdf:rest [ a rdf:List ; rdf:first "notequal" ; rdf:rest [ a rdf:List ; rdf:first "gequal" ; rdf:rest [ a rdf:List ; rdf:rest [ a rdf:List ; rdf:first "always" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] ; rdfs:domain :BlendMode . :alphaFuncValue a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BlendMode ; dc:description "Defines how fragments which do not fulfill a certain condition are handled." . :alphaTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for alphaTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :alphaTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for alphaTexture." . :alphaTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :ambientFactor a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of ambientTexture is multiplied by this value. If no texture is set, the value is used directly." . :ambientIntensity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode , :X3DMaterialNode ; dc:description "Specifies the intensity of the ambient emission from the light." . :ambientTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for ambientTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :ambientTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for ambientTexture." . :ambientTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :anchorPoint a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :SingleAxisHingeJoint , :DoubleAxisHingeJoint , :UniversalJoint ; dc:description "The common anchor point." . :angle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RectangularTorus , :SolidOfRevolution , :Torus ; dc:description "Defines the length of the torus as angle. 2 * Ï€ is a full torus (RectangularTorus) or the subtended angle through which the 2D loop is swept around the x axis (SolidOfRevolution)." . :angularDampingFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBody ; dc:description "Angular damping factor." . :angularVelocity a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "Provides a constant velocity value to the object every frame." . :anisotropicDegree a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TextureProperties ; dc:description "Describes the minimum degree of anisotropy to account for in texture filtering." . :applied a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :LineProperties . :attenuation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PointLight , :SpotLight ; dc:description "PointLight/spotlight node's illumination falls off with distance as specified by three attenuation coefficients." . :attributeStride a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Stride of all (interleaved) attributes, given in bytes." . :autoDamp a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBody ; dc:description "The application of damping is controlled through the use of the autoDamp field. When the value is FALSE, no damping is applied. When the value is TRUE, rotational and translational damping is calculated and applied." . :autoDisable a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBody , :RigidBodyCollection ; dc:description "By default, this automatic disabling is turned off. It may be enabled by setting the autoDisable field to TRUE." . :autoOffset a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DDragSensorNode ; dc:description "Determines whether offset values from previous drag gestures are remembered / accumulated." . :autoRefinement a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RefinementTexture ; dc:description "Defines whether texture refinement should be managed by another component." . :avatarSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :NavigationInfo ; dc:description "avatarSize triplet values are: (a) collision distance between user and geometry (near culling plane of the view frustrum) (b) viewer height above terrain (c) tallest height viewer can WALK over. Hint: keep (avatarSize.CollisionDistance / visibilityLimit) less then; 10,000 to avoid aliasing artifacts (i.e. polygon 'tearing'). Interchange profile hint: this field may be ignored." . :axis a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :SingleAxisHingeJoint , :SliderJoint ; dc:description "The axis of the hinge is defined to be along the unit vector described in the axis field and centered on the anchorPoint described in world coordinates." . :axis1 a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :DoubleAxisHingeJoint , :UniversalJoint ; dc:description "Specified relative to the first body." . :axis1Angle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :MotorJoint ; dc:description "The three axis angle fields provide angles (in angle base units) for this frame for the corresponding motor axis when in user-calculated mode." . :axis1Torque a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Torque on axis 1." . :axis2 a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :DoubleAxisHingeJoint , :UniversalJoint ; dc:description "Specified relative to the second body." . :axis2Angle a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "The three axis angle fields provide angles (in angle base units) for this frame for the corresponding motor axis when in user-calculated mode." . :axis2Torque a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Torque on axis 2." . :axis3Angle a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "The three axis angle fields provide angles (in angle base units) for this frame for the corresponding motor axis when in user-calculated mode." . :axis3Torque a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Torque on axis 3." . :axisOfRotation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; dc:description "The axis of rotation, whose direction is relative to local coordinate system. Axis 0 0 0 faces the viewer." . :axisRotation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CylinderSensor , :PlaneSensor . :backAmbientIntensity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the ambient intensity for the back side." . :backDiffuseColor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the diffuse color for the back side." . :backEmissiveColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the emissive color for the back side." . :backShininess a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the shininess for the back side." . :backSpecularColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the specular color for the back side." . :backTransparency a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TwoSidedMaterial ; dc:description "Defines the transparency for the back side." . :backUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :bbMaxModF a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "The maximum coordinates of the bounding box, in a normalized range between [0,1], and given modulo maxBBSize." . :bbMin a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "Minimum coordinates of the bounding box, in object coordinates." . :bbMinModF a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "The minimum coordinates of the bounding box, in a normalized range between [0,1], and given modulo maxBBSize." . :bbShiftVec a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "Field for internal use." . :bboxCenter a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DLODNode , :X3DTransformNode , :X3DGroupingNode , :X3DVolumeDataNode , :Inline , :X3DShapeNode ; dc:description "Center of the bounding box." . :bboxSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DLODNode , :X3DTransformNode , :X3DGroupingNode , :X3DVolumeDataNode , :X3DShapeNode , :Inline ; dc:description "Size of the bounding box." . :beamWidth a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SpotLight ; dc:description "Specifies an inner solid angle in which the light source emits light at uniform full intensity." . :beginCap a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Extrusion ; dc:description "Specifies whether the beginCap should exist." . :bind a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DBackgroundNode , :X3DEnvironmentNode , :Fog , :X3DViewpointNode , :X3DNavigationInfoNode ; dc:description "Pushes/pops the node on/from the top of the bindable stack." . :binormal a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :BinaryGeometry . :binormalTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel that contains the tangents in v." . :binormalType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :BinaryGeometry ; dc:description "Specifies the byte format of the binormals." . :borderColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :TextureProperties ; dc:description "Describes the color to use for border pixels." . :borderWidth a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :TextureProperties ; dc:description "Describes the number of pixels to use for a texture border." . :bottom a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Cone , :Cylinder , :SlopedCylinder , :Dish , :Snout ; dc:description "For cones, the bottom field specifies whether the bottom cap of the cone is created. For cylinders, the bottom field specifies whether the bottom cap of the cylinder is created. For dishes, it specifies whether the bottom cap of the dish is created." . :bottomUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :bounce a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "1"^^xsd:float ] ) ] ; rdfs:domain :CollisionCollection ; dc:description "Indicates how bouncy the surface contact is. 0 indicates no bounce at all, while 1 indicates maximum bounce." . :boundaryModeR a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the way R texture coordinate boundaries are handled." . :boundaryModeS a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the way S texture coordinate boundaries are handled." . :boundaryModeT a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the way T texture coordinate boundaries are handled." . :boundaryOpacity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BoundaryEnhancementVolumeStyle ; dc:description "The boundaryOpacity field specifies the amount of boundary enhancement to use." . :brightness a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RadarVolumeStyle ; dc:description "Specifies a multiplier for the RGB values of the output color." . :bvhType a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "'jsBIH" ; rdf:rest [ a rdf:List ; rdf:first "BIH" ; rdf:rest [ a rdf:List ; rdf:first "OCTREE" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:domain :StaticGroup ; dc:description "Defines the type of bvh to use." . :cappingStrength a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ClipPlane ; dc:description "Defines the strength of the capping." . :caps a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RectangularTorus , :SolidOfRevolution , :Torus ; dc:description "Specifies whether the side caps exist." . :ccw a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DPlanarGeometryNode , :X3DSpatialGeometryNode , :GeoElevationGrid , :X3DBinaryContainerGeometryNode , :X3DComposedGeometryNode , :X3DGeometryNode , :IndexedQuadSet , :LineSet , :Nozzle , :PointSet , :QuadSet ; dc:description "The ordering of the vertex coordinates of the geometry with respect to user-given or automatically generated normal vectors used in the lighting model equations." . :center a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Transform , :X3DLODNode , :Plane , :TextureTransform , :TextureTransform3D ; dc:description "Specifies a translation offset from the origin of the local coordinate system (0,0,0). For LOD nodes, the center field is a translation offset in the local coordinate system that specifies the centre of the LOD node for distance calculations." . :centerOfMass a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimSegment , :RigidBody . :centerOfRotation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoViewpoint , :OrthoViewpoint , :Viewpoint ; dc:description "Specifies a center about which to rotate the user's eyepoint when in EXAMINE mode." . :child1Url a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLOD ; dc:description "When the viewer enters the specified range, this geometry is replaced with the contents of the four children files defined by child1Url through child4Url. The four children files are loaded into memory only when the user is within the specified range. Similarly, these are unloaded from memory when the user leaves this range." . :child2Url a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLOD ; dc:description "When the viewer enters the specified range, this geometry is replaced with the contents of the four children files defined by child1Url through child4Url. The four children files are loaded into memory only when the user is within the specified range. Similarly, these are unloaded from memory when the user leaves this range." . :child3Url a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLOD ; dc:description "When the viewer enters the specified range, this geometry is replaced with the contents of the four children files defined by child1Url through child4Url. The four children files are loaded into memory only when the user is within the specified range. Similarly, these are unloaded from memory when the user leaves this range." . :child4Url a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLOD ; dc:description "When the viewer enters the specified range, this geometry is replaced with the contents of the four children files defined by child1Url through child4Url. The four children files are loaded into memory only when the user is within the specified range. Similarly, these are unloaded from memory when the user leaves this range." . :closed a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :SplinePositionInterpolator ; dc:description "Specifies whether the interpolator should provide a closed loop, with continuous velocity vectors as the interpolator transitions from the last key to the first key." . :closureType a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "PIE" ; rdf:rest [ a rdf:List ; rdf:first "CHORD" ; rdf:rest rdf:nil ] ] ] ; rdfs:domain :ArcClose2D ; dc:description "The end points of the arc specified are connected as defined by the closureType field." . :collideTime a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Collision ; dc:description "The time of collision." . :colorIndex a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :IndexedFaceSet , :IndexedLineSet ; dc:description "The index data for the color data." . :colorOffset a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Offset, given in bytes, for the color attribute inside the interleaved attribute array." . :colorPerVertex a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid , :IndexedFaceSet , :IndexedLineSet , :X3DComposedGeometryNode ; dc:description "Determines whether colours specified in the color field are applied to each vertex or each quadrilateral of the ElevationGrid node. For IndexedFaceSet, if colorPerVertex is FALSE, colours are applied to each face. If colorPerVertex is true, colours are applied to each vertex." . :colorPrecision a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Precision, given in bytes, for the components of the color attribute." . :colorSteps a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CartoonVolumeStyle ; dc:description "Specifies how many distinct colors are taken from the interpolated colors and used to render the object." . :colorTransparency a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BlendMode ; dc:description "The constant alpha used by blend modes constant." . :colorType a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BinaryGeometry , :PopGeometry ; dc:description "Specifies the byte format of the colors." . :colorURL a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :BinaryGeometry ; dc:description "The URL to the binary file that contains the colors." . :colorvector a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :BlendMode , :X3DLightNode , :ColorRGBA , :X3DFogNode . :compressed a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :BinaryGeometry ; dc:description "Flag that specifies whether the binary files are GZip compressed." . :constantForceMix a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBodyCollection ; dc:description "Applies damping to the calculations by violating the normal constraints by applying a small, constant force to those calculations." . :contactSurfaceThickness a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBodyCollection ; dc:description "Represents how far bodies may interpenetrate after a collision. This allows simulation of softer bodies that may deform somewhat during collision. The default value is zero." . :contourStepSize a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :IsoSurfaceVolumeData ; dc:description "Specifies an step size to render isosurfaces that are multiples of an initial isovalue." . :convex a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Extrusion , :IndexedFaceSet ; dc:description "Indicates whether all polygons in the shape are convex." . :coolColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; dc:description "Specifies the color to be used for surfaces facing away of the light direction." . :coord a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :BinaryGeometry , :HAnimSegment , :ImageGeometry , :LineSet , :PointSet ; dc:description "The URL to the binary file that contains the mesh coordinates." . :coordIndex a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimDisplacer , :IndexedLineSet . :coordType a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BinaryGeometry , :PopGeometry ; dc:description "Specifies the byte format of the coordinates." . :creaseAngle a owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:domain :ElevationGrid , :Extrusion , :GeoElevationGrid , :IndexedFaceSet , :SolidOfRevolution ; dc:description "Affects how default normals are generated." . :crossOrigin a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DBackgroundNode , :X3DEnvironmentTextureNode , :X3DTexture3DNode , :GeneratedCubeMapTexture , :X3DTextureNode ; dc:description "Cross Origin Mode." . :crossSection a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Extrusion , :SolidOfRevolution ; dc:description "Describes the cross section as a 2D piecewise linear curve (series of connected vertices)." . :cutOffAngle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SpotLight ; dc:description "Specifies the outer bound of the solid angle." . :cycleInterval a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :TimeSensor ; dc:description "The cycle of a TimeSensor node lasts for cycleInterval seconds." . :cycleTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :TimeSensor ; dc:description "Can be used for synchronization purposes such as sound with animation." . :dbottom a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Snout ; dc:description "Defines the diameter of the bottom surface." . :debug a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :StaticGroup ; dc:description "Enables debugging." . :depthFunc a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "NONE" ; rdf:rest [ a rdf:List ; rdf:first "NEVER" ; rdf:rest [ a rdf:List ; rdf:first "LESS" ; rdf:rest [ a rdf:List ; rdf:first "EQUAL" ; rdf:rest [ a rdf:List ; rdf:first "LEQUAL" ; rdf:rest [ a rdf:List ; rdf:first "GREATER" ; rdf:rest [ a rdf:List ; rdf:first "NOTEQUAL" ; rdf:rest [ a rdf:List ; rdf:first "GEQUAL" ; rdf:rest [ a rdf:List ; rdf:first "ALWAYS" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ; rdfs:domain :DepthMode ; dc:description "The depth function to use." . :depthMap a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RenderedTexture ; dc:description "Determines if textures shall be treated as depth map." . :description a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :Anchor , :X3DFogNode , :GeoViewpoint . :desiredAngularVelocity1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "Desired angular velocity for the first axis." . :desiredAngularVelocity2 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "Desired angular velocity for the second axis." . :destFactor a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "none" ; rdf:rest [ a rdf:List ; rdf:first "zero" ; rdf:rest [ a rdf:List ; rdf:first "one" ; rdf:rest [ a rdf:List ; rdf:first "dst_color" ; rdf:rest [ a rdf:List ; rdf:first "src_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_dst_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_src_color" ; rdf:rest [ a rdf:List ; rdf:first "src_alpha, one_minus_src_alpha" ; rdf:rest [ a rdf:List ; rdf:first "dst_alpha" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_dst_alpha" ; rdf:rest [ a rdf:List ; rdf:first "src_alpha_saturate" ; rdf:rest [ a rdf:List ; rdf:first "constant_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_constant_color" ; rdf:rest [ a rdf:List ; rdf:first "constant_alpha" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_constant_alpha" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ; rdfs:domain :BlendMode ; dc:description "The frame buffer pixel is scaled according to the method defined by the destination factor." . :destination a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ColorChaser , :CoordinateDamper , :X3DEnvironmentNode , :OrientationChaser , :OrientationDamper , :PositionChaser , :PositionChaser2D , :PositionDamper , :PositionDamper2D , :ScalarChaser , :ScalarDamper , :TexCoordDamper2D ; dc:description "The target color/orientation value." . :diameter a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Dish ; dc:description "Specifies the diameter of the base." . :diffuseColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DMaterialNode ; dc:description "Reflects all X3D light sources depending on the angle of the surface with respect to the light source." . :diffuseFactor a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of diffuseTexture is multiplied by this value. If no texture is set, the value is used directly." . :diffuseTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for diffuseTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :diffuseTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for diffuseTexture." . :diffuseTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :dimensions a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DVolumeDataNode , :RenderedTexture ; dc:description "Specifies the size of of the bounding box for the volume data." . :direction a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :DirectionalLight , :SpotLight ; dc:description "Specifies the direction vector of the illumination emanating from the light source in the local coordinate system." . :disableAngularSpeed a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBody , :RigidBodyCollection ; dc:description "Defines conditions for when the body ceases to considered as part of the rigid body calculations and should be considered as at rest." . :disableLinearSpeed a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBody , :RigidBodyCollection ; dc:description "Defines conditions for when the body ceases to considered as part of the rigid body calculations and should be considered as at rest." . :disableTime a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBody , :RigidBodyCollection ; dc:description "Defines conditions for when the body ceases to considered as part of the rigid body calculations and should be considered as at rest." . :displacementAxis a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "Axis along which the vertices are displacement" . :displacementFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CommonSurfaceShader ; dc:description "Factor for the displacement." . :displacementTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for displacementTexture." . :displacementTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :displacements a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimDisplacer . :doPickPass a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Scene ; dc:description "Flag to enable/disable pick pass." . :drawOrder a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "Any" ; rdf:rest [ a rdf:List ; rdf:first "BackToFront" ; rdf:rest [ a rdf:List ; rdf:first "FrontToBack" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:domain :ParticleSet ; dc:description "Defines the drawing order for the particles." . :dtop a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Snout ; dc:description "Defines the diameter of the top surface." . :duration a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :X3DChaserNode , :ScalarChaser ; dc:description "Duration of the transition." . :edgeColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :EdgeEnhancementVolumeStyle ; dc:description "Specifies the color to be used for the edge enhacement." . :elapsedTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :TimeSensor ; dc:description "Delivers the current elapsed time since the TimeSensor was activated and running, cumulative in seconds and not counting any time while in a paused state." . :elevationScaling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeoViewpoint ; dc:description "Enable/disable elevation scaled speed for automatic adjustment of user movement as recommended in spec." . :emissiveColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DMaterialNode ; dc:description "Models 'glowing' objects." . :emissiveFactor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of emissiveTexture is multiplied by this value. If no texture is set, the value is used directly." . :emissiveTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for emissiveTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :emissiveTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for emissiveTexture." . :emissiveTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :enableARC a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "Adjusts rendering parameters." . :enableCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RemoteSelectionGroup ; dc:description "Defines whether culling is used. If culling is disabled the RemoteSelectionGroup works like a normal group." . :enableDepthTest a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :DepthMode ; dc:description "Whether the depth test should be enabled or not." . :enabled a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :AudioClip , :X3DComposableVolumeRenderStyleNode , :X3DVolumeRenderStyleNode , :X3DDragSensorNode , :ProjectionVolumeStyle , :RigidBody , :RigidBodyCollection ; dc:description "For audio clips, it specifies whether the clip is enabled. For EdgeEnhancementVolumeStyle, it specifies whether the render style is enabled or disabled." . :enabledAxes a owl:DatatypeProperty ; rdfs:range xsd:integer; rdfs:domain :MotorJoint ; dc:description "The currently enabled axis." . :endAngle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Arc2D ; dc:description "The arc extends from the startAngle counterclockwise to the endAngle." . :endCap a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Extrusion ; dc:description "Specifies whether the endCap should exist." . :environmentFactor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of environmentTexture is multiplied by this value. If no texture is set, the value is used directly." . :environmentTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for environmentTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :environmentTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader . :environmentTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :equation a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "none" ; rdf:rest [ a rdf:List ; rdf:first "func_add" ; rdf:rest [ a rdf:List ; rdf:first "func_subtract" ; rdf:rest [ a rdf:List ; rdf:first "func_reverse_subtract" ; rdf:rest [ a rdf:List ; rdf:first "min" ; rdf:rest [ a rdf:List ; rdf:first "max" ; rdf:rest [ a rdf:List ; rdf:first "logic_op" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ; rdfs:domain :BlendMode ; dc:description "An additional equation used to combine source, destination and the constant value." . :errorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBodyCollection ; dc:description "Describes how quickly the system should resolve intersection errors due to floating point inaccuracies." . :explorationMode a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "all" ; rdf:rest [ a rdf:List ; rdf:first "pan" ; rdf:rest [ a rdf:List ; rdf:first "zoom" ; rdf:rest [ a rdf:List ; rdf:first "rotate" ; rdf:rest [ a rdf:List ; rdf:first "none" ; rdf:rest rdf:nil ] ] ] ] ] ] ; rdfs:domain :NavigationInfo ; dc:description "Allows restricting examine and turntable navigation, overrides mouse buttons." . :family a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :FontStyle ; dc:description "Defines the text family." . :fieldOfView a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :GeoViewpoint , :OrthoViewpoint , :Viewpoint ; dc:description "Preferred minimum viewing angle from this viewpoint in radians." . :finalLine a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :MPRVolumeStyle ; dc:description "Specifies the second line to calculate the normal plane." . :finiteRotationAxis a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "Specifies a vector around which the object rotates." . :first a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :TimeSensor . :firstCycle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TimeSensor . :fixed a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBody ; dc:description "Indicates that this body does not move." . :fogType a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "LINEAR" ; rdf:rest [ a rdf:List ; rdf:first "EXPONENTIAL" ; rdf:rest rdf:nil ] ] ] ; rdfs:domain :X3DFogNode ; dc:description "Controls how much of the fog colour is blended with the object as a function of distance." . :forceOutput a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DRigidJointNode ; dc:description "Controls which output fields are to be generated for the next frame." . :forceTransitions a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DLODNode ; dc:description "Specifies whether browsers are allowed to disregard level distances in order to provide better performance." . :forces a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "The torques and forces fields define zero or more sets of torque and force values that are applied to the object every frame. These are continuously applied until reset to zero by the user." . :format a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :RefinementTexture ; dc:description "Specifies the image format of the dataset." . :fraction_changed a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :TimeSensor ; dc:description "Outputs a floating point value in the closed interval [0, 1]." . :fresnelBlend a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CommonSurfaceShader ; dc:description "To what degree the Fresnel equation for dielectrics should be used to blend the perfect specular reflection and transmission." . :frictionCoefficients a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CollisionCollection ; dc:description "Friction coefficients." . :frontUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :frustumCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE, objects outside the viewing frustum are ignored." . :gammaCorrectionDefault a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :ElevationGrid ; dc:description "The gamma correction to apply by default." . :generateMipMaps a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :TextureProperties ; dc:description "Describes whether mipmaps should be generated for the texture. " . :geoCoords a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLocation ; dc:description "The geometry of the nodes in children is to be specified in units of metres in X3D coordinates relative to the location specified by the geoCoords field. The geoCoords field can be used to dynamically update the geospatial location of the model." . :geoGridOrigin a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoElevationGrid ; dc:description "Specifies the geographic coordinate for the south-west corner (bottom-left) of the dataset." . :geoSystem a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoElevationGrid , :GeoLocation , :GeoOrigin , :GeoPositionInterpolator , :GeoViewpoint ; dc:description "Defines the spatial reference frame." . :global a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DLightNode ; dc:description "Specifies whether the light is global or scoped." . :globalGeoOrigin a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeoTransform ; dc:description "Specifies whether a GeoOrigin should be applied to child nodes." . :gradientThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :EdgeEnhancementVolumeStyle ; dc:description "The gradientThreshold field is used to adjust the edge detection." . :gravity a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBodyCollection ; dc:description "Indicates direction and strength (in acceleration base units) of the local gravity vector for this collection of bodies. The default gravity is standard earth gravity of 9.8 meters/second2 downwards." . :groundAngle a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBackgroundNode ; dc:description "Angle of the ground." . :groundColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBackgroundNode ; dc:description "Color of the ground." . :hasHelperColors a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Box ; dc:description "Specifies whether helper colors should be used, which will color each vertex with a different color." . :headlight a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeoViewpoint , :NavigationInfo ; dc:description "Enable/disable directional light that always points in the direction the user is looking." . :height a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Cone , :Dish , :Extrusion , :GeoElevationGrid , :Nozzle , :Pyramid , :RectangularTorus , :SlopedCylinder , :Snout ; dc:description "Specifies the height of the cone from the centre of the base to the apex, or defines the maximum height of the dished surface above the base. For a Nozzle, it defines the height of the pipe. For a pyramid, it defines the distance between the bottom and the top faces." . :hideChildren a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Texture ; dc:description "Specifies whether the children are shown or hidden outside the texture." . :horizontal a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :FontStyle ; dc:description "Specifies whether the text is shown horizontally or vertically." . :idsPerVertex a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :BinaryGeometry ; dc:description "Flag that specifies whether vertex IDs are given as texture coordinates." . :image a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PixelTexture ; dc:description "The image that delivers the pixel data." . :implicitMeshSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ImageGeometry . :index a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :BinaryGeometry , :ImageGeometry , :ParticleSet ; dc:description "The URL to the binary file that contains the index data." . :indexType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :BinaryGeometry ; dc:description "Specifies the byte format of the index data." . :indexedRendering a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :PopGeometry ; dc:description "Specifies whether this PopGeometry was encoded for indexed rendering." . :inertia a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "The inertia field represents a 3x2 inertia tensor matrix. If the set values are less than six items, the results are implementation dependent. If the value set is greater than six values, only the first six values of the array are used." . :info a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimHumanoid , :WorldInfo . :initialDestination a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ColorChaser , :CoordinateDamper , :OrientationChaser , :OrientationDamper , :PositionChaser , :PositionChaser2D , :PositionDamper , :PositionDamper2D , :ScalarChaser , :ScalarDamper , :TexCoordDamper2D ; dc:description "The same value as initialValue unless a transition to a certain value is to be created right after the scene is loaded or right after the ColorChaser/CoordinateChaser node is created dynamically." . :initialValue a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ColorChaser , :CoordinateDamper , :OrientationChaser , :OrientationDamper , :PositionChaser , :PositionChaser2D , :PositionDamper , :PositionDamper2D , :ScalarChaser , :ScalarDamper , :TexCoordDamper2D ; dc:description "Set the initial value." . :initialVisibility a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "auto" ; rdf:rest [ a rdf:List ; rdf:first "visible" ; rdf:rest [ a rdf:List ; rdf:first "invisible" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:domain :MultiPart ; dc:description "Set the initial visibility." . :innerRadius a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Disk2D , :Nozzle , :RectangularTorus , :Torus ; dc:description "Specifies the inner dimension of the Disk2D/pipe/torus." . :insideOutsideRadius a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Torus ; dc:description "Use a different interpretation mode for the inside and outside radius." . :intensity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode ; dc:description "Specifies the brightness of the direct emission from the light." . :intensityLimits a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RadarVolumeStyle ; dc:description "Scales voxel intensities lying in (intensityLimits[0] ~ intensityLimits[1]) to (0.0 ~ 1.0)." . :intensityThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ProjectionVolumeStyle ; dc:description "Defines a local maximum or minimum value along the ray traversal. It is ignored on the AVERAGE intensity projection." . :interpupillaryDistance a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RenderedTexture ; dc:description "Sets the eye distance for stereo rendering." . :invertAlphaTexture a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :CommonSurfaceShader ; dc:description "If true, (1-sampledValue) is used as alpha. If false the sampled value is used." . :invisibleNodes a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RemoteSelectionGroup ; dc:description "Defines a set of labels to disable nodes. The label must include the prefix." . :isActive a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DBackgroundNode , :Collision , :X3DDamperNode , :X3DEnvironmentNode , :X3DFogNode , :X3DViewpointNode , :X3DNavigationInfoNode , :OrientationChaser , :X3DChaserNode , :X3DDamperNode , :ScalarChaser , :TimeSensor . :isPaused a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :TimeSensor ; dc:description "Outputs whether the timer is paused." . :isPickable a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DVolumeDataNode , :MultiPart , :X3DShapeNode ; dc:description "Defines whether the shape is pickable." . :isoSurfaceCutoffValue a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RadarVolumeStyle ; dc:description "Specifies a threshold such that data with intensity below this is ignored during ray casting." . :iterations a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :RefinementTexture , :RigidBodyCollection ; dc:description "Maximum level that should be loaded." . :justify a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :FontStyle ; dc:description "Specifies where the text is anchored." . :key a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DInterpolatorNode , :GeoPositionInterpolator , :NormalInterpolator ; dc:description "The list of key times." . :keyVelocity a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :SplinePositionInterpolator ; dc:description "Defines the set of velocity vectors, that are used for interpolation." . :keyvalue a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ColorInterpolator , :CoordinateInterpolator , :GeoPositionInterpolator , :NormalInterpolator , :OrientationInterpolator , :PositionInterpolator , :ScalarInterpolator , :SplinePositionInterpolator ; dc:description "The set of data points used for interpolation." . :label a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RemoteSelectionGroup ; dc:description "Defines a list of subsequent id/object pairs." . :language a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DShaderNode , :FontStyle ; dc:description "Indicates to the browser which shading language is used for the source file(s). For FontStyle, it specifies the context of the language for the text string in the form of a language and a country in which that language is used." . :latitude a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :SphereSegment ; dc:description "Defines an array of latitude values." . :leftToRight a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :FontStyle ; dc:description "Specifies whether the text is shown from left to right or from right to left." . :leftUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :length a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Text ; dc:description "Specifies the length of each text string in the local coordinate system." . :lightFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :OpacityMapVolumeStyle ; dc:description "A factor to specify the amount of global light to be considered on each sampled point along the ray traversal." . :lighting a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ShadedVolumeStyle . :limitOrientation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimJoint . :lineSegments a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Polyline2D ; dc:description "Specifies the vertices to be connected." . :linearDampingFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBody ; dc:description "Linear damping factor." . :linearVelocity a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "Linear velocity." . :linetype a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :LineProperties ; dc:description "Selects a line pattern." . :linewidthScaleFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :LineProperties ; dc:description "A multiplicative value that scales a the linewidth." . :lit a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DPlanarGeometryNode , :X3DBinaryContainerGeometryNode , :Box , :X3DSpatialGeometryNode , :GeoElevationGrid , :IndexedFaceSet , :X3DGeometryNode , :X3DComposedGeometryNode , :PointSet , :X3DPlanarGeometryNode ; dc:description "Specifies whether this geometry should be rendered with or without lighting." . :llimit a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimJoint . :load a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Inline ; dc:description "Specifies whether the X3D file specified by the url field is loaded." . :location a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PointLight , :SpotLight ; dc:description "The position of the Light." . :loop a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :AudioClip , :MovieTexture , :TimeSensor ; dc:description "Specifies whether the clip/timer cycle loops when finished." . :lowPriorityCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE and occlusion culling supported, only threshold fraction of objects, sorted by their screen space coverage, are rendered." . :lowPriorityFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Factor of low priority culling for controlling speed-performance trade-off." . :lowPriorityThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Only threshold fraction of objects, sorted by their screen space coverage, are rendered" . :magnificationFilter a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the way textures are filtered when the image is smaller than the screen space representation." . :mapDEFToID a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Inline ; dc:description "Specifies whether the DEF value is used as id when no other id is set." . :maskA a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ColorMaskMode ; dc:description "Masks a color channel." . :maskB a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ColorMaskMode ; dc:description "Masks b color channel." . :maskG a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ColorMaskMode ; dc:description "Masks g color channel." . :maskR a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ColorMaskMode ; dc:description "Masks r color channel." . :mass a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :HAnimSegment , :RigidBody . :matrix a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :MatrixTransform , :TextureTransformMatrix3D ; dc:description "Defines the transformation matrix." . :maxAngle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SingleAxisHingeJoint ; dc:description "The minAngle and maxAngle fields are used to control the maximum angles through which the hinge is allowed to travel. A hinge may not travel more than Ï€ radians (or the equivalent angle base units) in either direction from its initial position." . :maxAngle1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The minAngle1 and maxAngle1 fields are used to control the maximum angles through which the hinge is allowed to travel. A hinge may not travel more than Ï€ radians (or the equivalent angle base units) in either direction from its initial position." . :maxBBSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "The size of the bounding box used to quantize data in this geometry, which is usually the largest bounding box of all sub-meshes of a given mesh." . :maxCorrectionSpeed a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RigidBodyCollection ; dc:description "Maximal correction speed." . :maxDepth a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :StaticGroup . :maxExtent a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Text ; dc:description "Limits and compresses all of the text strings if the length of the maximum string is longer than the maximum extent, as measured in the local coordinate system. If the text string with the maximum length is shorter than the maxExtent, then there is no compressing." . :maxFrameRate a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Defines maximal target frame rate for dynamic moments and quality-speed trade-off." . :maxLevel a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :RefinementTexture ; dc:description "Maximum level that should be loaded." . :maxObjectsPerNode a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :StaticGroup . :maxPosition a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PlaneSensor ; dc:description "The minPosition and maxPosition fields allow to constrain the 2D output of the plane sensor, along each 2D component. If the value of a component in maxPosition is smaller than the value of a component in minPosition, output is not constrained along the corresponding direction." . :maxPrecisionLevel a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Maximum precision level of this PopGeometry node. This can be used to clamp displayed precision - if the value is -1, no clamping takes place." . :maxRenderedIds a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :RemoteSelectionGroup ; dc:description "Sets the maximum number of items that are rendered." . :maxSeparation a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SliderJoint ; dc:description "If minSeparation is greater than maxSeparation, the stops become ineffective as if the object has no stops at all." . :maxTorque1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The maxTorque1 field defines the maximum amount of torque that the motor can apply on axis 1 in order to achieve the desired desiredAngularVelocity1 value." . :maxTorque2 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The maxTorque2 field defines the maximum amount of torque that the motor can apply on axis 1 in order to achieve the desired desiredAngularVelocity2 value." . :metadata a owl:DatatypeProperty ; rdfs:domain :X3DNode ; dc:description "Metadata information" . :minAngle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SingleAxisHingeJoint ; dc:description "The minAngle and maxAngle fields are used to control the maximum angles through which the hinge is allowed to travel. A hinge may not travel more than Ï€ radians (or the equivalent angle base units) in either direction from its initial position." . :minAngle1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The minAngle1 and maxAngle1 fields are used to control the maximum angles through which the hinge is allowed to travel. A hinge may not travel more than Ï€ radians (or the equivalent angle base units) in either direction from its initial position." . :minBounceSpeed a owl:DatatypeProperty ; rdfs:range[ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxExclusive "+INF"^^xsd:float ] ) ] ; rdfs:domain :CollisionCollection ; dc:description "Indicates the minimum speed, in speed base units, that an object shall have before an object will bounce." . :minFrameRate a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Defines minimal target frame rate for static moments and quality-speed trade-off." . :minPosition a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PlaneSensor ; dc:description "The minPosition and maxPosition fields allow to constrain the 2D output of the plane sensor, along each 2D component. If the value of a component in maxPosition is smaller than the value of a component in minPosition, output is not constrained along the corresponding direction." . :minPrecisionLevel a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Minimum precision level of this PopGeometry node. This can be used to clamp displayed precision - if the value is -1, no clamping takes place." . :minRelativeBBoxSize a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :StaticGroup . :minSeparation a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SliderJoint ; dc:description "If minSeparation is greater than maxSeparation, the stops become ineffective as if the object has no stops at all." . :minificationFilter a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the way textures are filtered when the image is larger than the screen space representation." . :mode a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "ViewDirQuads" ; rdf:rest [ a rdf:List ; rdf:first "Points" ; rdf:rest [ a rdf:List ; rdf:first "Lines" ; rdf:rest [ a rdf:List ; rdf:first "Arrows" ; rdf:rest [ a rdf:List ; rdf:first "ViewerArrows" ; rdf:rest [ a rdf:List ; rdf:first "ViewerQuads" ; rdf:rest [ a rdf:List ; rdf:first "Rectangles" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ; rdfs:domain :ParticleSet ; dc:description "Drawing mode: ViewDirQuads - Draws quads directed to the viewpoint (default). Points - Draw points. Lines - Draw lines. These modes must not match the finally supported modes." . :modelview a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Viewfrustum ; dc:description "Camera modelview matrix." . :momentsOfInertia a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimSegment . :motor1Axis a owl:DatatypeProperty ; rdfs:range xsd:complexType; rdfs:domain :MotorJoint ; dc:description "Defines the axis vector of the corresponding axis." . :motor2Axis a owl:DatatypeProperty ; rdfs:range xsd:complexType; rdfs:domain :MotorJoint ; dc:description "Defines the axis vector of the corresponding axis." . :motor3Axis a owl:DatatypeProperty ; rdfs:range xsd:complexType; rdfs:domain :MotorJoint ; dc:description "Defines the axis vector of the corresponding axis." . :name a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CADAssembly , :X3DField , :HAnimDisplacer , :X3DMetadataObject . :nameSpaceName a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Block , :Inline . :navType a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoViewpoint ; dc:description "Specifies the navigation type." . :normal a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :BinaryGeometry , :X3DComposedGeometryNode , :ParticleSet ; dc:description "The URL to the binary file that contains the normals." . :normalAsSphericalCoordinates a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :BinaryGeometry ; dc:description "Specifies whether the normals are encoded as spherical coordinates." . :normalBias a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "Bias to apply to normal sampled from normalTexture" . :normalFormat a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "UNORM" ; rdf:rest rdf:nil ] ] ; rdfs:domain :CommonSurfaceShader ; dc:description "Determines how normals are stored in normalTexture." . :normalIndex a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :IndexedFaceSet ; dc:description "The index data for the normal data." . :normalOffset a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Offset, given in bytes, for the normal attribute inside the interleaved attribute array." . :normalPerVertex a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :BinaryGeometry , :ElevationGrid , :IndexedFaceSet , :X3DComposedGeometryNode ; dc:description "Specifies whether normals are stored per vertex or per face." . :normalPrecision a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Precision, given in bytes, for the components of the normal attribute." . :normalScale a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "Scale to apply to normal sampled from normalTexture" . :normalSpace a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "TANGENT" ; rdf:rest [ a rdf:List ; rdf:first "OBJECT" ; rdf:rest rdf:nil ] ] ] ; rdfs:domain :CommonSurfaceShader ; dc:description "Space in which normals in normalTexture are defined." . :normalTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for normalTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :normalTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for normalTexture." . :normalTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :normalType a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BinaryGeometry , :PopGeometry ; dc:description "Specifies the byte format of the normals." . :normalUpdateMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DComposedGeometryNode . :normalizeVelocity a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :SplinePositionInterpolator ; dc:description "Specifies whether the velocity vectors are to be transformed into normalized tangency vectors." . :nozzleHeight a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Nozzle ; dc:description "Defines the height of the nozzle." . :nozzleRadius a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Nozzle ; dc:description "Defines the radius of the nozzle." . :numAnchorVertices a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Number of anchor vertices (can be 0). Anchor vertices are used to keep some vertices on the bordes between sub-meshes fixed during refinement." . :numColorComponents a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :ImageGeometry ; dc:description "Specifies the number of color components." . :numComponents a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :FloatVertexAttribute ; dc:description "Specifies how many consecutive floating point values should be grouped together per vertex." . :numTexCoordComponents a owl:DatatypeProperty ; rdfs:range xsd:positiveInteger ; rdfs:domain :ImageGeometry ; dc:description "Specifies the number of texture coordinate components." . :numberOfMaxSegments a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SegmentedVolumeData ; dc:description "Specifies the number of segments on the volume data. It is used to correctly match each segment identifier to an index of the renderStyle list." . :numberOfSlices a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :ImageTextureAtlas ; dc:description "Specifies the number of slices in the texture atlas." . :occlusionCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE and occlusion culling supported, objects occluding less than the threshold below are ignored." . :occlusionVisibilityFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Factor of occlusion culling for controlling speed-performance trade-off." . :occlusionVisibilityThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Objects occluding less than the threshold below are ignored." . :oculusRiftVersion a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RenderedTexture ; dc:description "Changes between DK1 and DK2." . :offset a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CylinderSensor , :PlaneSensor , :SphereSensor . :on a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ClipPlane , :X3DLightNode . :onGreatCircle a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeoPositionInterpolator ; dc:description "Specifies whether coordinates will be interpolated along a great circle path." . :opacityFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BoundaryEnhancementVolumeStyle , :OpacityMapVolumeStyle ; dc:description "An exponent factor that specifies the slope of the opacity curve to highlight the boundary." . :order a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :X3DDamperNode ; dc:description "Specifies the smoothness of the transition." . :orientation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Extrusion , :GeoViewpoint , :OrthoViewpoint , :RigidBody , :Viewpoint ; dc:description "Defines an array of orientations for each extrusion step." . :origChannelCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :X3DEnvironmentTextureNode , :X3DTextureNode , :GeneratedCubeMapTexture , :X3DTexture3DNode ; dc:description "Specifies the channel count of the texture. 0 means the system should figure out the count automatically." . :originLine a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :MPRVolumeStyle ; dc:description "Specifies the base line of the slice plane." . :originalVertexCount a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Vertex count at the highest possible level of precision." . :orthogonalColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CartoonVolumeStyle ; dc:description "Specifies the color to be used when the surface normal is perpendicular to the view direction" . :outerRadius a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Disk2D , :RectangularTorus , :Nozzle ; dc:description "Specifies the radius of the outer dimension of the Disk2D/torus/pipe." . :parallelColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CartoonVolumeStyle ; dc:description "Specifies the color to be used when the surface normal is parallel to the view direction." . :parameter a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Anchor ; dc:description "Passed parameter that signals web browser how to redirect url loading" . :pauseTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :MovieTexture , :TimeSensor ; dc:description "Sets a time to pause the video/timer." . :phaseFunction a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :ShadedVolumeStyle . :pickMode a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :Scene ; dc:description "The picking mode for the scene." . :pitch a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :MovieTexture . :plane a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ClipPlane ; dc:description "Specifies a single plane equation that will be used to clip the geometry." . :point a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Coordinate , :GeoCoordinate , :Polyline2D , :TextureCoordinate , :TextureCoordinate3D ; dc:description "Contains the 3D coordinates." . :position a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBinaryContainerGeometryNode , :GeoViewpoint , :OrthoViewpoint , :RigidBody , :Viewpoint . :positionLine a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :MPRVolumeStyle ; dc:description "Specifies the position along the line where the slice plane is rendered." . :positionOffset a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Offset, given in bytes, for the position attribute inside the interleaved attribute array." . :positionPrecision a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Precision, given in bytes, for the components of the position attribute." . :precisionFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :PopGeometry ; dc:description "Additional precision multiplication factor, for tuning the displayed precision." . :preferAccuracy a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBodyCollection ; dc:description "Provides a performance hint to the underlying evaluation about whether the user prefers to have very accurate models or fast models. Accuracy comes at a large penalty in both speed and memory usage, but may not be needed most of the time. The default setting is to optimize for speed rather than accuracy." . :primType a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBinaryContainerGeometryNode , :Mesh , :Plane . :projection a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Viewfrustum ; dc:description "Camera projection matrix." . :quality a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :FontStyle ; dc:description "Sets the quality of the text rendering as an oversampling factor." . :radius a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [xsd:minExclusive "0"^^xsd:float] [xsd:maxExclusive "+INF"^^xsd:float] ) ] ; rdfs:domain :Arc2D , :Dish , :PointLight , :SlopedCylinder , :SphereSegment , :SpotLight ; dc:description "The radius of the circle of which the arc is a portion, or defines the radius of the third semi-principal axes of the ellipsoid. For sphere segments, it defines the radius of the sphere." . :range a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :LOD , :GeoLOD ; dc:description "Camera-to-object distance transitions for each child level, where range values go from near to far (LOD), or the level of detail is switched depending upon whether the user is closer or farther than range length base units from the geospatial coordinate center (GeoLOD)." . :readOnly a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :DepthMode ; dc:description "Whether the depth buffer is enabled for writing or not." . :reconnect a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RemoteSelectionGroup ; dc:description "Sets whether a reconnect is attempted on a connection loss." . :reference a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DMetadataObject ; dc:description "Identifies the metadata standard or other specification that defines the name field." . :referenceBindableDescription a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :GeoLOD . :reflectionFactor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of reflectionTexture is multiplied by this value. If no texture is set, the value is used directly." . :reflectionTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for reflectionTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :reflectionTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for reflectionTexture." . :reflectionTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :relativeIndexOfRefraction a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CommonSurfaceShader ; dc:description "Relative IOR for perfect specular component." . :render a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DGroupingNode ; dc:description "Flag to enable/disable rendering." . :render a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DLODNode , :X3DTransformNode , :X3DGroupingNode , :X3DVolumeDataNode , :X3DTransformNode , :X3DShapeNode ; dc:description "Flag to enable/disable rendering" . :renderStyleEnabled a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DComposableVolumeRenderStyleNode ; dc:description "Specifies whether the render style is enabled or disabled." . :repeatS a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DEnvironmentTextureNode , :X3DTextureNode , :X3DTexture3DNode ; dc:description "Specifies whether the texture is repeated in s direction." . :repeatT a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DEnvironmentTextureNode , :X3DTextureNode , :X3DTexture3DNode ; dc:description "Specifies whether the texture is repeated in t direction." . :resumeTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :MovieTexture , :TimeSensor ; dc:description "Sets a time to resume from pause." . :retainedOpacity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :BoundaryEnhancementVolumeStyle ; dc:description "Specifies the amount of original opacity to retain." . :rgbaColors a owl:DatatypeProperty ; rdfs:range xsd:boolean ; dc:description "Enables RGBA colors." . :rightUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :rootUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoLOD ; dc:description "The rootUrl and rootNode fields provide two different ways to specify the geometry of the root tile. You may use one or the other. The rootNode field lets you include the geometry for the root tile directly within the X3D file." . :rotateYUp a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeoOrigin ; dc:description "Specify whether coordinates of nodes that use this GeoOrigin are to be rotated such that their up direction is aligned with the X3D Y axis." . :rotation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Transform , :TextureTransform , :TextureTransform3D ; dc:description "Specifies a rotation of the coordinate system." . :scale a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Transform , :X3DEnvironmentTextureNode , :X3DTexture3DNode , :Extrusion , :HAnimHumanoid , :X3DTextureNode , :TextureTransform , :TextureTransform3D ; dc:description "Specifies a non-uniform scale of the coordinate system." . :scaleOrientation a owl:DatatypeProperty ; rdfs:domain :Transform , :GeoTransform , :HAnimHumanoid , :HAnimSite , :TextureTransform3D ; dc:description "Specifies a rotation of the coordinate system before the scale (to specify scales in arbitrary orientations)." . :scaleRenderedIdsOnMove a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RemoteSelectionGroup ; dc:description "Sets the scaling factor to reduce the number of render calls during navigation." . :scaleTexture a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Texture ; dc:description "Specifies whether the texture is scaled to the next highest power of two." . :set_fraction a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DInterpolatorNode , :GeoPositionInterpolator ; dc:description "The set_fraction inputOnly field receives an SFFloat event and causes the interpolator node function to evaluate, resulting in a value_changed output event of the specified type with the same timestamp as the set_fraction event." . :shadowCascades a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :DirectionalLight , :SpotLight . :shadowExcludeTransparentObjects a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "Transparent objects like glass do not throw much shadow, enable this IR convenience flag with TRUE." . :shadowFilterSize a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :DirectionalLight , :X3DLightNode ; dc:description "Sets the smoothness of the shadow umbra." . :shadowIntensity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode ; dc:description "Defines the attenuation of the shadows." . :shadowMapSize a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :X3DLightNode ; dc:description "Specifies the resolution of the used shadow map." . :shadowObjectIdMapping a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :Scene ; dc:description "The url of the shadow object id mapping." . :shadowOffset a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode ; dc:description "Defines the shadow offset for the back projection of the shadow map." . :shadowSplitFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DirectionalLight , :SpotLight . :shadowSplitOffset a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DirectionalLight , :SpotLight . :shadows a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ShadedVolumeStyle . :shininess a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DMaterialNode ; dc:description "Determines the specular highlights." . :shininessFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of shininessTexture is multiplied by this value. If no texture is set, the value is used directly." . :shininessTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for shininessTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :shininessTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for shininessTexture." . :shininessTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :showDebugBoxVolumes a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :StaticGroup . :showNormals a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RenderedTexture ; dc:description "Specifies whether normals are shown." . :side a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Cone ; dc:description "Specifies whether sides of the cone are created." . :silhouetteBoundaryOpacity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SilhouetteEnhancementVolumeStyle ; dc:description "A factor to specify the amount of silhouette enhancement to use." . :silhouetteRetainedOpacity a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SilhouetteEnhancementVolumeStyle ; dc:description "A factor to specify the amount of original opacity to retain." . :silhouetteSharpness a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SilhouetteEnhancementVolumeStyle ; dc:description "An exponent factor to specify the silhouette sharpness." . :size a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBinaryContainerGeometryNode , :DynamicLOD , :Box , :FontStyle , :ParticleSet , :Plane , :X3DPlanarGeometryNode . :skinCoordIndex a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimJoint . :skinCoordWeight a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimJoint . :skyAngle a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBackgroundNode ; dc:description "Angle of the sky" . :skyColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBackgroundNode ; dc:description "Color of the sky." . :slicesOverX a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :ImageTextureAtlas ; dc:description "Specifies the slices in x." . :slicesOverY a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :ImageTextureAtlas ; dc:description "Specifies the slices in y." . :slipFactors a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CollisionCollection ; dc:description "Slip factors." . :smallFeatureCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE, objects smaller than the threshold below are ignored." . :smallFeatureFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Factor of small feature culling for controlling speed-performance trade-off." . :smallFeatureThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Objects smaller than the threshold below are ignored." . :SSAO a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "Flag to enable Screen Space Ambient Occlusion." . :SSAOamount a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Value that determines the amount of contribution of SSAO (from 0 to 1)." . :SSAOblurDepthTreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Determines the maximum depth difference for the SSAO blurring pass." . :SSAOradius a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Determines the radius in which the SSAO is sampled in world space." . :SSAOrandomTextureSize a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Determines the size of the random texture used for sparse sampling of SSAO." . :softnessConstantForceMix a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CollisionCollection ; dc:description "A constant force value to make the colliding surfaces appear to be soft." . :softnessErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :CollisionCollection ; dc:description "Determines how much of the collision error should be fixed in a set of evaluations." . :solid a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :Arc2D , :X3DBinaryContainerGeometryNode , :X3DSpatialGeometryNode , :Dish , :X3DComposedGeometryNode , :X3DGeometryNode , :X3DComposedGeometryNode , :PointSet , :X3DPlanarGeometryNode , :Plane ; dc:description "Specifies whether backface-culling is used. If solid is TRUE, only front-faces are drawn." . :sortKey a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :MultiPart ; dc:description "Change render order manually." . :sortTrans a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE, transparent objects are sorted from back to front (allows explicitly disabling sorting)." . :sortType a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "auto" ; rdf:rest [ a rdf:List ; rdf:first "transparent" ; rdf:rest [ a rdf:List ; rdf:first "opaque" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:domain :Appearance , :MultiPart ; dc:description "Defines the shape type for sorting." . :spacing a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :FontStyle ; dc:description "Sets the spacing between lines of text, relative to the text size." . :specularColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DMaterialNode ; dc:description "Determine the specular highlights." . :specularFactor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of specularTexture is multiplied by this value. If no texture is set, the value is used directly." . :specularTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for specularTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :specularTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for specularTexture." . :specularTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :speed a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :MovieTexture , :NavigationInfo ; dc:description "Specifies the plaback speed." . :speedFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :GeoViewpoint ; dc:description "The speedFactor field of the GeoViewpoint node is used as a multiplier to the elevation-based velocity that the node sets internally; i.e., this is a relative value and not an absolute speed as is the case for the NavigationInfo node." . :sphericalNormals a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :PopGeometry ; dc:description "Specifies whether this PopGeometry was encoded for rendering with spherical normals." . :spine a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Extrusion ; dc:description "Describes the spine as a 3D piecewise linear curve (series of conntected vertices)." . :srcFactor a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "none" ; rdf:rest [ a rdf:List ; rdf:first "zero" ; rdf:rest [ a rdf:List ; rdf:first "one" ; rdf:rest [ a rdf:List ; rdf:first "dst_color" ; rdf:rest [ a rdf:List ; rdf:first "src_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_dst_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_src_color" ; rdf:rest [ a rdf:List ; rdf:first "src_alpha, one_minus_src_alpha" ; rdf:rest [ a rdf:List ; rdf:first "dst_alpha" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_dst_alpha" ; rdf:rest [ a rdf:List ; rdf:first "src_alpha_saturate" ; rdf:rest [ a rdf:List ; rdf:first "constant_color" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_constant_color" ; rdf:rest [ a rdf:List ; rdf:first "constant_alpha" ; rdf:rest [ a rdf:List ; rdf:first "one_minus_constant_alpha" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ; rdfs:domain :BlendMode ; dc:description "The incoming pixel is scaled according to the method defined by the source factor." . :stamp0 a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :RefinementTexture ; dc:description "Specifies the first stamp texture." . :stamp1 a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :RefinementTexture ; dc:description "Specifies the second stamp texture." . :startAngle a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Arc2D ; dc:description "The arc extends from the startAngle counterclockwise to the endAngle." . :startTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :MovieTexture , :TimeSensor ; dc:description "Sets a start time for the video/timer." . :stepSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :SphereSegment ; dc:description "Defines an array of stepSizes." . :stereoMode a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "NONE" ; rdf:rest [ a rdf:List ; rdf:first "LEFT_EYE" ; rdf:rest [ a rdf:List ; rdf:first "RIGHT_EYE" ; rdf:rest rdf:nil ] ] ] ] ; rdfs:domain :RenderedTexture ; dc:description "Sets render information for stereo rendering." . :stop1Bounce a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Describes how much the joint should bounce the body back on the corresponding axis if the joint limit has been reached or exceeded." . :stop1ErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint , :UniversalJoint ; dc:description "Describes the amount of error correction to be performed in a time step when the joint reaches the limit on the corresponding axis." . :stop2Bounce a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint , :UniversalJoint ; dc:description "Describes how much the joint should bounce the body back on the corresponding axis if the joint limit has been reached or exceeded." . :stop2ErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint , :UniversalJoint ; dc:description "Describes the amount of error correction to be performed in a time step when the joint reaches the limit on the corresponding axis." . :stop3Bounce a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Describes how much the joint should bounce the body back on the corresponding axis if the joint limit has been reached or exceeded." . :stop3ErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float; rdfs:domain :MotorJoint ; dc:description "Describes the amount of error correction to be performed in a time step when the joint reaches the limit on the corresponding axis." . :stopBounce a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SingleAxisHingeJoint , :SliderJoint ; dc:description "Describes how much the joint should bounce the body back if the joint limit has been reached or exceeded." . :stopBounce1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The stopBounce1 field is used to set how bouncy the minimum and maximum angle stops are for axis 1. A value of zero means they are not bouncy while a value of 1 means maximum bounciness (full reflection of force arriving at the stop)." . :stopConstantForceMix1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The stopConstantForceMix1 and suspensionForce fields can be used to apply damping to the calculations by violating the normal constraints by applying a small, constant force to those calculations." . :stopErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SingleAxisHingeJoint , :SliderJoint ; dc:description "Describes the amount of error correction to be performed in a time step when the joint reaches the limit." . :stopErrorCorrection1 a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The stopErrorCorrection1 and suspensionErrorCorrection fields describe how quickly the system should resolve intersection errors due to floating point inaccuracies." . :stopTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :MovieTexture , :TimeSensor ; dc:description "Sets a stop time for the video/timer." . :string a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Text ; dc:description "The text strings are contained in the string field." . :style a owl:DatatypeProperty ; rdfs:range [ a xsd:string ; owl:oneOf [ a rdf:List ; rdf:first "PLAIN" ; rdf:rest [ a rdf:List ; rdf:first "BOLD" ; rdf:rest [ a rdf:List ; rdf:first "ITALIC" ; rdf:rest [ a rdf:List ; rdf:first "BOLDITALIC" ; rdf:rest rdf:nil ] ] ] ] ] . :subScale a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DynamicLOD . :subdivision a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Arc2D , :Cone , :Dish , :DynamicLOD , :Nozzle , :Plane , :X3DPlanarGeometryNode , :RectangularTorus , :Torus , :SlopedCylinder , :Snout , :SolidOfRevolution , :Sphere ; dc:description "Number of lines into which the arc is subdivided or number of segments the circle is composed of or number of segments of a disc. For cones, subdivison specifies the number of faces that are generated to approximate the sides of the cone. For dishes, it specifies the number of faces that are generated to approximate the sides of the dish. For nozzles, it specifies the number of faces that are generated to approximate the sides of the pipe and nozzle." . :summary a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :GeoMetadata ; dc:description "The summary string array contains a set of keyword/value pairs, with each keyword and its subsequent value contained in a separate string; i.e., there should always be an even (or zero) number of strings." . :surfaceSpeed a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CollisionCollection ; dc:description "Defines the speed in the two friction directions in speed base units." . :surfaceTolerance a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :IsoSurfaceVolumeData ; dc:description "A threshold to adjust the boundary of the isosurface." . :surfaceValues a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :IsoSurfaceVolumeData ; dc:description "A list containing the surface values to be extracted." . :suspensionErrorCorrection a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The stopErrorCorrection1 and suspensionErrorCorrection fields describe how quickly the system should resolve intersection errors due to floating point inaccuracies." . :suspensionForce a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :DoubleAxisHingeJoint ; dc:description "The stopConstantForceMix1 and suspensionForce fields can be used to apply damping to the calculations by violating the normal constraints by applying a small, constant force to those calculations." . :tangent a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DBinaryContainerGeometryNode . :tangentTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel that contains the tangents in u." . :tangentType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DBinaryContainerGeometryNode ; dc:description "Specifies the byte format of the tangents." . :tau a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :X3DDamperNode ; dc:description "Specifies the time-constant of the internal filters and thus the speed that the output of an X3DDamperNode responds to the input." . :tessellationDetailCulling a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :ElevationGrid ; dc:description "If TRUE, shape tesselation is lowered as long as resulting error is lower than threshold." . :tessellationErrorFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Factor of tesselation error for controlling speed-performance trade-off." . :tessellationErrorThreshold a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Shape tesselation is lowered as long as resulting error is lower than threshold." . :texCoord a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :X3DBinaryContainerGeometryNode , :X3DComposedGeometryNode , :ElevationGrid ; dc:description "The URL to the binary file that contains the texture coordinates. For ElevationGrid, it specifies per-vertex texture coordinates." . :texCoordIndex a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :IndexedFaceSet ; dc:description "The index data for the texcoord data." . :texCoordType a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :X3DBinaryContainerGeometryNode , :PopGeometry ; dc:description "Specifies the byte format of the texture coordinates." . :texcoordOffset a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Offset, given in bytes, for the texture coordinate attribute inside the interleaved attribute array." . :texcoordPrecision a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Precision, given in bytes, for the components of the texture coordinate attribute." . :textureCompression a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Specifies the preferred image compression method to be used during rendering." . :texturePriority a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :TextureProperties ; dc:description "Describes the texture residence priority for allocating texture memory. Zero indicates the lowest priority and 1 indicates the highest priority." . :textureZ a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ParticleSet ; dc:description "Contains z-values for the texture of a particle (used with 3D textures)." . :tightSize a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :PopGeometry ; dc:description "The size of the bounding box of this geometry, as it is used for culling." . :time a owl:DatatypeProperty ; rdfs:range xsd:time ; dc:description "Sends the absolute time for a given tick of the TimeSensor." . :tolerance a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DDamperNode ; dc:description "If tolerance is set to its default value -1, the browser implementation is allowed to find a good way for detecting the end of a transition. Browsers that do not have an elaborate algorithm can just use .001 as the tolerance value instead. If a value larger than zero is specified for tolerance, the browser shall calculate the difference between output and input for each internal filter being used and stop the animation only when all filters fall below that limit or are equal to it. If zero is specified for tolerance, a transition should be stopped only if input and output match exactly for all internal filters." . :topRadius a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Cone ; dc:description "Specifies the radius of the cone at the apex." . :topToBottom a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :FontStyle ; dc:description "Specifies whether the text flows from top to bottom or from bottom to top." . :topUrl a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Background . :torques a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RigidBody ; dc:description "The torques and forces fields define zero or more sets of torque and force values that are applied to the object every frame. These are continuously applied until reset to zero by the user." . :transitionTime a owl:DatatypeProperty ; rdfs:range xsd:time ; rdfs:domain :NavigationInfo ; dc:description "Specifies the duration of any viewpoint transition." . :transitionType a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :NavigationInfo ; dc:description "Specifies the transition mode." . :translation a owl:DatatypeProperty ; rdfs:domain :Transform , :GeoTransform , :HAnimHumanoid , :TextureTransform , :TextureTransform3D ; dc:description "Specifies a translation to the coordinate system." . :transmissionFactor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :CommonSurfaceShader ; dc:description "The value of transmissionTexture is multiplied by this value. If no texture is set, the value is used directly." . :transmissionTextureChannelMask a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :CommonSurfaceShader ; dc:description "ChannelMask for transmissionTexture in the form of a glsl swizzle (e.g., 'rgb', 'a')." . :transmissionTextureCoordinatesId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "Texture coordinate channel to use for transmissionTexture." . :transmissionTextureId a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :CommonSurfaceShader ; dc:description "The texture unit." . :transparency a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "1"^^xsd:float ] ) ] ; rdfs:domain :X3DBackgroundNode , :Material , :RadarVolumeStyle ; dc:description "Transparency of the background." . :type a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DField , :NavigationInfo , :ShaderPart , :OpacityMapVolumeStyle , :ProjectionVolumeStyle . :typeParams a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :NavigationInfo ; dc:description "Specifies the view angle and height for helicopter mode and min/max rotation angle for turntable in ]0, Ï€[, starting from +y (0) down to -y (Ï€)." . :ulimit a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :HAnimJoint . :update a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :GeneratedCubeMapTexture , :RenderedTexture . :url a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DEnvironmentTextureNode , :GeoMetadata , :Texture , :X3DTexture3DNode , :X3DGroupingNode , :Inline , :RenderedTexture , :RemoteSelectionGroup ; dc:description "URL." . :urlCenter a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :DynamicLOD . :urlHead a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :DynamicLOD . :urlIDMap a owl:DatatypeProperty ; rdfs:range xsd:anyURI ; rdfs:domain :MultiPart ; dc:description "Specifies the url to the IDMap." . :urlTail a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :DynamicLOD . :useFiniteRotation a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBody ; dc:description "Influences the way the body's rotation is calculated." . :useGeoCache a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :X3DBinaryContainerGeometryNode , :X3DPlanarGeometryNode , :Box , :X3DSpatialGeometryNode , :X3DSpatialGeometryNode , :X3DGeometryNode , :X3DComposedGeometryNode , :Nozzle , :PointSet , :Plane , :X3DPlanarGeometryNode , :Snout ; dc:description "Enable or disable geocache." . :useGlobalGravity a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :RigidBody ; dc:description "Indicates whether this particular body should be influenced by the containing RigidBodyCollection's gravity setting." . :userDataFactor a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :ElevationGrid ; dc:description "Factor of user data for controlling speed-performance trade-off." . :value a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :ColorDamper , :CoordinateDamper , :X3DField , :FloatVertexAttribute , :MetadataBoolean , :OrientationChaser , :PositionChaser , :PositionDamper , :PositionDamper2D , :ScalarChaser , :ScalarDamper , :TexCoordDamper2D ; dc:description "The current color value." . :vector a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :Normal ; dc:description "Set of unit-length normal vectors, corresponding to indexed polygons or vertices." . :version a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :HAnimHumanoid . :vertexBufferSize a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :PopGeometry ; dc:description "Size of the vertex buffer, used to pre-allocate the buffer before downloading data." . :vertexCount a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :X3DBinaryContainerGeometryNode , :LineSet , :PopGeometry . :vertices a owl:DatatypeProperty ; rdfs:range xsd:complexType ; xsd:domain :TriangleSet2D ; dc:description "Specifies the triangles to be displayed." . :visibilityLimit a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :NavigationInfo ; dc:description "Geometry beyond the visibilityLimit may not be rendered (far culling plane of the view frustrum). visibilityLimit=0.0 indicates an infinite visibility limit." . :visibilityRange a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Fog ; dc:description "Specifies the distance in length base units (in the local coordinate system) at which objects are totally obscured by the fog." . :warmColor a owl:DatatypeProperty ; rdfs:range xsd:complexType ; dc:description "Specifies the color to be used for surfaces facing towards the light direction." . :weight a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :HAnimDisplacer . :weightConstant1 a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :BlendedVolumeStyle ; dc:description "Specifies a constant weight value to be use on the parent volume data." . :weightConstant2 a owl:DatatypeProperty ; rdfs:range xsd:string ; rdfs:domain :BlendedVolumeStyle ; dc:description "A constant weight value to be use on the volume data to be blended." . :whichChoice a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :Switch ; dc:description "Specifies the index of the child to traverse, with the first child having index 0." . :xDimension a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :GeoElevationGrid ; dc:description "Defines the grid size in x." . :xSectionOrientation a owl:DatatypeProperty ; rdfs:range xsd:complexType ; rdfs:domain :RadarVolumeStyle ; dc:description "Defines the rotation for plane used for cutting data." . :xSectionPosition a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :RadarVolumeStyle ; dc:description "Defines the position of the cutting plane along an axis passing through (0,0,0) and perpendicular to the plane." . :xSpacing a owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:domain :ElevationGrid , :GeoElevationGrid ; dc:description "When the geoSystem is 'GD', xSpacing refers to the number of units of longitude in angle base units between adjacent height values. When the geoSystem is 'UTM', xSpacing refers to the number of eastings (length base units) between adjacent height values." . :xbottom a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "+INF"^^xsd:float ] ) ] ; rdfs:domain :Pyramid ; dc:description "Defines the bottom length in x direction." . :xbshear a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SlopedCylinder ; dc:description "Defines the shear for the bottom in x direction." . :xoff a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Pyramid , :Snout ; dc:description "Defines the displacement along the x axis." . :xtop a owl:DatatypeProperty ;rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "+INF"^^xsd:float ] ) ] ; rdfs:domain :Pyramid ; dc:description "Defines the top length in x direction." . :xtshear a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SlopedCylinder ; dc:description "Defines the shear for the top in x direction." . :yScale a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :GeoElevationGrid ; dc:description "The yScale value can be used to produce a vertical exaggeration of the data when it is displayed. If this value is set greater than 1.0, all heights will appear larger than actual." . :ybottom a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "+INF"^^xsd:float ] ) ] ; rdfs:domain :Pyramid ; dc:description "Defines the bottom length in y direction." . :ybshear a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SlopedCylinder ; dc:description "Defines the shear for the bottom in y direction." . :yoff a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :Pyramid , :Snout ; dc:description "Defines the displacement along the y axis." . :ytop a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "+INF"^^xsd:float ] ) ] ; rdfs:domain :Pyramid ; dc:description "Defines the top length in y direction." . :ytshear a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :SlopedCylinder ; dc:description "Defines the shear for the top in y direction." . :zDimension a owl:DatatypeProperty ; rdfs:range xsd:integer ; rdfs:domain :ElevationGrid , :GeoElevationGrid ; dc:description "Defines the grid size in z." . :zFar a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode , :OrthoViewpoint , :Viewpoint ; dc:description "Specifies the placement of the far plane of the light projection." . :zFarRange a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :DepthMode ; dc:description "The far value for the depth range." . :zNear a owl:DatatypeProperty ; rdfs:range xsd:float ; rdfs:domain :X3DLightNode , :OrthoViewpoint , :Viewpoint ; dc:description "Specifies the placement of the near plane of the light projection." . :zNearRange a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :DepthMode ; dc:description "The near value for the depth range." . :zSpacing a owl:DatatypeProperty ; rdfs:range xsd:double ; rdfs:domain :ElevationGrid , :GeoElevationGrid ; dc:description "When the geoSystem is 'GD', zSpacing refers to the number of units of latitude in angle base units between vertical height values. When the geoSystem is 'UTM', zSpacing refers to the number of northings (length base units) between vertical height values." . :x a owl:AllDisjointProperties ; owl:members (:zFar :zNear) . :hatched rdfs:subPropertyOf :filled . ### Additional Roles ### :baseForm a owl:ObjectProperty . :createdBy a owl:ObjectProperty ; owl:inverseOf :creatorOf . :createdIn a owl:ObjectProperty . :creatorOf a owl:ObjectProperty ; owl:inverseOf :createdBy . :designedBy a owl:ObjectProperty . :designedFor a owl:ObjectProperty . :formedFrom a owl:ObjectProperty . :hasCompound a owl:ObjectProperty . :animated a owl:DatatypeProperty ; rdfs:range xsd:boolean ; rdfs:domain :3DModel . :hasEdges a owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger ; rdfs:domain :3DObject . :hasFaces a owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger ; rdfs:domain :3DObject . :hasVertices a owl:DatatypeProperty ; rdfs:range xsd:nonNegativeInteger ; rdfs:domain :3DObject . ### 3ds Max/Maya ### :curvePoint a owl:ObjectProperty ; rdfs:domain :NURBSCurve . :editPoint a owl:ObjectProperty ; rdfs:domain :NURBSCurve . :span a owl:ObjectProperty ; rdfs:domain :NURBSCurve . :controlVertex a owl:ObjectProperty ; rdfs:domain :NURBSCurve . :hull a owl:ObjectProperty ; rdfs:domain :NURBSCurve . :XYZCoordinates a owl:DatatypeProperty ; rdfs:range xsd:complexType . ### Reused Roles ### foaf:currentProject a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty . cc:permits a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty . cc:prohibits a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty . dc:rightsHolder rdfs:subPropertyOf owl:topObjectProperty . foaf:surname a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain foaf:Person . foaf:givenName a owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain foaf:Person . dc:created a owl:DatatypeProperty ; rdfs:range xsd:dateTime . dc:modified a owl:DatatypeProperty ; rdfs:range xsd:dateTime . ##################### ### Objects/Individuals ### ##################### :aqua a :Color . :black a :Color . :blue a :Color . :fuchsia a :Color . :gray a :Color . :green a :Color . :lime a :Color . :maroon a :Color . :navy a :Color . :olive a :Color . :purple a :Color . :red a :Color . :silver a :Color . :teal a :Color . :white a :Color . :yellow a :Color . :carbonFiber a :Material . :fiberglass a :Material . :nickel a :Material . :aluminium a :Material . :brass a :Material . :bronze a :Material . :cement a :Material . :ceramic a :Material . :concrete a :Material . :copper a :Material . :glass a :Material . :gold a :Material . :granite a :Material . :iron a :Material . :limestone a :Material . :magnesium a :Material . :manganese a :Material . :marble a :Material . :metal a :Material . :paper a :Material . :polycarbonate a :Material . :polyvinylChloride a :Material . :quartz a :Material . :silver a :Material . :soil a :Material . :steel a :Material . :textile a :Material . :titanium a :Material . :tungsten a :Material . :wood a :Material . :zinc a :Material . :AC3D a :3DComputerGraphicsSoftware . :Aladdin4D a :3DComputerGraphicsSoftware . :Anim8or a :3DComputerGraphicsSoftware . :AutoDesk3dsMax a :3DComputerGraphicsSoftware . :AutoDeskMaya a :3DComputerGraphicsSoftware . :AutodeskMotionBuilder a :3DComputerGraphicsSoftware . :Blender a :3DComputerGraphicsSoftware . :Carrara a :3DComputerGraphicsSoftware . :Cinema4D a :3DComputerGraphicsSoftware . :Claraio a :3DComputerGraphicsSoftware . :DAZStudio a :3DComputerGraphicsSoftware . :ElectricImageAnimationSystem a :3DComputerGraphicsSoftware . :Houdini a :3DComputerGraphicsSoftware . :iClone a :3DComputerGraphicsSoftware . :K3D a :3DComputerGraphicsSoftware . :LightWave3D a :3DComputerGraphicsSoftware . :Messiah a :3DComputerGraphicsSoftware . :MikuMikuDance a :3DComputerGraphicsSoftware . :Modo a :3DComputerGraphicsSoftware . :Moviestorm a :3DComputerGraphicsSoftware . :Poser a :3DComputerGraphicsSoftware . :Seamless3d a :3DComputerGraphicsSoftware . :Shade3D a :3DComputerGraphicsSoftware . :SketchUp a :3DComputerGraphicsSoftware . :ZBrush a :3DComputerGraphicsSoftware . :Pixar a :animationStudio . :WaltDisneyAnimationStudios a :animationStudio . :DreamWorksAnimation a :animationStudio . :BlueSkyStudios a :animationStudio . :IlluminationEntertainment a :animationStudio . :SonyPicturesAnimation a :animationStudio . :WarnerBrosAnimation a :animationStudio . :inf a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "-INF"^^xsd:float ] [ xsd:maxInclusive "+INF"^^xsd:float ] ) ] . :zeroone a owl:DatatypeProperty ; rdfs:range [ a rdfs:Datatype ; owl:onDatatype xsd:float; owl:withRestrictions ( [ xsd:minInclusive "0"^^xsd:float ] [ xsd:maxInclusive "1"^^xsd:float ] ) ] . "Is that how you feel?" Arthur enquired. He came nearer still, as though to hear better. But the other got into a muddle with his affirmative. He flapped an ear in staccato fashion, and Arthur hastily withdrew. Louvain had been destroyed because a crowd of wanton soldiers, who were garrisoned there, who hated the Belgians, and who had been kept within bounds with difficulty, seized on their own stupid mistake to give rein to their passions. That sounds well, doesn't it, Daddy? But I don't wish to mislead you. or not so long as they are pretty? One can't help thinking, though, 247 ¡°I¡¯m not worrying about Jeff.¡± Larry was caught by the suspicious action of their ¡°detective¡± in taking the day watch while nothing occurred at night. It was characteristic of Felipa that she forgot him altogether and reread the letter, her breath coming in audible gasps. He listened in agony to the regiment on the right marching off, to the cautions and admonitions given those who were carrying off the badly-wounded, and then to Lieut. Bowersox starting off with the right of the 200th Ind. "No," answered the Lieutenant. "This is the place where we intended to get off. We were quietly getting out so as to attract no notice when you started your circus. I saw you were doing well, hiving those fellows together, so I let you go ahead, while I slipped the boys around to gather them all in. Pretty neat job for a starter, wasn't it?" "Great Scott!" gasped Si, "you couldn't be walkin' around with the side of your head knocked out. I'm astonished at you." She smiled suddenly as she finished speaking. It was a sweet smile, rather aloof, but lighting up the whole of her face with a sudden flash of youth and kindness. Richard gazed at her, half fascinated, and mumbled lamely¡ª"you're welcome, ma'am." Suddenly Backfield's fist crashed into Realf's body, full on the mark. The wind rushed out of him as out of a bellows, and he doubled up like a screen. This time he made no effort to rise; he lay motionless, one arm thrown out stiff and jointless as a bough, while a little blood-flecked foam oozed from between his teeth. Margaret was so shocked and overpowered, that she obeyed. HoMEÏÈ·Ñ¿´Å·ÃÀÒ»¼¶1Ƭ ENTER NUMBET 0018www.xschool.org.cn
www.dubie.org.cn
www.bj198.com.cn
midicoffee.com.cn
www.rkqygl.com.cn
www.b022.com.cn
www.emjt.com.cn
www.ztgv.com.cn
zsyfh.com.cn
liuhuang.net.cn
怎么看h电影 外国老妻少夫性生活 加勒比俺也去 春暖花开西欧性爱有我 开干真爽 爱逼逼操逼网 日本图片和欧洲图片 欧美母子乱伦4 李宗瑞片女主角子柔 eewyt 丝袜骚妇爱爱 有个综艺节目讲述男人的 激情图片发廊小姐 射精射na WWW.297MM.COM WWW.DIQU114.COM WWW.AOAOSE.COM WWW.406F.COM WWW.OGUGF.COM WWW.38VE.COM WWW.NJ218.COM WWW.TYC893.COM WWW.WBC0.COM WWW.HHRAV.COM WWW.AIGANGAN.COM WWW.AW2D.COM WWW.DI2000.COM WWW.70DDXX.COM WWW.MVMMMM.COM WWW.9YZXMR.COM WWW.96YJV.COM WWW.HKII.BIZ WWW.112PP.COM WWW.HHLZXYY.COM WWW.AILUB.COM WWW.407E.COM WWW.BFE3.COM WWW.ZANQLU1.COM WWW.BOBO168.COM WWW.52ZBB.COM WWW.ITPXZN.COM WWW.GUTENBERG.ORG WWW.AV577.COM WWW.33BAISE.COM WWW.SAE82.COM WWW.GZPJHB.COM WWW.VMANS.COM WWW.415E.COM WWW.592197.COM WWW.HRKPH.COM WWW.BBB678.COM WWW.987RI.COM WWW.JLNK120.COM WWW.JAVSEXY.COM WWW.EAV77.COM WWW.TTCBX.COM WWW.TOUSIBA.COM WWW.CCC769.COM WWW.ENET.COM.CN WWW.BBB909.COM WWW.WLWL11.COM WWW.2016GH.COM WWW.XFWED.COM WWW.BBB957.COM WWW.CYKYJGJ.COM WWW.HAO5588.COM WWW.CCC198.COM WWW.24CC.CC WWW.181481.COM WWW.3GPKE.COM WWW.446R.COM WWW.TZ100.COM WWW.CCC509.COM WWW.LEKU28.COM WWW.7E7U.COM WWW.BJYUCAI.COM WWW.HHH298.COM WWW.AAKK6.COM WWW.A1H4.COM WWW.V3NI.COM WWW.HTXJGS.COM WWW.YYMCC.COM WWW.BCTY365.COM WWW.XMWLCO.COM WWW.AVLANG3.COM WWW.95TN.COM 色幼阁最新网站 亚洲丰满大肥屁股视频 WWw867bbCOm 佐山爱免费在线看 高清无码写真片伦理片 影音先锋亚洲色图另类 啪啪撸,啪啪撸影院,啪啪撸在线影院-百度-百度 yaoluba2co 哥哥射av在线530kkcom v5avnom 午夜影院秋霞网 乱伦锦集 白富美和高富帅啪啪啪 97av导航最新 兽兽门下载 AVcooavmoocom 交换嫩妻 NUIGANWANG sesemeimei 美国女孩成人毛片av 夜猫免费视频在线观看 自拍之家的新网站 lutu12345 四色播播四色 国产偷拍自拍淫荡对话视频 妻子被中出无码 做爱肉拨团 弟妹鸡巴 野花撸最新地址yehualutw 成人英雄论谈网下载 偷情天天网 官场人妻交换 哥哥搞我小说 激情五月姐姐色和尚 亚洲色图强奸乱伦欧美色图在线播放 五月尺黄色网站 亚洲无码国产偷拍成人动漫 赤裸姐妹花之luanlunyijiaping www射逼 少妇自慰直播网 找黄色激情小说 混血黑人美女虐肛 按摩系列视频三级 色欲啪啪网站 av视频日本免费高清 井木优下载 国外的免费兽交网站 摸MM免费视频黄 都市激情校园春色套图下载 鸡巴后入穴 超碰免费公开男人在线视频 草榴成人网西瓜影音 东方亚洲激情 www68xxbb jiatingluanlunxiaosuo 亚洲激情淫图片 wwwsssss68 μs浏览器成年影院 人体艺术阴道16P 亚洲色图综合百度 www古典武侠狠狠 119人体精选 干姐姐1p 强奸风骚妈妈 在线哥哥去 日本の无码免费在线播放 沙发上的国模果果 重口味变态另类第1页 迅雷成人网 三级金梅在线观看 成人三级乱伦在线 童玲黄色图片 万人靠人人操免费 淫妻调教 妹子伦理图片 现代激情骚 操淫逼18p 欧美兽人 快播成人卡通 556 在线亚洲无码色奶奶 中国黄色乱伦 h成人动漫网成人动漫黄色片 青春草性交视频 和妹妹在汽车上乱纶 成人免费av 充气娃娃福利视频短片 欧美在线潮吹AV 91国内手机视频在线 无码女优影音先锋 偷伯女娃上厕所 大姨子偷欢 成人激情卡通乱伦动漫 哥哥干人体艺术中心 yinyinwang电影色片 av空姐蕾丝 www色姐姐色妈妈com 高树玛利亚女同 看片免费播放器欧美人与兽 奇米成人影视色和尚、色尼姑 超碰国产超碰自拍av 1024基地在线视频啪啪 纯洁的玛利亚邪恶漫画 欧美招妓系列合集 欧美大香蕉网u5 成人视频在线看青青草在线看 干露露露逼图 色尼姑高级 wwwanquyue5 和表妹的自拍视频 高清先锋资源吧 肥臀卖淫 插插综合网18 手机播放13p AⅤ爽片 法兰西妇人体艺术 黄色漫画无码网址 swwwkedouwangcom aaa黄色日本网站播 绿妈的论坛是哪个论坛 大护士小pp 色大姐欧美图片小说 ujzz兽交 亚州天堂成人 张含韵 超碰在线看视频 wuyuexiangcom 婷婷五www223aaacom WWW81xavom 人妻乱伦赤裸色宫小说 se青小说合集 狠狠的撸2017最新版 www710tt 冰漪傲人身材高清图片 qyle在线 亚洲av无码久久在线 人人日人人摸人人添 台北妹网 体内射精靠逼 黄色电影h版在线观看网址 变态圣诞老人 免费的黄色电影 wwwcao725在线视频 纯爱日本av在线 强奸案中案 wwwjiuseteng12com 成人夜色激情裸聊最新最全 我草里奶奶 111pppp 五月色吧综合电影网 人超碰XX 逼啊逼啊av 国产强奸处女图片 美国毛片oo 大鸡巴操人妻小说 本网站受美国法律保护狠狠撸 1024dfcim 亚洲国产制服丝袜 淫荡性奴后母 久久草人人艹 久草在线站街女 成人视频超碰青青草在线 www881sihucom 菲菲大色皇朝 喷阴 www路360ppcom 青青草免费绿色在线视频 谁有老头做爱的视频网站 日本少妇性动态人妻 成人看的言情小说 亚洲皇冠赌场AV电影 www1122secon 自拍综合色图区 首页sm一之家 dd184百度 日本骚妇丝袜视频 幼幼激情小说ctrlb 白丝小姨子小说 波多野结衣全集迅雷 在线免费a片视频 搜索91gan 欧美性爱偷拍自拍古典武侠 wwwhxn99com 青娱乐视频免费啪啪啪 校园春色人妻倚天屠龙记 多P| 日本公车视频mp4 av下海在线无码 2016年成人故事 我要性爱乱伦小说 超碰在线wwwrrckkkcom 午夜激情影院 97视频哥哥社 亚洲视频姐也要 强奸乱伦高速在线 wwwsusu560com 女人射精视频XXXwwwfreepornzcomwwwfreepornzcom www865 在线人体艺术 老婆的玉足小说乱伦 日日av百度 23456影视播放器 外国成人av网站哥哥干 曰本淫情片 小说区图片区在线卡通动漫在线欧美亚洲 大哥哥妹妹操在线视频wwwkt888comdctbvphmaiicn 3344grcom 经典老黄色片网在线 手机直播亚洲色图下载官方APP免费观看所有电影 舔岳母盘子 pu311ftp 大jb捅的我好爽 少妇嫩鲍 最新免费成人性爱网址 小明看看成人小说网 校园操处女图片 东方AV成人电影在线 亚洲夜射猫 天海丽白色吊带 精品电影大全 泷泽萝拉超碰在线 成人古装黄色电影迅雷种子下载 妓啪啪集百部潮流视频pasusucom redtubebustybuffy pp0077compp0077com 日逼日那里 伦理片小向美奈子 亚洲欧美图色88 wwwai8888com www57bbee jizzAV动漫 冯仰妍16分钟在线视频 SM乐园 国产操逼A片 99re动漫 dizhi99孕妇图片 国内在线视频就爱吧 哥哥撸听婷 樾呐访狼樯?谝灰 亚欧色B图片 丰满中年骚熟妇尿尿 swwwlivejasmincomzh女生 www444pppkm 巨乳孕妇av 朴槿惠美腿玉足 激情小说第四页 873kkcom现在的网站呢 wwwav成人五月 男人操着女人操逼真实片 操逼网狠狠操 成人在线sex网站 冬月枫 欧美色图15pmp4 青苹果骚货网站 夜夜啪在线视屏 神马性爱交易 亚洲少女美洞 65GANCOW R日韩在线理伦 亚洲色图嗯哼 www327slhucom 意淫强奸电子书 性感欧美第二十期成人网 无码人妻黄色动漫mp4 都市校园区家庭 爱操小视频 色爱 导航 色一个色 操逼7十2式 oumeibt 欧美性爱15p图片 劲爆 老婆为什么不让摸屄 12岁幼女操b 147大胆西西人人艺术 强奸小姑舅妈 曰一本女人大胆露私处图片 关于男生鸡鸡和女生玩咪咪的故事 五月chengyi 边日屄边工作 美女被各种插入 狗骚女 主播钟淑华数 强奸乱伦之老师 星野光 影音先锋 肏烂姐姐的骚屄 f9cf198f00059a22 灯草和尚duppid1 国产老夫妻日逼过程 av激情人体艺术 xxx225五月天 日本裸女人性交 有部视频苍井空主演性爱 写真论坛导航 女秘书被狗强奸了i 曰本七十路熟女 和姐夫乱伦小说 中年大奶张柏芝全裸照片 外国女人做跳蛋器实验 操性感白领少妇小说 吉吉可以看的黄网 我射了我撸了俺去也 关于幼女的h色小说 哥妺多次性交 色婶儿网 苍井空苍井空bt种子苍井空qvod myavjapan 台湾李宗瑞门mp4 色女做爱人体图 亚洲性爱色 图 强奸女教师影院 日本女同小说宫 大黑逼自拍偷拍 9色成人快播图片 抄底少妇 肥臀做爱删除 悠惠美图片 紧缚影音 最大胆的人体下体网 大胆人体艺术bb私处 WWW_70KKKK_COM qvod强奸电影 和幼女肏屄小说无弹窗 WWW_034SE_COM 123肏屄吉吉 在线丰满母子 大奶黑丝被操 鸡乱伦小说 成人免费视频性爱 波多野结衣艺术写真 淫淫骚女 欧美搞处女视频 人体艺术女人最大胆的高清阴道全裸图 动漫女孩怎么插第3个 后进式猛擦美女p 儿子和母亲的乱论小说 大屄大吊 幼幼伊甸园 潮吹成人影院 姐姐在家做爱自拍 920hot瑙嗛 兽皇a9影院 韩国女人的美屄电影 电视剧 欧美全裸大胆人体艺术全图 xiaonenxue 大鸡巴日大奶美女骚屄图片 女同性恋俱乐部种子 内射强奸苍井空 少妇裸体性爱艺术照 aise000 爱爱色网 最后被暴菊的三级片 明日花二人 性爱操逼图片 美女裸屄艺术照 av580com图片 百度视频可以看的网站 成年人小游戏 爱情sex视频 xxx操逼 超大胆欧美人体艺术照 唐山学院东校区偷内衣 吉吉影音幼女片地址 制服qvob 一路向西电影完整bd版 农夫乱伦幼女小说 avttnet改什么了 少女自述50p 欧美人体夜夜 摸 日本成人强奸乱伦电影 日韩户外大胆人体艺术 哥两撸裸体图片 大胆熟女即逼裤写真 和美女做爱狠狠碰 性感美女人体艺术都市淫乱 色大胆人体重口味 爱爱谷98人体 潘晓婷乱伦 大学美女性爱图片 最新东京热 大沢 佑香 洛丽塔txt ringworm 020是哪里的区号 真露 海陆最新电视剧 2014cj周边礼品 roces 骚女h 女人裸体阴部带血图片 激情亚洲色妹妹奇米 日本最大人体网 漂亮的金发母女被强奸 毛片全图片开心婷婷基地小说 黄色性交p图 夜人阁社区 外国老女人 做爱大全视频观看 美女名穴图 宜昌金逸影院 日50人体 也好波偷拍系列 我和小姨娘爱爱 操日bi网 人体图全女 2014年台湾小雪艳照种子 影音先锋色性爱 全美女鲁阴裸人体艺术 pps丝袜护士 大黑鸡巴操韩国美女 强奸j小说 宣城熟女 犬夜叉第几集有露点 看看美女bb艺术 空中剧场相中xian 巨乳熟妇在线播放 丁香五月五丁香婷婷 黑人玩美女种子网图片 丝袜淫荡老骚妇 手机版AV 中华医药艾叶作用在线视频 性淫乱人体图片 摄影肉棒小说 国产自拍图片区国产区小说区 老男大鸡鸡 赤井美月bt 韩国妹妹劈腿写真 欧美人与动物激情小说 张筱雨人体裸体图 西西全球美女人体艺术网图 中国小说和韩国小说 WWWDISECOM 大胆人体没有了 欧美一级内射大片 WWWPP987COM 日本强奸继母电影快播 女性的大木耳 大鸡巴真好 操的岳母啊浪叫 222张筱雨 欧美第一美女 十景缎有声小说下载 偷拍自拍色厕所图片 天狼影院手机 噜噜色欧美 美女huang 偷拍自拍哥撸撸 国模珂珂大胆人体艺术 xxoo人与狗 哪里有美貌女子们的性隐私迅雷下载地址 l露逼图 裸体美女比 老女大娘网友自拍 76aiai 快播乳乳色 性ba春暖花开 最新一本道幼幼基地 色小说美腿丝袜 我与农村少妇乱性小说 sao2008com 女优拍的伦理电影 韩国限制片迅雷种子下载 乱伦无码在线看 668成人电影院 欧美女人生殖器人艺体图片大胆 gaolelianggeyounv 女性bt图片搜索 被人轮奸好几次能不高潮吗快播 迅雷超清中出内射欧美 美女小穴19p 玩弄蔡依林骚穴小说 吻世界美女图片大全视频 红潮网 天海翼人体艺术图片 谁说涩女不好色电影 renyudongwurenyushou5 女人的阴毛无马赛克 凌波芹天使注射快播 逼逼美 女人漏这逼 影音先锋av撸色人妖 丁香五桃花社区 坂野惠美 色驴影视 华语地区最大国产自拍视频 东北夫妻3p乱交高清pp和 18岁人体艺术亚洲 摸大奶子 堕落护士gif下载 仓空井阴道图 裸体妹郎性交土 奶奶级熟妇大胆人体图片 家庭乱伦操逼网 wlan可以上的黄网 欧美性爱人体三八 亚洲美图50p小说 女性晚熟我突然4姐妹能 俄罗斯人体艺术全裸截图 日本小嫩b 姐也色黄图片图库 人体艺术色惰 我是香港大学的楔我爱老外男友的大鸡吧 少傅白杰有声小说 色哥哥色妹妹综合网址 p2p影音99热 中文无码字幕qovd搜查官 www路12345bb 火影www3344com 坏坏五月天 日本成人淫片免费网下载 淫骚的荡穴 狐狸精导航 调教公园 WWWSCRSHDCOM 有没有幼女系列 狼百度人体图片 狠撸图片亚洲 Av伦理电影福利 色欲淫女 性虐妞干网 日本幼女破处网 2014狠狠插 wwwkkkkmucomed2k 成人色电影wwwsehutongcom 五月免费一级黄色网 乱伦人气 www7979ddinf 淫色人妻欧美激情 村上里沙五码下载 女童妓图片人体艺术 有强奸内容的小黄文 操屄网网站 欧美淫淫射影院 日本毛片基地一亚洲AVmzddcxcn 正在播放家庭教师母女通吃 wwwyoubbbnetcom wwwse成人电影 丁香婷色 熟妇做爱电影 丝袜美腿妻理伦片 亚嫡美女大战老外magnet 丁香伊人 大香蕉伊人在线观 adv映画网 亚洲臀模 wwwxp1024btcom 我色我色开心播播网wwwdd0044com 哥哥坏哥色 深夜福利正在播放 有色hd视 faxmagnet 粉嫩小穴随便插 人体艺术国模自慰人体 日本操逼乱伦小说网 ed2kyounv 舔食女人淫水 美女口交舔逼小说 第1页黄色三级电影 调教女友爱爱视频 小男孩操大人的图那个是什么片子 s5555avco最新千百撸影院 教师AV色图图片 洗濯屋手机在线观看 亚洲成人美臀 丰满骚妇15p 人人干人人模人人 骗色电影叫什么 美女下体裸体艺术图片 东南亚老母猪15p 幼女刚刚发育图片 scute套图 国产自拍强奸做爱内射 虐阴扩阴 第一福利导航官方小说 国产偷拍情侣自拍在线视频083qqcom 成人鲁鲁网 弟也色自拍盗摄 张筱雨人体阴唇巅 幻儿园的裸体阿姨 美国成人aa大片小说 经典三级猫色网 知己网 偷窥表姐射精 久久色综合大香蕉 变态妖妖 妞干网成人三级 汤姆影院avtoncom kjfuli空间福利女王 迅雷白金板 影音先锋自拍国产三线童颜欧美 乱伦片性感 逼里插着大肉棒 欧美KrstalStealed2k 性交视频吸乳头 qvodplayer黄色网站 欧美另类变态深喉 徐娘露脸图 吊好爽性爱在线 1122zx无法访问 草馏口交 丈母娘白腿色色 骚逼岳母被强奸 嫂子十 人与什么动物性交最舒服 春色论坛诗 樱井莉亚雪精灵 樱井莉亚迅雷地址 小泽玛利亚图片 小泽玛利亚长像 小泽玛利亚落体 h网谁有 h网是什么意思 ipad h网 www.vipshop.com唯品会 开心五月天妹妹小说 东京热图片漂亮 俺去啦酒色网 黄色小说小载 情情五月天22aaa图片 大色窝 樱井ともか 乱交调教 至尊王朝 艾噹洛學院 草淑女影视 大妹成人网 搞熟女电影 性情中人G 一个色AV 非常色成人网 菊花色成人网 色女无罪成人 台湾淫淫视频 戏凤楼色A片 一起性爱妹妹 台湾女星综合网 910668电影 爱色影 老色哥首发 零度战姬第二季 色洛洛阳中文网图片 色落落 涩情 芽森 在线视频 肉片成人 首页77avzy 人人造人人播 KKbbycom在线 75nvnv 脱粪门会 午夜午夜伦yy4480: 性漫画在线免费观看 magnet 外国色污视频 76uuuu丁香五月 168hhh 人人妻碰人人免费 abp477在线 迷情五月天 动漫r级仔仔网 操妞免费网站2018 检察官完美身材julia播放 杨幂醉酒在线无码 影音先锋 三上悠亚ol 1769在线一起六九视频大香蕉 日本人妖另类在线视频 九州电影网 天堂AV在线视频 人工智能合成福利在线观看 秋霞在线观看高清视频影音先锋 强奸黄蓉视频 小美女被强奸的视频丝袜美女 性感漂亮的保健品推销员上门推销套套和延迟剂时被客户要求当场实验效果操的 新视觉影院早乙女由依 性感美腿漂亮短发女伴娘脱衣洗澡换胸罩全过程被记录清晰国语对白 秋霞免费啪啪啪视频 青阁楼日本无码视频专区 翘臀美女后进式10p视频在线 日本润滑池节目 日韩 heyzo 一本道 尤果网宅男天堂 日屄直播 日本写真免费播放在线视频 在线看片 美女 a v 影音先锋国产toupai 日本写真a2视频 在线观看成人线看 日韩欧美免费影院 在车上一次次挺入花芯 日本邪恶黄片网站 日韩av在线免费视频 欲望岛完全勉费视频6 长发美女口爆大吊哥 福利网站在线播放联合 性感小空姐在线被操视频 84gao83啪啪怕视频com avgo成人播放器 嫖客老的视频在线 被窝福利视频100集 性感少妇自摸视频 eeussk在线观看 九尾狐里m在线视频 在线看福利云点播 东京男人堂黄色电影 585看片 star561古川尹织在线视频 蝌蚪网在线av 本庄优花喷奶番号 免费爱色影爱色哥在线观看 求蝌蚪窝网址 国产av亚洲日韩丝袜 国产自拍xtv 碰碰影院在线 阿v天堂2018在无码天堂 夜趣阁AV导航 驾照家教轮流操爆20女学生 日本爽快片百度云资源 爆乳家政妇 肉感的 gvg118 venu766百度云 十度福利影院 2017毛毛网伦理片 秋霞伦理电院网 超碰乱倫视频 541电影 操日本老妇 快描成人APP 男女裸交视频体验 欧美japanese voicetv 绅士风度 李宗瑞AV迅雷种子 magnet 下载大鸡巴视频资源在线播放 ddse03高清在线视频 在线超清成人国产视频 樱木凛被偷拍的女主播5 动漫福利在线 第一福利网址导舰视频 成人色色在线免费视频 1818acg 1717she精品岛国视频 中学生在线福利视频 vidersa母子 动漫视频国产自拍 国产偷情自拍 magnet 玉霞影院 软妹福利所导航 美女奶播 av人体艺术视频 暗暗射在线网址 亚洲图片区 蓬莱八仙在线看酷雅 色久久猫咪大香 人人干人人舔 自拍偷拍国产肛交 国产偷窥自拍在线观看混血哥 动画三级在线观看里番 快播日韩新片 午夜成人电景 窝里秀福利视频 A片种子下载 ak福利 在线 2255jkc 好涨轻一点校长陈若雪 李宗瑞午夜影院味味 AV小黄片免费看 国产三亚在线影视 榴显影院 强奸,谜奸视频 亚洲色坉成人 番号公司番号库 刘嘉玲8分视频下载 ftp 午夜激情戏日本 江疏影不雅视频在线观看链接 日本无码www,147:com 亚洲欧美另类变态 美女办公室含羞视频免费播放 ddse1314 成人综合站 中出妻子的母亲水野朝阳604 日本丝袜恋足迅雷下载 下载 全国成人免费黄色网站 nuvidjiaos 99最新地址免费视频 中字av影院 淫色视频网 业余性x x在线观看 yebuse 五月 在线视频AV,yyy34COm 偷拍 kb18 在线视频 萝女孩导航 农夫色导般 Ⅴa天堂 色屋中文无码 thzvip 爱泽心梨在线 欧美老鸭窝a片 神马色在线 国产欧美 日韩av无需安装播放器 李宗瑞精装品第125集 傲视影院怎么没了 老色驴 西瓜影音 snis-553中文番号 91bb91进不去 美女有四虎影院美女 好似天堂2完整版 yy4410 福利美女视频 x–art 抖阴AV在线 城市雄鹰。你个淫娃 磁力链微信无码小视频 春色开心激情网 大阴茎干拉丁美女 老湿影院一分钟妹妹要 rbd的系列人妻在线播放 中日韩欧AV磁力下载 榴榴草小视频 空姐黄色网站做爱视频 大香蕉色播网 d群交 番号 推荐 软萌萝莉小仙全集53-帶尾巴肛塞學狗狗爬行 怕打屁股床上自摸 每晚被公公操的巨乳名媛妻 熟女无码96站在线视频 大香蕉,高清 百度网盘小视频岛国 热影院伦天堂理电影 经典aⅴ女优gif图 北纪麻妃在线 东方伊人影库 www人人操www 鬼父AV 亚洲成人女主播 朴妮唛福利全集霸气村 91视频神马 我性感的美妻神马影院 大香萑伊人红杏 北京熟女御姐羞羞爱 免費視頻av 4480青苹果影院免费4460 日本狼拍屋 爱比在线视频 棉船袜MM自拍 极品主播抠逼自慰 俺去天 素人百花 不卡无码免费伦理片 Jiyzz222 偷拍自插 先锋资源站bf 364 日皮视频 ed2k idgif卵蛋图解 国产成人扬桂妃在线 免费视频在线看爱1 成人AV大全 守望先锋AV动漫版 影音先锋 一女多男性rmvb 成人祭 mp4 做爱暖暖小视频 午夜123 操丰满浪叫在线 小黄网址 cao榴社区手机地址一 网红鹿少女停车场在线观看 uee锛宮e 亚洲无码成人网 美脚社区o金币踩踏 大乳牛奶女手机播放 美国成人直播 一本道插逼逼 爱爱爱爱爱爱性视频 非洲女免费网站 91密秀官网 韩国女主播19tvclub在线 大奶三级电影 高清 类似肉肉屋的网站 梦乃爱华在线视频 cron超碰久久爱 牛碰碰精彩视频 东京热av空姐视频 韩国h版成人影片小说 换妻小视频日本 丝袜美女国产视频网址导航 免费公开成上传乱上视频 09-25 c仔原创系列之黑丝诱惑肉嘟嘟的瑾美香 1080p完整版 七七久久永久在线 黄色视频555 mihono杨幂 美女自拍福利小视频mp4 一本道高清dvd看b离线观看 铃原爱蜜莉电影在线观看 亚洲图片欧美色图卡通动漫 丁香奶欲 AV淘宝国产在线观看 东方色色 AVcar社区 任你操AV在线 欧美fre 邪恶日本少女口工视频 APP电影客户端成人免费看 yy6080日本污 后入95小女友 宾馆里操情人身材不错 夏同学褔利视频97 迅雷 下载国产户外直播啪啪啪磁力链接 香港美女操逼动态视频 性爱激情电影阴水 嘘禁止想象西瓜影音 小妹子福利视频 小萝莉被内射视频 兄妹种子磁力下载 性生活床上抽插视频 学生妹主播自拍福利1 校花女神真心漂亮乖乖听话想干嘛干嘛 羞耻耻辱濡快感本田岬 兄妹无码 小清新影院啪啪啪 爱爱电影90l xxoo潜规则在线看 我被狗狗塞得满满的 日本妞啪啪高清 老司机福利 ae86 xplay无码av免费观看 找av123导航 亚洲无码 制服师生 11yytt影院 男人天堂在线资源TB 夜色奇趣 仙桃影视acg 影音先锋潮吹视频 发泄影院 日本绝色爆乳家政在线观看 日本高中生黄片视屏 熟女 亚洲 手机 在线 手机看片青青草视频 99热99爱视频直播 邪恶少3d欧美里番工 加勒比免费小视频 黄片免费 ftp 老鸭窝性爱影院 真实操的视频在线观看 成人自慰看片视频 k快播 播放s级毛片 SHIC-062 MIAD-730磁力 迅雷朴银狐 强奸磁力 mp4 美女露点走光合集下载 狠狠嗷狠狠拍 四虎做爱 人妖做爱a片在线看 暴风雨龙泽萝拉 国产自拍苍井空 瑟瑟情人在线 欧州老妇eugenia volodina 阿v天堂网2015在线观看 俄罗斯18x xvideosles成人影院 阿v天堂一本道 湿妹影院大香蕉 欧美图区 猫咪av pppd-481 乌吗av免播放器你懂的不卡电影 玉蒲团之淫新浪在线 韩国娱乐圈悲惨87 比较敢玩的五金店漂亮少妇 国产丝袜高跟恋足调教视频 波多野结衣44重口味视频 草榴破解视频 草 榴 社区2017新址 波多野结衣皮微理论片 操逼片九哥2017 采精小蝴蝶惠容 波哥盛世大厦和刚下班的银行小白领在洗手间一边和王经理打电话一边开草 苍井空波多野视频网址 AV天堂2016 3939ee 苍老师护士AV 轮奸 夹紧骚货 www7778eeecnftp 4438x成人网在线观看 杨幂1分钟在线播放器 色和尚久草在线 最新的一本道082715 司绑缚~ 波多野结衣 av番号在线观看 久久re在线800av 色avba AV淘宝2016淘你喜欢 天使在线 null av舒爽大片 林芊纾完整视频磁力 丁香动作片 分类最全的AV网站 五月婷婷涩涩 协和影院影音先锋 stringendo 三季第一页天天啪 www694av,com 超短裤美女迅雷种子 vtt899 被窝福利 成人区视频男人的天堂 不眠城之夜电影在线观看 v∧男女作爱视频动态最黄 超碰视频videos欧美 - 百度 福利裸露全身暴露无圣光美图网站 国产在线免播放器小视频你懂的 百合华 苹果手机成人免费视频 雅虎影院 澳门偷拍小视频 日本在线看片免费视频 美女自卫在线视频手机视频 成人公开免费无毒在线视频 女神级美女身材极致诱人 颜值好奶子嫩 各种姿势表情销魂 里番3D ftp 夜夜操天天操b免费视频天天啪久久爱免费视频夜夜爽天天啊 老司机午夜电影在线观看 福利潦草2018年国语最新 酷乐影视伦理 爱很烂 无遮下载 欧美脚交到foot 先锋强奸乱伦人妻熟女 日逼的方法视频 天体性交视频 午夜色逼影院 成电人影在线电影。欧美图片 国产360针孔摄像头酒店偷拍视频 水岛津实电车痴汉在线视频 小雪 好湿 痒 想要 80块的丛林野战 - 姐姐骚在线视频免费观看_0 百姓导航 夜趣福利导航 自拍A片 黄色爱爱免费视频 AV视频极品视觉盛宴 青青草免费福利公开视屏 无码Av片 白洁小毛片视频 国内自拍老司机福利视频 成人午夜高清 国产丝袜高跟鞋无码下载 产妇人科医师无码在线播放 高清国产自拍在线 福利片优播看看 在线看 操朱晨 国语免费做爱视频 波士哥空姐久久 仓多真央电影在线 变态假面 草地上的美脚视频在线播放 国模娜娜私拍小电影流氓医生 操美女菊花视频 残暴集中营勾魂影院 操逼视频梅婷 骚女在床上搞那个的事的视频要看到屁股和生植气官 樱萌子手机在线 无码tuqian 黄色视频色色视频超级流氓的 亚洲香蕉视频在线播天堂网房 在线国产综合 雨中被剥下制服侵犯 操了重庆一个少妇,后入大屁股,给你强烈的视觉冲击 www日本黄片视频 喝下春药女学生被强奸先锋电影 bu997 下载 色狼屋在线观看薄薄的模 超比啪啪在线播放 色性一本道视频 香蕉移人网 4438x8成人最新 若妻被上司谁走 4438x最新626aacom 美女裸体直播迅雷下载 一本道69 爱爱 影院在线 wnzs-212 henghenglv 有码无码国产操逼视频 伦理 电影小视频 91p9免费自拍视频 福利视频导航站 9avtt 抌边书 中文黑白看得见的体内射精系列若妻淫影俱乐部 刺激性美女 下载 118号美女试睡员 ftp 无码福利视频在线观看 美女伦理自慰影片 亚洲偷拍688 大奶性交交 朋友的妻子幻想影院 小姨的诱惑 桃花岛 印度三部曲百度网盘 色主播观看 伦理先锋eeuss 美女37oppp无遮无挡视频 少妇噜 美鲍视频自拍 裸聊直播在线免费观看 深圳豪哥95炮友第六期正片 裸体艺术做爱视频网 人人都好色视频 慧奈酱 精油按摩 magnet xt urn btih 激情视频无码丁香五月 极品美乳种子下载 吉泽明歩在图书馆 丘咲爱米莉无码手机在线 偷窥自拍 清纯唯美 yiseziyuanzan 祥仔aⅴ 强奸BT mp4 侵犯素人 magnet 啪啪视频2018年免费正片 精油 按摩 无码系列 不橹三二一 撸乳女 在线日本熟女观看 东京热视频福利 大陆夫妻网友自拍视频在线免费观看 大山大香蕉免费在线一本道播放 另类专区 在线 亚洲 国产另类自拍亚洲 二区每天更新不卡在线视频 骚逼无毛大奶 李宗瑞全集1313-电影网 黄视频社区 爱丝小仙女思妍-美团外卖员无水印完整版 - 第01集 自拍偷拍视频在线 校园贷10g资源在线 大学生宾馆情侣啪视频 好屌看视频 黑丝袜制服美女少妇在家被强奸视频全过程视频 后入大奶妹子 黄色一级影视频 花间直播福利 后入极品影院性交动态视频 黄频影院 女优迅雷种子BT下载 欧美高清丝袜番号 magnet 换妻av在线视频网站 黄色搞美女视频 泡个大学妹子脸蛋漂亮性欲强酒店操完逼射嘴里吃了 黄片儿老湿影院下载 女友被干的浪叫视频 美国女孩勉费黄色网站快播 激情在线啪手机在线 玖久国产 4tubetv视频日本 meirenmeibao 爆乳美女 国产自拍 日本乱伦动漫 神马午夜伦理小说 5床上视频免费 18年番号 人人操!西瓜视频免 心事决影院 成人影视18禁 乱交电影网 土豆成人影视 玉蒲团5 之阴阳性教 美女白丝袜AV视频 jux-254中文字幕先锋影音 午夜dy888兔 色135私房综合网 谷露影视114 MSWD-10023 ftp 18禁无码里番在线观看 做爱视频书包网 欧美手机小视频 偷怕自拍激情小说 人妻的做爱自述在线 奇奇电影院福利 干一干影视78 真实搭讪内射 百度云 舔阴磁力链接 好哥哥av视频 南京熟妇做爱视频 韩国性交 牛逼叉电影 男女插下体高清gⅰf视频2017 国产自拍偷拍在线导航 国产自拍青鱼在线视频 韩国在线自拍 男生的五夜福利 6虎av 牛牛影音 天天爱啪啪手机在线 今野杏南 露点番号 迷奸超级美女视频迅雷磁力链接 久草色新在线影院 长筒靴做爱 magnet 成人在线黄色电影 crdytpzp 夜寡妇影院 伊东遥全集在线观看 女特工队做爱视频 国产自拍yi xx露脸在线 日韩学生姝美 女三级伦理福利大香 叶月奈穗磁力迅雷 秋霞火院福利视频 凹凸视频杨幂在线观看 日本真实强奸录像 福利网站任意门 91天生爱风流系列 干露露浴室30分钟视频 百度云 表姐 magnet wohejiejie 国产a片作品 色图美国在线 苍井空 av免费在线 手机色视频日韩电影 一手的av大片 视频区 亚洲日韩 中文字幕 动漫 3444k老三影院 全部视频午夜寂寞影院搜狗搜索 3pornstarmovies 中国人的最爱苍井空520 69堂嫂子吧 rihannvyoutoupaizipai 熊黛林后入式视频 韩国裸聊视频下载 床震视频体验区 婷婷性爱影院 汤芳人艺体照 人与动动物之芳草影视 张攸雨b图 外国大黑阴劲性交 一级性交小说 极品美女馒头逼 欧美xingse 美女最好看的逼 海贼王nuren 四房色内射 成人橙色色色网 最好看最大胆最开放人体艺术欣赏 欧美操老骚逼逼 丝袜捆绑论坛 咲子さんノ男性事情2 裸聊影音先锋 万人操一级电影日本 美女宝贝操的好吗 当真由纪先锋影音 色妹妹干啥 裸体美女私处裸露人体艺术 快播色色种子 谁有矢野未夏的迅雷下载种子 百度云同志片 迷奸我的表妹 美女有几种穴图片 laonvrenhechunanxingjiao WWW_AISEMEI_COM 淫荡的叫床声下载 我要看明星淫伦的图片 波多野结衣av无码百度云 美国大尺度强奸快播电影名字 好av69com 萝莉呦呦 偷窥偷拍 亚洲色图 伦理聚合原网 日本做僾p2 韩国裸体丝袜 xxsexgirl 欧美人体图片 欧美大胆人体艺术高清图片 女人16p 谁日过馒头屄女人 梦露人体艺术 操meiguo女人大屁 pptv322 人体艺术美乳屄大图 胖逼熟女 骑姐姐人体艺术 25亚洲成人电影 132renti 成人小说师母 色淫444 WWW_26UUU_MOBI 朝鲜祼体美少女 爽爽小说网 三国志黄色图 插幼女衅视频电影 色虐女囚全集免费高清在线看 人妻熟女av在线观看 夜曲人体最大胆艺术 极品人体艺术快播 日本美女性交欧美色图偷偷橹 黄片排行 操女另类 WWW_8XBXB_COM 人体艺术露阴大胆美图 成人网站怎么看电影 三嫂子乱伦 wwwb1054 肏婶子屄 WWW_SSFF66_COM 日本舅妈爱爱口述 美女毛毛走私图光 农夫妹妹操逼 cnporn8com 性交电影网站 露p自拍全集 舅妈性欲大 日韩av电影免费网站 主播曼妮先锋影音 西西撒尿人体 内射白逼 www狠狠干co m 影音227先锋 亚洲 成人 亚洲视频 和女儿草逼 小77婷婷五月天 kkkk6666 sesiwajiaoshipinwenzhang 天堂岛男人的天堂 妹妹射成人网 操逼视频先玩2 极度兽性未删减 四流av成人小说 黄片马与驴 狠狠撸美女放尿 黑鬼操亚洲女视频区 WWW_95559_COM 关芝林人体艺术照片 绿岛导航 内射美女小嫩逼 和老师做次爱 乱伦国产在线播放ed2k 骚屄肏屄图 saopengchengrenzaixian 色吧美图 高清无码 性片 下载 林志玲1p色图 苍井空最后一部torrent 经典三级笫四色 丝袜做爱少妇 眼睛猛男做爱自拍超碰 青沼知朝 三级图片网 巨rumeinv 如何操女人逼 就要在线撸电影站 网友自拍20 熟女高潮图片 欧美牲色图 熟女被干的种子 WWW_PS31_INFO 口述整理少年与少妇的恋爱性事cna5 直径8厘米阴茎操屄 亚洲色图很很撸 妹妹看黄色片 吉吉影音a片大全 亚州大鸡巴插骚逼色图 大鸡吧 操逼 奸楔小说 人体yi术711 606sese 舒淇照艳高清全集 撸一小说 裸体黄业美女 美熟妇性交 口交性爱电影 铁杉树丛第一季 麦当劳加盟费多少 鞍山交通违章查询 金智秀 瓦楞纸 王牌对决 网络受或无连接怎么办 欧元走势 梦见僵尸 泽田由香里在线播放 大奶fs2you 美国十次偷拍自拍 ven体艺术 颜颖思吃鸡照艳全集图片 骚逼美女网 髁体欣赏 国宝级巨乳迅雷下载 手机fciju36d 新色小姐 老公和妈妈乱伦怎么办 亚洲无码成人女人图片 优优人大胆私阴 裸体护士无遮掩 婷婷色播色妹妹网 新夏影院 狠撸撸bt 亚洲人体欧美人体室内人体户外人体 在哪可以看张柏芝艳照门无码的 影音先锋qvodav电影 温州市找美女视频裸聊 羽田爱影音先锋 淫荡妈妈兽交小说 为岳母舔阴 哪有bt种子 mmm摄影图片东莞纪实 WW_HENHENLU 日本男幼影片种子 骚老师跟我玩丝袜诱惑先锋 我和妈妈视频做爱乱伦 公车上我操了她的穴 操丰满妈妈的骚逼 舔逼喝尿 偷看女人爱爱图片 哥哥干安区路 红火网日本人体艺术 成人小说操逼乱伦性感 李宗瑞吴亚馨西瓜影音 色色男成人 oumeiheirenluanlunxingjiao 酒色电影快播 淫荡妹夫勾引我 美妖操逼 最为经典的人体艺术 从激吻槭嫉哪缸訚夂裥詯?上原亚 结衣波多野家庭电影 肥奶奶做爱大图 女人与阴茎 乡村m女草逼小说 元旦加班同事50p下载 小美女与男人同房 色图片大图大全偷拍自拍图片 黑人狂操亚裔女 套图超市菊花 睡觉的女人影音先锋 WWW776COM 三级有声小说 ddd42无码 西西人艺体图片大胆全球高清删除 观月雏乃经典 bbb777gom 顶级黄色人体美鲍艺术图片 最新激情黄色图片小说网站 我爱看片av怎么打不开 乱论大鸡巴 沙乱伦年 强奸孕妇系列先锋播放 关于做爱的图片拍的仔细一点 李宗瑞点播 caob短片 大胆雯玉 熟女伦乱视频 人体写真网址 美女明大胆人体艺术 清纯唯美789 村裏的小少妇 成人网黄色片下载 高清插b嗷嗷叫 迅雷在线激情乱伦 色青tuoyiwu 艳母h全集图片 没少女大胆销魂人体艺术写真 很黄很色的动态图番号 影音先锋北京白虎 俄罗斯模特乱伦电影 孕妇大但人体 cao5858com 黄色日b视平 大团结超爽乱伦 强奸乱伦欧美色图幼幼 欧美亚洲自拍偷拍 pornstarpomvideo 厨房强奸母女 色色阁bt下载 阿姨丰满白胖 幼女13岁女睡后毛才五六根rmbttd 美女被插到高潮 自拍小嫩逼 狂暴幼交 胖人下体艺术 美女捝掉全衣在线视频 强奸胖少妇 亚洲小色哥导航 无吗bt种子 三奷乱里五月 露碇美女 骚穴图片网站 义母熟女 肏岳母小说 葵司护士士袜爱情 妈妈和宝宝操逼 狂草堂姐 爽图短篇 媳妇的妹妹和我sex 快感耐五十路 人妻的奶与穴 易语言在线视频教程 小馒头白虎穴 插进女孩的屄里 淫黄家庭主妇 我和姑姑的乱伦小说 鸡巴插逼小说视频 145bitu 小次郎成电影人 小岛南影音先锋 与继母操 最新上传视频超碰 日韩一级人体艺术 操月经屄 大中华黄色网站成人 狠狠搜美女 大色妈吊 欧美迷奸系列片 老熟女色色 动漫淫色 色哥哥鸡巴 能在线观看波多野结衣的网址 美鲍表演 妇人的骚屄 成人文学美肉娘 亚洲色图片区台湾 WWW500MMMCOM 百度影音我爱大鸡巴 影音先锋成人干网 韩国日本美女艺术照裸照 操护士怀孕 苍井空的木耳黑不黑 sm包射网 WWW57TVTVCOM 黑妞大屌 成人免费中文字乱伦幕电影 最近十天更新的撸撸电影 丝袜足交论坛 玖玖爱资源站www52014zyzcom 欲女换夫首页图片区 一个女的在火车上被几个男的干的AV视频下载 q青春草成 看片神器最新登入地址sqvheqi345com账号群 操骚逼老太太视频 Tag三级片在线观看 亚洲成人套图专区 亚洲成人巨乳电影 穿丁字裤的风骚少妇 老师调教性奴有声小说在线收听 岳阳人体艺术 啪啪影院开通会员 韩美理论片 av巨尻 老熟妇60路 houseoftaboo百度网盘 韩艺瑟主演的电视剧 欧美性爱俱乐部 乱伦小说另类无弹窗 校园春色亚洲日韩欧美 自拍偷拍欧美美色图 捆绑口爆虐待 亚洲色图狠狠撸欧美色图激情五月天 www26uuucnm b人人操就去爱吧三五电影网81xvcom 鲁一鲁第七色色免费网站 三级片大唐十二刑房 素人恭子 孙女插进视频 先锋丝袜小姨子 强奸美女瞎说 武侠乱伦www34ldcom 成人家庭淫乱视频 台湾黄色小说图片 邪恶动态图卵蛋出处 正在播放鲍鱼 招妓自拍超碰 凌辱张蕾小说 haole009新域名 初夜换 插b好爽 激情图区怡红院 日本涩情pia 黄色操老妇伦理网站 日月不夜城 亚洲色图网点 投胎作者不详 女15pwwwdizhi99com 抽插强奸玉足丝袜颜射 淫妻丝袜小说网 美女爱爱诱惑 额去鲁校园春色 偷拍自拍老婆p哥哥色 插入逼逼 超碰在线办公室喷奶 操逼成人电影网 女人刚做完爱流水视频 巨乳岳母本子 日本免费av无码片在线开苞 87福利电影网站霸气 巨乳泽井芽衣香蕉 中年操 sm精品热视频在线观看视频2202xcom 奸淫人妻小说区 母亲的诱惑完 色图插插百度 免费网站看AV片兽交 和姑姑做爱的故事 www色姐姐comwww55mmbbcom 体内射精透视图 屄战小说 能连WiFi的黄网 制服丝袜诱惑日日 雪白的古典武侠 善良的小姨子久久 黄色吃屎视频网站 香莓无码电影 hehen狠狠爱 亚洲色图偷拍自拍激情小说97色 乱纶小说美腿丝袜 广西柳州莫菁12在线 乡村淫妻 母子性交乱伦美图 日本母子交在线视频直播 操美眉社区 人体奶子大胆艺术 广地影院图片区 苍井空五码偷拍 女大兵色色 久久热在线视频精品videombaiducom 性奴隶小说百度百度 人妻交换激情文学亚洲色图 粉嫩小莉蜜桃初熟即榘l 嗯哦快点男男 成人黄色轮奸强奸小说 激情做爱动画直播 性感丝袜漫画美女图片 亚州综合网狼人综合 村妇和农民伯伯色片 ppp91cdncom人与动物 乌鲁木齐熟妇吧 少女扣出白浆图片p 三级片A片高清在线观看我爱你 自慰爱爱电影 日本av女优在泳池边上做爱 父妻交换俱乐部 有没有夫妻3p小说 wwwpkorg 裸体女奴小说 国产自拍偷拍在线播放wwwntm7comwwwdxbbs4link 亚洲天堂美国 高清无码JK制服AV 双胞胎国产自拍 肉蒲团K8经典 ccaavvcommagnet 色色色酒色网 开心青涩播播 泷泽萝拉番号tek071 色zhongse导航 先先锋资源黄色网站 欲女阁都市激情小说 骚妹子论坛 强奸社长qvod 吾爱屑电影网 色站导航黑大屌双插 6655小游戏 大鸡巴爱丝袜 全裸掰穴欧美美女艺术图 五月妞妞视频域名 幼幼屄图30p 欧洲亚洲偷拍自拍图片 卿玉久 操舅妈的骚穴 人体艺术摄影37cc 孕十三周今天吃了三包真空包装的鸦掌会怎样 车上那个操舅妈 我为明日花死 曾之乔不雅视频 屄这么松多少人操过你 2015世乒赛视频母子 母亲与儿子影音先锋 逼尿尿 日本手机在线观看视频av 性交老太太视频 人畜大战网站 淫妻的乱交迅雷下载 久草拳交在线视频 7777撸 后入人妻冒白浆 媚女迷行都市沉沦日记 少女玉缝小说 亚洲色网动漫 美腿丝袜小说第九色 ooxx名侦探柯南 连裤袜成人 人妻超碰视频在线观看中文字幕 人与动物小说全集 自拍之家的新网站 涩y44图片 国产偷拍伦理电影 青青草在线vip版 270ccccom 伊人情人网综合wwwggsao58info 偷拍人妻色10p色狼窝 口爆颜射合集 操了同事妻子 18禁性爱乱伦视频 嫂嫂大骚逼 大片免费观看日皮 淫妻强奸乱伦小说 wwwceceseorg第四色 香乳图片大全 苏联人动物杂交 熟女30pdizhi 帝国综合 色色色色爸酒吧影院 236com 在线色中阁 www0011 www3324444comwwwwoaisikucom 男女做爱亚洲图片 人妻很骚 碰碰97若怒 人人操色8 wwwaa6 夜射猫成人网 色七七亚洲av大香蕉 家庭乱伦人妻激情偷拍自拍激情小说伦理电影亚洲色图 猛干嫂子 www9youcom 滴答大秀 2017av影院 黑毛小穴av 性爱技巧9页 欧美性爱静态图 狠狠操小娘们 xxxooo成人 帅哥自慰视频 WWWdydognet下载 校园春色都市激情家庭伦理久久热 黄阴毛 [欧美]国产情景剧风骚美女不穿内裤路遇色魔跟踪迷昏后捆绑 爱微拍福利av 爱涩影院 奥门美鲍电影 色和尚操逼 淫乱人妻黄蓉 www788com 万人靠人人操免费 www22e22com最新入口 jeaiaicom 小说家庭乱伦校园春色 淫荡人妻色图欧美 国18禁网站 caoadult 五月色播永久网站先锋 人妻少妇自慰 搜索wwwxzfulicn 哥哥个干 久久女人喷射 开头字母是j的黄网叫啥 很很干狠狠射www222avnet www婷婷五月天先锋影音 西祠胡同首页 相崎琴音种子 javhd在线无码视频 幼女啪啪啪影院 武侠古典迷情校园 男妓露鸡八图 天天射综合网偷拍自拍 33mnbcomi 韩雪的馒头屄 Con天国 桃色五月天 在线五码视频 亚洲BT清纯唯美 看老婆被技师抽插 岛国片公媳乱伦 父女刺激在线视频 曰逼激情网 91色咪咪com 不用播放器就能看的一级片 婚恋网的骚女 印度伊人成人 亚洲曰本av 婷婷我去也 不详哥哥 三级色图乱伦小说 长治丝足 高清先锋资源吧 爱色色色色爱网址 洛天依色图 jus网 影影音激情 国色天香女人逼 家政妇漫画在线观看 色色色色m色图 波波升级优优 夜秀场 帮老婆和同事偷情小说 干双胞胎小女孩 卡通动漫淫 狠狠拍日日拍图片 手机播放13p 33bbcc 古代公媳强奸乱伦小说下载 wwwff632cim 英国乱伦色 我爱看片免安装版本 男人啪啪在线视频观看 阁中色美国 办公室av下载 色无极亚洲手机图片 atv444电影院 亚洲色网偷拍图片 哪个网站可以看最新seqing电影 ww77pao 日本爆乳肥臀 自拍熟女另类亚洲欧美 在线看的免费播放AV 亚洲AV在线亚洲色图狠狠撸成人 手机在线偷拍电影 天天拍拍国美在线视频 人妻论坛magnet 播放速度快的毛片网站 雅蠛蝶影视网观看 吉吉幼女 jiukanvip 激情性爱小说淫荡的老婆 影音先锋啪啪啪av下载 中文字幕久草在线zxzy5o 性视频高清播放器免费观看视频在线观看 新监禁逃亡影音先锋资源站日夜 看过的视频超碰在线 大鸡吧插逼动态图 天天日影院hd 网红被操 学生被伦理片 抽插大奶婆 Ayingyuan wwwxxx人体艺木 99pp黄色网站 seseav 免费看入室强暴轮奸人妻视频 超碰在线女生十八禁 日本美女无码做爱视频 爷爷孙女爱爱 18禁不禁ed2k 288bb 无码中文亚洲在线视频wwwooxxbbcom 人人爱人人碰在线蝌蚪视频 90后性交网父淫乱 摸逼视频 亚洲原创春暖花开 avnight微盘下载 高清AV电视 日本少女人体写真 幼幼被破处 3wcom250 公汽上少妇内射 一本道在线无码视频 激情艳女_激情文学肛交_激情小说_激情图片 高清自拍操比视频 亚洲网友另类 杜达雄网易博客模特裸体图片 抽插妈妈迷人的脚 肉棒操b爽 缴情文学888十 av图图 成人ob快播 乱淫史 操办公室少妇做爱小说 男女野战13p amigyewsonjcn 欧女阴图吃 美女光定高清图片 日本免费qv视频网站 本色成人免费全球 搜索女同人体 wuyue天婷婷 成人网首发www851bbcom 99久久免费热在线精品mp687com bt兽皇天堂 像淫荡游戏这种动画有哪些 色播网四月天 866222c0m 午夜成人在线观看 123rfcomcn 亚洲图片第四色空 mimilikecom 36大尺度人体艺术 激情都市TXT 女生在线自慰av91网 和姐姐内射图 人体蛇妖艺术 清纯唯美在线国产亚洲色图美腿丝袜 44kkmmtvcom www789com5 wwwmb63net 奇米777超清 啪啪啪片段视频av 亚洲熟女图汇聚全球 男人天堂国产偷拍自拍 色武侠亡赌花公主 番号强x 网友自拍网址 逼妹大香蕉综合 luoluoyindangwang cccav52改成什么了 www幼交视频com 阿姨福利小说 日韩成人片区 欧美亚洲日韩在线免费视频 天天撸一撸色一色在线视频av 欧美色图1080p 11欧美播放器 亲亲黄片色网 韩雪被操视频 国产无码自拍偷拍 丝袜精液熟妇 pp529com www111wecomav 少妇偷拍免费视频 vvvv900 美国打炮一级片 狠狠干的3d 草榴社区香港 东方av在钱自 大黑狗58p 中文字幕久草在线www9qxdcom 伊人成长网小说 欧美AV天堂先锋 国产爷爷和孙女自拍 QQ浏览器www7977ddcom HHH57COM A极超碰 爱奇艺成人性大片 010狐狸精电影 琪琪无码在线观看视频 都市高h 男女拍拍小说日日 av15在线 caoliushequrg 亚洲激情啪啪 大色下载 人人操人人乱伦小说 激情淫妻色 外国女明星性爱 亚州色图淫荡 拳交肛门网站 苍井空成人无码快播 想屄图 北原多香子写真 西西女忧 操逼7十2式 我竟然渴望公公大鸡巴插我舒服 无忧人艺体艺术美穴 中国三级电影狂 人妖打飞机翻译 密桃123人体艺木 透蒲清 淫荡白领自慰 长谷川理穗世界大量精子发射 m6mm美眉娱乐大联盟迅雷种子 欧美色图片伊在爱 人妖也可和女子爱爱吗 后庭式插入少妇屄 WWW_330222_COM 齐天大性迅雷 孕妇 torrent百度云 999屄 欧美嫩美裸体图片 风骚丝袜女仆和主人肛交颜射吞精 花花世界性都 百度群友网 韩国美女性交艺术图片 女人地铁伦奸电影 黄逼下载 兵哥哥的大鸡巴 青木琳在线网站 欧美人体露洞穴 非洲色电影 日本强奸乱伦兽交 av妈女巨乳 winktv 吉吉影音 白洁 北美社区 成人综合论坛2014 torrentdescription步兵美女合集美咲结衣羽月希佳苗るか尾上若叶秋元 美丽的曰本人体艺术 人兽先锋影音 护士的小屄 性爱故事性爱图片 广场做爱 a狠狠干图片 柔术展阴 神琦沙耶香 自拍情人 内射 爱色最新防屏蔽网址 美国痴女图片 去淫淫网 格蕾美乳酸菌 去干色中色 国产淫人妻操白嫩的桃子奶少妇 暖花开 shaonuxingjiaotu 亚州性爱第1页 黑木耳验收材料 台湾综合网站天天色 插老太太影音先锋 欧美乱伦图片与老太太 强奸自己的妈妈妹妹或小姨子的乱伦小说 天天操逼网站 激情成人网区 骚货护士图片 美鲍大胆人体百度图片 2014年夜夜擗通动漫 957黄色小色 156少女人体艺术 亚洲色鲁鲁 乱伦未成年 日本性忌图 日本高汹田美香 超黄色的动漫全漏 gan美女小穴 音影先锋国产夫妻自拍 mm的阴道图片 淫妇卖逼 激情ccc36偷拍片 relationmobilephone 欧美和亚洲裸体做爱 亚洲男人痴汉黄色网 爆操人妻少妇 女教师厕所偷拍图片 44j44j 人体自性爱小 杜菁菁大尺度私拍 色色帝国贵族 杭州护士怎模样 高大肥女自慰 翔田千里无马 淫鬼五月 nan同性恋zenyangzuoai 免费涩情小说 泽井芽衣人体 123强奸小说网 先锋妈妈大奶 真人裸体少女下体图 美少妇乱伦性生活图 韩国名忧av片 天天色天天天色图片水 成人欧美图片 操逼 西西孕妇人体艺术 av小电影 雪绒花中文歌词 梁光烈简历 临时性强奸 北京一嗨租车 两次胎停 金贤重微博 不举总裁的盗种妻 张柏芝和陈冠希 男生qq皮肤 无锡上元教育 harmony 微信人数上限 丁英倍徐佳怡 日五月天一本道 欧美高速日韩亚洲自拍偷拍 用快播能看的一级片 偸拍美女所厕偷拍女厕拉屎 欧美的女人逼嫩没毛 玖玖资源站在线视频 欧美黑丝骚女 淫乱人妻bt 美女激情缓交 老色妹在线播放 狠狠碰av黄色 口交做爱视屏 日本学妹色色图 欧美大肥妞性爱视频 最新成人renyusou 东京热逼图 亚州黄色电影和小说 李宗瑞在线免费视频 电脑版人体艺术 类似变性小薇长篇小说 18avdayaj 010夜夜骑在线视频 朴妮唛没马图片 男男同志激情照片 3d卡通动漫撸图 枊州艳照门 胖奶奶性交 p美女人体艺术 青青草在线观看视频手机 大小姐和我的性爱关系 慕色天使假货 小姑的羞穴 中华医药艾叶作用在线视频 不用播放器的av 胖女人裸体性交图 欧美幼有声 四房播播成人网 迷奸姐姐小说免费看看 啊老爸爸操得小媳妇好爽 乱轮免播放器 偷拍美女认厕图片 韩国jiannisao 亚汌成人综合 日本成人网性之图吧 卡通bt欧美 操淫荡妇女的骚穴 吉尺明步教师在线 自拍偷拍骚逼叫床 av9少女 13p影院 天堂人体大胆艺术摄影 打开骆冰霪传 她付了炮房钱让我内射她丫 丝袜大黑逼图片 下载骑姐姐性爱播放器 沙绪里与狗 大胸妹子水真多大图20 国产清晰普通话淫荡对白序妻 少妇流精视频 公交车淫乱加厕所强奸 xxoo人与狗 哪里有美貌女子们的性隐私迅雷下载地址 五月天色网亚洲色图 威海宏福广场大地影院 香港龙虎豹五月 最新一本道幼幼基地 张晓雨迅雷 欧美人体艺术狼友夜色 日本电影快播五月天四月房橹橹管 骚逼大咪咪高潮了 操屄裸体色图网 我爱色洞洞 玩弄姚笛的屁眼 五月社区色图 世界最大小阴唇图 wagasetu yzst15p WWWSSGB1COM 西西大胆风骚少妇裸体艺术 WWW34SPZCOM ssscm 偷拍h视频 堂本刚吻痕 激情淫乱综合网 av音影先锋 偷窥我发骚的姐姐磁力 欧美经典水下性爱av 环球人体艺术交流群 西西偷拍 色驴影视 敏感早泄美熟女的高潮ipad 日本美女手办阴部 苏格影院龙珠传奇 影音先锋姊姊 爱肏妈妈小说 谁有九月好莱坞艳照门图片 成人亚洲偷拍片 高潮叫床声音 5x社区s 真实的骚妇 模特老婆被公公上 hhqq11图片 撸炮动漫 邪恶漫画全彩岳母 avbuluucom 亚洲扒衣 人妖巨型video 全黄无码专区 嫩女孩色 骚逼被男老师操 插入屄谢 超碰zaixan 卡通动漫欧美日本 人妖色酷 成人视频av裸条 先锋影音ave www5555se清x片图片 乱伦小说撸啊撸乱伦 www38popoom 校园迷情乱伦 wwwzzzbbbbcom 菲菲综合 偷拍自拍亚洲色图社区 偷闻舔少妇汗脚丝袜高跟鞋真实经历 m1905手机版电影网 2017伦理电影手机农夫山泉在线 操操操成人图片 被操哭的熟女图片 爱干的女侠 给护士姐姐打针直播AV 一边揉奶一边插视频 台湾成人图片网站 推二哥男人影院 激情小说播 金瓶梅在现拍看 老板性起急招秘书口交颜射视频 wwwnertcom 校园春色现代激情偷拍自拍强奸乱伦 成熟妇女在床上 日韩AV草榴成人电影网 www288heecom 干大屁股前女友的小说 有声家庭乱伦故事 福利社余罪床戏视频 琪琪热热色原a自慰 色尼姑免费AVwwww37izcom 国产亚洲社区制服丝袜另类变态 wwjiqingwuyueinfo 动漫Hgif www撸撸射亚洲人 古代怡红院三级 天堂爱色影 俄罗斯成人免费视频gegequlucom 晚晚干综合 足交灌肠SM 骚妇狠狠操插 性大尺度百度 织田沙里奈苍い再会セレブク s1kuav 顽固少女 婷婷爱插 久久精品视频在线9955zyycom 淫香淫色亚洲网 啊媳妇你的奶好大好软 一级电影曰皮 小色网视频女友想要 电车之狼视频无修 巨乳空姐迷情黑丝 操操曰偷拍上传 日本妈妈xxoo小说 fuqer 东方AV若努 少女屋 毛片基地免苍井空影院 欧美欲熟女重口味 WWWKKKSSSC0m 色qinswangzhan 我的啪啪生涯 黄片谁拍恋足 操美女黄文 成人服务360图片 群交av老司机幼女 色色网亚洲色图新闻 青春色春 91咪咪就是干 制服孽待 美国超级淫片 东热16岁小美女 国产自拍亚洲AV怡红院 1024地址 插插插总和我 丝袜自拍综合 哥也射弟也射操干妈 WWWYOUJIZZZCOMN 忍不住抽插 色夫人综合网 日本电影美腿家庭教师 中外午亱影院 赏金诱惑ULT144手机看片 西西人体艺木删除 性奴APP oo3自拍偷拍 乱入人妇小说大全 美国男同性恋免费电影 尻幼女性交做爱 亚洲成人快播电影网www080xxcom 美国免播放器射吧 丝袜 论坛 少妇爱轮奸群交 有声小说剧狼牙 春色神医 樱井莉亚bt 小泽玛利亚gang 小泽玛利亚化妆 求在线播放的h网 国内h网 有没有无毒h网 h网在线 东京热n030 1314酒色网 在哪里看黄片 女生看黄片 推荐几本黄色小说 推荐几部黄色小说 什么网站可以看黄色小说 依依黄色小说 浜崎真绪 欢乐白领 流精大学 妹妹快播 午夜禁区 成人五月天 广播五月天 看毛片搜索 三姐妹电影 夜游侠电影 做爱电影网 97东京热色 美艳少女裸聊 性乐汇色高清 淫逼成人社区 52乱伦激情网 色妹妹激情小说 zoosex兽交 色青片 嘻嘻撸 色尼玛哥哥妹妹 日日春 日日顺乐家 咪咪流浪记 撸二哥电影 涩涩片 快播资源网 www4438x2cwm 无码迅雷综合 人人操人人摸人妻 任你搞在这里只有精品只有你喜欢 www sen4 con 额~啊~啊~~啊~啊快用力在线观看 成人宅男电影院。 秋霞av免费高清在线中文字幕 3311韩国影视悲惨视频 免费看片美女 水菜丽av 桃乃木香奈045 黄片快猫 av女柳晶电影 完美啪档在线观看免费 YOYO视频磁力链接 avi天堂2014 onsd654 在线 大尺度床视直播软件 女捜査官西条琉璃在线 三山悠亚在线播放 星野瑶 先锋影音 大香蕉伊人狼客 4438xx怎么看不了 快播电影网野狼谷 余罪87福利电影 亲下面视频 国产自拍【11p】 放课后无码观看 先锋营伦理激情 一本道 番号 磁力下载 神马dy888午夜伦理达达兔 乱伦黄色电视小说 肏屄a 视频 成真av在线 ribendangfu 热门福利无玛 秋霞影院色 magnet 秋山雫视频写真 性欧美孕妇x6 青青草93观看视频视频播放 情人节快乐视频大奶子女人是谁 亲胸揉胸超长视频 秋霞视频理论韩国英美 杏坛论吧 性爱淫妻群交视频 新福利影院完美 日本青山菜菜视频播放 日本校花操逼视频 日本三级高清电彭 日本讨厌马赛克黄色视频 日本人糟塌美女视频 淫妻图片 孕妇在家孕交视频乳交 又幼穴 日本无毛视频 淫幼 日韩 福利 桃谷 日本摸奶酒吧电影 日本十八禁啪啦啪视频 日本视频3dtv 影音先锋在线主播视频 有基视频在线jazz 日本无码高清视频讨厌 日本翘屁写真集视频 hzyeo在线 欢爱 美丝馆视频 采精小蝴蝶在线视频播放 轮理动漫手机版在线 追mp4影院 4P在线播放 富二代视频fd2d6 优优影视院免费 黑人动图福利 主播视频导航 h 动漫3d 新视觉a 国产第一页 肥猪哥草小萝莉的视频 6080新视觉影院年轻的爸爸 黄色AV播放源 kkkk478 宅男神奇影院安安格 av兔子 我要色爱网 hhh730 snis923在线 求先锋av管资源网 安卓偷拍自拍 www路9960路com 护士乳胶AV在线 狼人综合免费 九九电影网 aiav页面访问升级 女孩影院同样的网站 旧欧妞干网 花井美纱链接 magnet 三级男女裸体做爱视频 清新房纹身中年大叔与丰满白肤人妻偷情滚床单精力很旺盛 男奴舔美女高跟鞋视频 本日无码视频 骗素人妻免费泰式按摩到中央篇 鸡巴深入视频 5飞机总动员1在线 爱乃真幌无码合集 mp4 伦理片嫩草 大香蕉182tv 在线 有bi吗va视频 经典三级手机版在线播放 日本 最新 人 妻 苍井空无码磁力链接 ed2k JUFD-868 在线 幼女视屏导航 黄色咸网 04sacom视频 网红曼曼滴蜡视频 东方影库300 澳门无码 ftp 新视界影院 magnet 激情小视频男上女下 鲁鲁免费私人影院 视频夫妻爱爱忘记关窗 日本一巨乳伦理迅雷下载 毛片红番格免费 性虐视频在线看 欧美男同志磁力链接 fuqer小视频 战歌伦理 乱伦女优 久久成人电影免费 波霸总动员国语版下载 www 4438 c m 露底在线观看 www7788acon168成人 日本xoxoxo无码 橘梨纱哪里可以搜索 成人4k在线 4438X3成人网 a片在线视频播放免费视频 床震四虎 熟女人性妻 妹子福利诱惑 大奶口爆p 快速播放4438x wwwffff888con 男人天堂,av大全网 9999撸一撸 哪里可以看优木葵的视频 日本未亡人妻在线观看 先锋 偷拍 自拍 手机看片5kkk 玩官太太骚B 5299av 欧美毛片基地 激情影院免费黄片 农村艳遇 magnet ak606 一本道 清纯的人妻magnet piczz漫画 末日漫画 h漫 漫画贴图 岛国美女av 奇米猫咪网站 亚洲AV妻不如妻 桃色地球 1024华裔女神 女明星资源网址 成人 社 app影院 h精品网站 私人Av影院 成人视频www mp4 神马91视频在线观看 老色哥第四色 四房深爱亚洲图片 av10784 AVbang 2017波多野结衣电影手机版 亚洲偷拍自拍视频 ftp 大香蕉美女福利 大香蕉嫩嫩的鲍鱼20p 丁香导航 动漫vip成人视频在线观看 福利云点墦 大象拔蚌 国产自拍 大鸡巴好硬好长操我骚逼啊啊啊啊啊 yazhousutu 大陆内地自拍在线偷拍 岛国人与兽性交视频 破处视频 magnet xt urn btih 处女任务坉片 A级高清免费一本道 国产区视频美日本一本道 自拍国内大香蕉网 福利视频免播放器插件 在线色视频导航 国产手机福利影院 哥也色色 2紧急大通知福利网址发布 马蓉宋喆视频迅雷下载 magnet 水岛津实导演 XRW-424在线 91新人学院派女神迅雷链接 97碰人妻免费公开视频 320pao 琪琪see色 欧美激情拍拍拍 长沙丝足调教 口爆 福利 兔途途影院 好吊操免费视频观看 影音先锋镇江少妇 成人试看十分钟视频 成人在线av资源站 丁香花青草 www,qyle,tv, 哇卡漫画 一路向西k8 呦呦AV 黄色剥象 日韩ab在线观看 megatv电影网 扒衣影院最新网址 boolioo 少女免费福利自慰视频 耽美肉彩漫无遮挡 淫荡女社长3p 老鬼色 一本道综合在线 有肉黄片视频 热带夜中文字幕mp4 艹美人91 五五电影院伦理片 邪恶做爱动作 国产成人精品视频在线 A级黄片视频 电影都是裸照惹的祸在线 在线拍 温柔与陷阱韩国伦理片 国产主播 福利合集百度云 康先生 深圳女同3p 色 七七 色 人 阁 很色的影院 800阿av 9877视频短片 四房色五月花 国产AV在线农民的 宅宅网lebboww 黄色网站在线浏览 av圣爱天堂2014 avtt另类 ac无码ac天堂 韩国主播瑟妃三点尽露 棚户区卖暗视频 播放 NATR-801 ucijzz日本 冬月枫全校 fieepion 禁忌保罗巴巴拉在线 国产自拍网红鹿少女 youtubejav 伴娘3分24秒河南在线看 女神网咖无圣光百度云 主播柠檬和两个大学生 兄嫁安 校花援交视频 性交婆势视频 邪恶理论片 乡村小说协和影院 学生制服装的哈尔滨19岁小美女的器具自慰视频秀 学生嫩妹制服丝袜中文字幕无码欧美 香蕉视频看点app下载黄色片 仙桃松果儿福利视频 校花奴隶视频 香蕉影院费试 羞羞影院妓男 现在在什么地方可以下载成人电影 性感美女被肉棒叉视频 老四影院 mp4 姜国俄罗斯一级A片毛片 操逼直播视频直播 网友自拍 手机另类 刀飞大狼狗猛烈插花心 狂操空姐嫩比网 www:ty0453 con 色老板视烦青娱乐 强暴在线播放 韩国女主播福利 小视频 2000一炮商务模特高潮时才发现被偷拍 国产自拍在线aV 雨宫琴音有码在线观看 sss制服丝袜 失格m键太邪恶 ady69新入口 林心如与狥交 在线配信 www182、com 性交高潮视频 ftp 小苹果影院破解版 香港按摩高清手机视频直播 微拍自拍视频 a片手机在线视频 四虎操逼影院久免费视频 虐阴虐乳在线观看 日本少妇侵犯福利视频 波多野结衣无码 magnet 好美呀别停舒服死了 下载午夜小影院 gogo全球美女私拍私处 亚洲 偷拍 自啪 国产视频 饥渴影院 暗暗日 A片日bb 无码家庭伦理 magnet 最新福利小视频在线 胖哥东南亚嫖妓颜值还可以的混血妹子两人都干到气喘吁吁1 最新日韩av在线 2O17年成人影视快播 操操操,人人日青苹果院 苹果成人综合网 国产XO在线 不可能完成的任务H版 abp-664在线 爆米花网性交 不卡人妻视频 边吸奶边插b视频有叫 韩国美女主播vip秀58 操B三级毛片 国产自拍 车上摸胸摸湿了 av色影院 正在播放 pppd 色空网 成人影院233rr 祼体剧场 冲田杏梨小时工 松本芽依AV在线看 桃谷绘里香午夜伦理片 爱色影mv 艳婚野史观看 亚洲免费,情欲com 青娱乐视频偷拍视频 女女视频 AV动画肉片在线观看 Free julia av av舒爽大片 ck1997影院 天堂av无码福利社 操小逼出血视频 SGA 在线播放 草莓影院 ssuss影院 操逼美女视频 QUFtYWduZXQ6P3h0PXVybjpidGloOjZFOUQ5NkVGODNCNzA4Nzc0RTExQzM1RkNFMEJDNTZC sae精品自拍分享福利视频 超碰在线人人网 成人短视频在线直接观看 成人操逼影院 qiuxiadianyinbg1 沧州天气人妖磁力链接 苍井空 搜查官 在线 田佳秀三级电影 ed2k 一本道高清在线影院官方网站 6677电影子夜影院 欧美黄色做爱 爱屄情 免费看操逼视频的软件。 宅急看久悠视频 萝莉av 网站视频在线 国产自拍 欧美 制服诱惑 倚天屠龙夺艳记 本田岬AV有码中文字幕 祥子视觉AV导航 志村玲子在线 天天啪天天碰香港 国产自拍 单男 在线 女神 主播自慰 在线 不用安装播放器的毛片无码 49vv亚洲在线 女神操逼视频在线 全裸性交 天堂鸟影院av动漫 黄色网站视频在线 欧美性交大香蕉 XXx在线视频 欧美美女女同自慰磁力下载 小黄瓜伦理 欧洲空姐性爱 博彩 偷拍自拍视频 hen1111 456电影在钱 中年妇女福利导航 国产 超碰 在线国语 背骑乗位一本道视频 操人人100一百 操空姐网站在线 操空姐嫩穴 操六九视频福利 苍井空a v小视频 操幼女小妹妹在线视频 国内KTV里妹子表演神技用小穴抽烟 苍井空av一本道DvD 国产自拍偷拍在线视频 绿色导航萝莉集 桑拿全套MP4 孕交视频javhd 2018在线欧美 美利坚自拍偷拍 男女做侵动态视频 欧美丝袜偷拍视频 无毛伦理 偷拍网亚洲 美女翘臀肛交视频 巨乳人妻含阴茎视频 日本eeeex 华人97资源站av偷拍自拍在线观看 伦理 乱伦 强奸 岛国高清内射区 韩国揉胸进去视频 嫖哥手机在找免费视频 性交比赛 吉吉影音 HIMA-009 mp4 操空姐大逼 冬令时激情性爱 亚洲护士之疯狂性爱 女屌操视 MDB-921极品身材被多次内射的超淫乱高 日本惊悚电影汤 磁力 mp4 大香蕉影院老女人 丝袜ol av 卯月麻衣最新观看网址 欧美舔b操逼做爱 大香蕉狠狠摞免费视频 成人黄色电影8X 4porn人与兽 超碰成年人福利无码 日本女人女同视频 尻比做爱网站 恋夜蕾丝宝宝 强行口爆在线观看 魔镜号番号大全 无码 亚洲影城妇 嗨皮影院在线播放 wzzzxxxx日本 自拍侧影 佐伯奈奈合集磁力 美国guolunlipianhuangshan 伦理片天堂eeussl 罗莉操逼视频 买淫女高潮视频 美国福利在线 色欲视频 少校请立正网盘资源 伦理片秋霞电院 少妇熟女福利微拍 美女插bb尖叫视频 毛片百度云小视频在线观看 奇米影视盒三级 视频 家庭成人视频 极品shusi 寝取宁子宁 精品自拍 白石茉莉茶 秋霞啪啪理伦网站 拳交高清无码视频 街拍厕所 mp4 假期到朋友出租屋还东西干了他白嫩的女友 井上熏资源链接种子 人妻免费视频日韩国产 火箭小视频成人片 叫床内射 天天插妹子 佳理片 在线观看 自拍 A片 天天啪啪天天日逼免费在线观看 外企老总爆干天朝区代理 四虎萝莉 国产自拍 女主播 宅男福利吧 在线 91 被窝网理论在线福利视频 52avavco,m f丫ee性欧美人与d0g 丝袜全包视频优酷 国外sm网站视频资源 真实破处妹子被日哭了 天天爱啪啪 2018微信国产小视频 亚洲图日韩专区 91上海外围李雅微博照片 91dzdzcom 坏坏哥电影院 欧美AV资源 黑丝短裙高跟美女福利视频 黄片下截连接 女主播 黄色wangzhan迅雷下载 黑鲍鱼影片 欧美群p视频 在线 后插逼激情视频 黄色网 下载 美女草榴在线看 里番dead sea 偷拍自拍在线赌博 5X社区福利影院 艾菲娜~淫夜在线观看 苍井空无码大尺度视频激情影院 美国一级aa毛片片 韩国18in福利直播 操黑丝老熟女在线视频 四虎福利社区 小视频在线观看网站你懂得 巨乳伦理片协和影视 四店影院 avtt001 99thz桃色论坛 av拍摄基地小说 www758dy 啪啪啪的漫画甜逼逼 完美看看鬼父 六月av 色佳在线av 绑架番号 ve黄片影片 se97快播 女人性按摩免费视频在线观看 shijinkuo自拍 国产自拍 巨乳 国产自拍 欧美 日韩 另类 动漫 母子性交视频 在线 国产自拍强奸论 海南自驾游车震女伴游体位配合的不错 她也骚视频 fyeec日本 日本免费在线a片 国产农村夫妻啪 鸭嘴逼 公园情侣柔奶啪啪 巨乳寺岛志保 中出 国产后妈 sw-274手机观看 探路者 秘婷婷 居家偷拍种子 magnet 69vj成人自拍做爱 国产福利视频5x 护士xxx视频 观看 高清农村女人做爱三级片 xx x 69 丝袜制服在线视频 香港三级 ftp 成人妻,去,o WWW,a片云直播 一本道搞搞网 东方影视 永久在线 宅男影视免费区 五月天tt 色医生垫污女子身体视频 天天干b天天插 偷拍自怕 熟女 舔逼 医生女友许娜 视频 楼鸭窝 国产自拍re 社区日本视频线观看 国产自拍chese 亚洲 欧美 自拍 偷拍 动漫 模特艾米丽磁力 下载 xiao77 luntna 大鸡吧管家和贵妇人的视频 97se色色色图图 强奸乱伦第1页www.510dd.com 苍井空的性爱图片 内射流出图 日本女优影音先峰 表妹打奶炮 a片qq空间日记 看欧美成人在线视频 小穴小穴内射6 先锋资源偷拍自拍人妻 人体艺术熟女系列 我让老婆找大鸡巴把她日到高潮 147人体艺术小说 小姨子的丝情袜意3p 漏奶床戏脱衣视频 www78aiavcon43bobo 绝色美女被老外大鸡巴调教好逼让狗操了2147 ck5252操客综合网 调教角色少妇 人妖67 正品厕所偷拍感觉就像那些骚逼在你脸上尿尿一样 五月天小说黑丝 女明星无优人体 口述6p 夜色骚逼 h756bbbc0m 日本av打炮图操逼图 我捆绑了妈妈小说 欧美成年人黄色pp 988大胆人体艺术 美好人体艺术 姐姐的美腿 性交肛交图片小说 欧美秘书邑撸撸 woyao111 厕所偷拍黄色片 鸡鸡插进小穴里 丝袜妈妈被狗 97色吧视频 波霸美女人体艺术 爱性图片 国产自拍合集链接 ihuangspian 丝袜妈妈儿子乱伦 淫荡小哥 跪求不用播放器的a网 亚洲老熟女黄色图 小姐撸 淫妹妹18p 天王影音黄色电影 妞妞基地激情图片区 91pron在线视频 爆操范冰冰 草逼集