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
Is your feature request related to a problem? Please describe.
Currently, indicating the root is part of the SHACL model. That's not nice, because it's Avro specific (or at least specific to tree-shaped schemas). Not to mention the way we're modeling it using rdfs:comment and a designated value RootObject, which is really not very nice.
Describe the solution you'd like
Using a CLI flag to indicate the root instead of the `rdfs:comment "RootObject".
Task
Description
Remove the hacky rdfs:comment "RootObject" semantics and replace it with a command-line flag --root to indicate the root.
Usage would look like this:
metamorph avro --root :BShape input/SHACL.ttl
Acceptance criteria
avro command supports a --root flag on the CLI
rdfs:comment "RootObject" semantics are removed
The text was updated successfully, but these errors were encountered:
Report
Is your feature request related to a problem? Please describe.
Currently, indicating the root is part of the SHACL model. That's not nice, because it's Avro specific (or at least specific to tree-shaped schemas). Not to mention the way we're modeling it using
rdfs:comment
and a designated valueRootObject
, which is really not very nice.Describe the solution you'd like
Using a CLI flag to indicate the root instead of the `rdfs:comment "RootObject".
Task
Description
Remove the hacky
rdfs:comment "RootObject"
semantics and replace it with a command-line flag--root
to indicate the root.Usage would look like this:
Acceptance criteria
avro
command supports a--root
flag on the CLIrdfs:comment "RootObject"
semantics are removedThe text was updated successfully, but these errors were encountered: