terminusdb icon indicating copy to clipboard operation
terminusdb copied to clipboard

Implement `prefixed` for schemas

Open spl opened this issue 4 years ago • 1 comments

prefixed doesn't work for schemas yet. This is not intentional, it's a missing feature.

Originally posted by @matko in https://github.com/terminusdb/terminusdb/issues/775#issuecomment-972731515

spl avatar Nov 19 '21 08:11 spl

This is talking about the document get endpoint, which is able to return types and properties in either prefixed form (foo:bar, or just bar when it's in the @base or @schema (depending on context)) or expanded form.

matko avatar Jun 28 '22 13:06 matko