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
In the plugin, the transformation must be requested through a button.
The button must open a window requesting the baseIRI, the desired syntax (format), and if entities should be identified by name or by id (uriFormatBy).
baseIRI must be a text field.
format must be a drop down with options: N-Triples, N-Quads, and Turtle.
uriFormatBy must be a drop down with options name and id.
The information must be saved in the configurations for future transformations.
Upon a successful response, a window must appear requesting for the path to save the transformed file.
The path must be saved for future transformations.
Upon an unsuccessful request, a dialog must appear informing the user that a problem occurred.
The text was updated successfully, but these errors were encountered:
The field customElementMapping allows the user to override the URIs and labels generated by the transformation. The keys are the ids of classes, associations, associations ends, and attributes. The keys within the label field can be either equal to "default" or any language code (https://en.wikipedia.org/wiki/IETF_language_tag)
In the plugin, the transformation must be requested through a button.
The button must open a window requesting the baseIRI, the desired syntax (format), and if entities should be identified by name or by id (uriFormatBy).
baseIRI must be a text field.
format must be a drop down with options:
N-Triples
,N-Quads
, andTurtle
.uriFormatBy must be a drop down with options
name
andid
.The information must be saved in the configurations for future transformations.
Upon a successful response, a window must appear requesting for the path to save the transformed file.
The path must be saved for future transformations.
Upon an unsuccessful request, a dialog must appear informing the user that a problem occurred.
The text was updated successfully, but these errors were encountered: