[x3d-public] X3D Semantic Web minutes, 22 JUN 2020: accessType solution, planning, papers, progress

Don Brutzman brutzman at nps.edu
Mon Jun 22 14:50:27 PDT 2020


On 6/22/2020 9:58 AM, Don Brutzman wrote:
> 2. X3D Ontology progress
> 
> a. Don finally got the accessType subproperty working, by iteratively improving ontology generation and editing/saving using Protege.  Useful technique.
> 
> ... details ...

This worked out very cleanly, very inspectable.  Example excerpts, note subPropertyOf definitions:

:WorldInfo a owl:Class ;
   rdfs:subClassOf :X3DInfoNode ;
   rdfs:label "WorldInfo contains a title and simple persistent metadata information about an X3D scene. This node is strictly for documentation purposes and has no effect on the visual appearance or behaviour of the world." .
:info a owl:DatatypeProperty ;
   rdfs:subPropertyOf :accessTypeInputOutput ;
   rdfs:domain :WorldInfo ;
   rdfs:range :MFString .
:title a owl:DatatypeProperty ;
   rdfs:subPropertyOf :accessTypeInputOutput ;
   rdfs:domain :WorldInfo ;
   rdfs:range :SFString .
# DEF field inheritedFrom=X3DNode with accessType=inputOutput, type=SFString, baseType=xs:ID
# USE field inheritedFrom=X3DNode with accessType=inputOutput, type=SFString, baseType=xs:IDREF
# class field inheritedFrom=X3DNode with accessType=inputOutput, type=SFString, baseType=xs:NMTOKENS
# IS field inheritedFrom=X3DNode with accessType=inputOutput, type=SFNode, default=NULL
# metadata field inheritedFrom=X3DNode with accessType=inputOutput, type=SFNode, default=NULL

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the x3d-public mailing list