hey all im developing an application to manage OWL files, im using OWL API how can i delete a specific individual and its properties need help please.

asked 29 Nov '12, 21:04

Ibrahim%20Koubeissy's gravatar image

Ibrahim Koub...
32
accept rate: 0%


These code examples contain code that you need. Look for this comment:

/* An example which shows how to "delete" entities, in this case individuals

This example shows how to delete all individuals but it (together with other examples) should help you to figure out how to achieve what you want.

link

answered 30 Nov '12, 02:10

utapyngo's gravatar image

utapyngo
1.7k211
accept rate: 18%

edited 30 Nov '12, 02:10

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×439
×36

Asked: 29 Nov '12, 21:04

Seen: 355 times

Last updated: 30 Nov '12, 02:10