@prefix :        <https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HeaderProfileComponentUnitMetaExample.ttl#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema:  <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix x3d:     <https://www.web3d.org/specifications/x3d-4.0.xsd#> .
@prefix x3do:    <https://www.web3d.org/specifications/X3dOntology4.0#> .

:X3D a owl:NamedIndividual, x3do:X3D ;
  x3do:hasHead :head ;
  x3do:hasScene :Scene ;
  x3do:profile 'Immersive' ;
  x3do:version '4.0' ;
  x3do:noNamespaceSchemaLocation 'https://www.web3d.org/specifications/x3d-4.0.xsd' .
:head a owl:NamedIndividual, x3do:head ;
  x3do:hasParent :X3D ;
  x3do:hasComponent :component_1_1, :component_1_2, :component_1_3, :component_1_4 ;
  x3do:hasUnit :unit_1_5, :unit_1_6, :unit_1_7, :unit_1_8 ;
  x3do:hasMeta :meta_1_9, :meta_1_10, :meta_1_11, :meta_1_12, :meta_1_13, :meta_1_14, :meta_1_15, :meta_1_16, :meta_1_17, :meta_1_18, :meta_1_19, :meta_1_20, :meta_1_21, :meta_1_22, :meta_1_23, :meta_1_24 .
:component_1_1 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'DIS' .
:component_1_2 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'Geospatial' .
:component_1_3 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 1 ;
  x3do:name 'HAnim' .
:component_1_4 a owl:NamedIndividual, x3do:component ;
  x3do:hasParent :head ;
  x3do:level 3 ;
  x3do:name 'NURBS' .
:unit_1_5 a owl:NamedIndividual, x3do:unit ;
  x3do:hasParent :head ;
  x3do:category 'angle' ;
  x3do:conversionFactor 0.0174532925167 ;
  x3do:name 'DEGREES' .
:unit_1_6 a owl:NamedIndividual, x3do:unit ;
  x3do:hasParent :head ;
  x3do:category 'length' ;
  x3do:conversionFactor 0.3048 ;
  x3do:name 'FEET' .
:unit_1_7 a owl:NamedIndividual, x3do:unit ;
  x3do:hasParent :head ;
  x3do:category 'force' ;
  x3do:conversionFactor 4.4482 ;
  x3do:name 'POUNDS_FORCE' .
:unit_1_8 a owl:NamedIndividual, x3do:unit ;
  x3do:hasParent :head ;
  x3do:category 'mass' ;
  x3do:conversionFactor 0.45359237 ;
  x3do:name 'POUNDS' .
:meta_1_9 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'HeaderProfileComponentUnitMetaExample.x3d' ;
  x3do:name 'title' .
:meta_1_10 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Simple scene demonstrating X3D header, profile, component unit and meta definitions. The component tags raise the support level from Immersive profile to include other components included in the X3D 3.0 Full profile. Common unit conversion factors change from X3D defaults in radians, meters, Newtons and kilograms.' ;
  x3do:name 'description' .
:meta_1_11 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Don Brutzman' ;
  x3do:name 'creator' .
:meta_1_12 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '11 October 2005' ;
  x3do:name 'created' .
:meta_1_13 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '28 April 2023' ;
  x3do:name 'modified' .
:meta_1_14 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#unit' ;
  x3do:name 'reference' .
:meta_1_15 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Separate example newScene.x3d presents other example meta tags for potential use, authors can delete unused name-value pairs.' ;
  x3do:name 'reference' .
:meta_1_16 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'newScene.x3d' ;
  x3do:name 'reference' .
:meta_1_17 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../Chapter15Metadata/MetadataExamples.x3d' ;
  x3do:name 'reference' .
:meta_1_18 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://X3dGraphics.com' ;
  x3do:name 'reference' .
:meta_1_19 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dResources.html' ;
  x3do:name 'reference' .
:meta_1_20 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'Copyright 2006, Daly Realism and Don Brutzman' ;
  x3do:name 'rights' .
:meta_1_21 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com' ;
  x3do:name 'subject' .
:meta_1_22 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HeaderProfileComponentUnitMetaExample.x3d' ;
  x3do:name 'identifier' .
:meta_1_23 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content 'X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit' ;
  x3do:name 'generator' .
:meta_1_24 a owl:NamedIndividual, x3do:meta ;
  x3do:hasParent :head ;
  x3do:content '../license.html' ;
  x3do:name 'license' .
:meta dcterms:title "HeaderProfileComponentUnitMetaExample.x3d" .
:meta dcterms:description "Simple scene demonstrating X3D header, profile, component unit and meta definitions. The component tags raise the support level from Immersive profile to include other components included in the X3D 3.0 Full profile. Common unit conversion factors change from X3D defaults in radians, meters, Newtons and kilograms." .
:meta dcterms:creator "Don Brutzman" .
:meta dcterms:created "11 October 2005" .
:meta dcterms:modified "28 April 2023" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#unit" .
:meta dcterms:reference "Separate example newScene.x3d presents other example meta tags for potential use, authors can delete unused name-value pairs." .
:meta dcterms:reference "newScene.x3d" .
:meta dcterms:reference "../Chapter15Metadata/MetadataExamples.x3d" .
:meta dcterms:reference "https://X3dGraphics.com" .
:meta dcterms:reference "https://www.web3d.org/x3d/content/examples/X3dResources.html" .
:meta dcterms:rights "Copyright 2006, Daly Realism and Don Brutzman" .
:meta dcterms:subject "X3D book, X3D graphics, X3D-Edit, http://www.x3dGraphics.com" .
:meta dcterms:identifier "https://www.web3d.org/x3d/content/examples/X3dForWebAuthors/Chapter01TechnicalOverview/HeaderProfileComponentUnitMetaExample.x3d" .
:meta dcterms:generator "X3D-Edit 3.3, https://www.web3d.org/x3d/tools/X3D-Edit" .
:meta dcterms:license "../license.html" .
:Scene a owl:NamedIndividual, x3do:Scene ;
  x3do:hasParent :X3D ;
  x3do:hasChildren :ModelTitle, :ModelTitle-USE-1, :Background_2_3, :Shape_2_4 .
:ModelTitle a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  x3do:DEF 'ModelTitle' ;
  x3do:title 'HeaderProfileComponentUnitMetaExample.x3d' .
:ModelTitle-USE-1 a owl:NamedIndividual, x3do:WorldInfo ;
  x3do:hasParent :Scene ;
  owl:sameAs :ModelTitle . # DEF matching this USE
:Background_2_3 a owl:NamedIndividual, x3do:Background ;
  x3do:hasParent :Scene ;
  x3do:groundColor ( 0.2 0.4 0.6 ) ;
  x3do:skyColor ( 0.2 0.4 0.6 ) .
:Shape_2_4 a owl:NamedIndividual, x3do:Shape ;
  x3do:hasParent :Scene ;
  x3do:hasGeometry :Text_2_4_1 ;
  x3do:hasAppearance :Appearance_2_4_2 .
:Text_2_4_1 a owl:NamedIndividual, x3do:Text ;
  x3do:hasParent :Shape_2_4 ;
  x3do:hasFontStyle :FontStyle_2_4_1_1 ;
  x3do:string '"HeaderProfileComponentMetaExample.x3d" "shows example use of" "header, profile, component and meta tags"' .
:FontStyle_2_4_1_1 a owl:NamedIndividual, x3do:FontStyle ;
  x3do:hasParent :Text_2_4_1 ;
  x3do:justify '"MIDDLE" "MIDDLE"' ;
  x3do:size 0.6 .
:Appearance_2_4_2 a owl:NamedIndividual, x3do:Appearance ;
  x3do:hasParent :Shape_2_4 ;
  x3do:hasMaterial :Material_2_4_2_1 .
:Material_2_4_2_1 a owl:NamedIndividual, x3do:Material ;
  x3do:hasParent :Appearance_2_4_2 ;
  x3do:diffuseColor ( 0.6 0.8 1 ) .
