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
While setting up trellis (triplestore), I encountered the fixed prefix (e.g. for data TRELLIS_DATA_PREFIX with trellis:data as prefix).
In my current use case, there is already an RDF store which we want to migrate to be used by Trellis.
However, we would not want to migrate all our named graphs since the URIs have some meaning.
Therefore, my suggestion would be to make the constants like TRELLIS_DATA_PREFIX configurable so that the user can decide which prefix they would like to use. The default value can be kept the same, being able to set it in the application.properties would be sufficient.
The text was updated successfully, but these errors were encountered:
While setting up trellis (triplestore), I encountered the fixed prefix (e.g. for data
TRELLIS_DATA_PREFIX
withtrellis:data
as prefix).In my current use case, there is already an RDF store which we want to migrate to be used by Trellis.
However, we would not want to migrate all our named graphs since the URIs have some meaning.
Therefore, my suggestion would be to make the constants like
TRELLIS_DATA_PREFIX
configurable so that the user can decide which prefix they would like to use. The default value can be kept the same, being able to set it in the application.properties would be sufficient.The text was updated successfully, but these errors were encountered: