protegeproject / cellfie-plugin

Protégé plugin for creating OWL ontologies from spreadsheets
104 stars 27 forks source link

Object Property Issue #134

Closed Gautamshahi closed 5 years ago

Gautamshahi commented 6 years ago

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

Gautamshahi commented 4 years ago

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

martinjoconnor commented 4 years ago

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.