include-dcc / include-linkml

LinkML Schema for INCLUDE DCC
https://include-dcc.github.io/include-linkml/
MIT License
3 stars 4 forks source link

Update Schematic to handle edges with Classes as the range #110

Open putmantime opened 1 year ago

putmantime commented 1 year ago

Currently we have to transform the object of semantic triples to the string ID for the referenced object because schematic doesn't handle URIs. We need to design a way for schematic to do this so the hardcoded logic doesn't live in the JSON-LD transformer.

putmantime commented 1 year ago

@milen-sage

milen-sage commented 1 year ago

Yes, handling uri's is not a big lift in schematic since a lot of the logic to do that is actually already there; it's just not exposed. We are also refactoring how data models are parsed, which would facilitate handling that even more. Let's sync up in about two sprints (i.e. four weeks) and we should be able to start working on this.