protegeproject/cellfie-plugin

Object Property Issue

Gautamshahi opened this issue · 2 comments

Hi,

While I am loading the data for the object property I am getting the value (which should e object property) of that column in a scaretted way as in the picture, administrative, administrative, Ahmedabad etc as an individual.
image

The code I used is
{"Collections":[
{"sheetName":"Earthquake_EMDAT",
"startColumn":"A","endColumn":"N",
"startRow":"2","endRow":"+","comment":"",
"rule":"Individual: @A* \n Types: Earthquake\n
Facts: date @b*,\n
country @C*,\n
magnitude @i*,\n
location @e*,\n
death @o*,\n
disasterNumber @t*","active":true}]}

My data is as below
image

Can you please why I am getting the values "Ahmedabad", "Andaman" along with individuals? These values are city name under object properties city.

Can you post this question (with perhaps a bit more context) to the Protege mailing list.

https://protege.stanford.edu/support.php

You will likely get a quick response there.