dice-group / vectograph

GNU General Public License v3.0
1 stars 2 forks source link

remove Event_ from generated RDF triples? #13

Closed hzahera closed 2 years ago

hzahera commented 2 years ago

I am using hectograph for Lymphograph dataset (medical data), I think no need to add 'Event_' to generated RDF triples, I saved only original IDs only. What do you think?

https://github.com/dice-group/vectograph/blob/20bb5e92f4685589ffbf2dde06d0db269b30c8f6/vectograph/transformers.py#L71

https://github.com/dice-group/vectograph/blob/20bb5e92f4685589ffbf2dde06d0db269b30c8f6/main.py#L39

Demirrr commented 2 years ago

@hzahera you can very well remove the Event_ prefix. Yet, this prefix is used to denote the fact that the i.th row in a tabular data corresponds to the CBD of i.th event in our current conversion schema. Hence, here, we are distinguishing between entities/nodes in a knowlege graph, namely, head entities are events and tail entities are discretized values in an input KG.