INCATools / kgcl

Datamodel for KGCL (Knowledge Graph Change Language)
https://w3id.org/kgcl/
MIT License
11 stars 4 forks source link

How strict should a KGCL applicator be? #38

Open gouttegd opened 1 year ago

gouttegd commented 1 year ago

Had there been any discussion as to what behaviour one should expect when trying to apply a KGCL change that does not fully match the existing ontology?

For example, considering the following changeset:

rename EX:1234 from 'alice' to 'bob'
create exact synonym 'robert' for EX:1234
remove definition for EX:5678

What is the expected behaviour if the rdfs:label of EX:1234 is not “alice”?

I can imagine 4 different options: