Virtual Learning Factory Toolkit
  • Virtual Learning Factory Toolkit
  • VLF Knowledge Base
    • Factory Data Model
      • OWL Classes
      • SPARQL Queries
      • SPARQL Updates
    • Instantiation of Factory Models
      • Assets
        • Assets in Spreadsheet
        • Assets in JSON
        • Assets in Ontology
      • 3D Models of Assets
        • 3D Models for Virtual Reality
      • Statechart
      • Animations
      • Data Repositories
        • Local Repository
        • Remote Repository
  • VLF Tools and Libraries
    • OntoGui
      • Modules
        • Control Panel
        • Individual Manager
        • System Design
        • Utilities
      • Personalization
    • OntoGuiWeb
      • Modules
        • Control Panel
        • SPARQL
        • Graphs OWL
        • Utilities
        • Asset Design
        • System Design
        • System Control
        • Performance Evaluation
        • MQTT Sync
        • Virtual Environment
        • Graphs Eng
        • StateChart
      • Personalization
    • jsimIO
      • How to start
      • JMT Overview
        • JSim
          • Model generation
          • Launch of the simulation
          • Reporting
        • Bibliography
    • VEB.js
      • Functionalities
      • Input/Output files
      • Integration with other software tools
      • Advanced Users
    • ApertusVR
    • MTM
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • MOST
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • RULA
      • How to start
      • Formalise the process
      • Prepare input data
      • Execution and results
    • OCRA
      • How to start
      • Prepare input data
      • Execution and results
  • Use Cases
    • Automated Assembly Line
    • Assets and Animations
    • Modelling of Factory Assets
      • Modelling of an Assembled Product
      • Modelling of a Workstation
      • 3D Modelling of a Workstation for Virtual Reality
    • Process Modelling
      • Modelling an Assembly Process
    • Modelling of a manufacturing system
      • Modelling in OntoGui
      • Modelling a Job Shop using OntoGui
      • Modelling of a Flow Shop using OntoGui
      • Modelling a Hybrid Flow Shop using OntoGui
      • Modelling an assembly system using OntoGui
    • Performance evaluation using jsimIO
      • Performance evaluation of a manufacturing system
        • Performance evaluation in Jsim
        • Performance evaluation of a Flow Shop using Jsim
        • Performance Evaluation of a Job Shop using JSim
        • Performance evaluation of a Hybrid Flow Shop using Jsim
        • Performance evaluation of an assembly system using Jsim
      • jsimIO Assembly
      • jsimIO Automatic
      • jsimIO Production
  • Classworks
  • Advanced Features
    • JMT model
      • Automatic generation of a JMT model
      • Automatic generation of animations
    • Enabling technologies
      • Node-RED
        • Node-RED tutorial
      • RDF libraries
Powered by GitBook
On this page

Was this helpful?

  1. VLF Tools and Libraries
  2. OntoGui
  3. Modules

Individual Manager

PreviousControl PanelNextSystem Design

Last updated 4 years ago

Was this helpful?

OWL Individual Manager is a general purpose tool for the management of OWL individuals. The main window of the tool is dynamically reconfigured every time an OWL class belonging to the available T-box is selected (in the top left corner). After loading an ontology module in the control panel and selecting an OWL class in OWL Individual Manager, the characterization of the OWL classes provided by the RdfCpp library enables the following functionalities:

  • Generation and listing of individuals belonging to the selected class.

  • Exploring one individual or generate a new individual belonging to the selected class.

  • Listing the properties that can have the selected individual as a subject, based on the T-box axioms. For each property it is possible to visualize the target value that is found at the end of the property chain.

  • Exploring and setting the target value of a property for the selected individual.

  • Checking the integrity of the selected individual by interpreting the OWL axioms as Integrity Constraints according to the Closed World Assumption (CWA).

Launch OWL Individual Manager:

Here's a description of the features and usage of the Individual Manager:

  1. List of Selectable OWL classes. The individuals belonging to the selected class (and subclasses if the corresponding box is checked) are searched.

  2. If working with a local repository, it is necessary to explicitly save if the modifications must be mantained. If working with Stardog repository any modification is immediately saved in the repository.

  3. Create an individual of the selected OWL class with the specified Local URI in the selected ontology module.

  4. List of selectable Individuals belonging to the selected OWL class.

  5. Local URI of the selected Individual. This value can be changed.

  6. Informations about the selected individual.

  7. Delete the selected Individual from the ontology module.

  1. Listing the properties that can have the selected individual as a subject, based on the T-box axioms.

  2. Add a triple to the ontology module having the selected individual as subject, the currently explored property as predicate and a new or existing individual as target belonging to the selected target class.

  3. Delete the relation between the selected individual and the target individual via the currently explored property.

  4. Delete the target individual from the ontology module (therefore also the relation with the selected individual is deleted).

  1. List of targets of the selected individual and property.

  2. Selected target individual. It can be double-clicked to be explored as new main selected individual.

  3. Details of the selected target individual. It is possible to set values if the target individual can be the subject of a relation involving a datatype property.

Launch OWL Individual Manager
OWL Individual Manager overview
OWL Individual Manager interface - 1
OWL Individual Manager interface - 2
OWL Individual Manager interface - 3