You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can look them up in property-names.edn and namespaces.edn. Should reduce duplicate definition of what terms are and how they should be expanded/compacted.
A function should be able to produce a keywordized jsonld-esque map structure (using genegraph's class/property keywords), and the caller should be able to, without knowing the details about what the map contains:
serialize to plain JSON
generate a JSON-LD context to attach to the plain JSON
expand and compact the JSON using this context
The text was updated successfully, but these errors were encountered:
We can look them up in property-names.edn and namespaces.edn. Should reduce duplicate definition of what terms are and how they should be expanded/compacted.
A function should be able to produce a keywordized jsonld-esque map structure (using genegraph's class/property keywords), and the caller should be able to, without knowing the details about what the map contains:
The text was updated successfully, but these errors were encountered: