Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form View #3

Open
adlerfaulkner opened this issue Mar 30, 2023 · 0 comments
Open

Form View #3

adlerfaulkner opened this issue Mar 30, 2023 · 0 comments

Comments

@adlerfaulkner
Copy link
Contributor

adlerfaulkner commented Mar 30, 2023

Implement "Form" view.

This view gets shown when you click the "Form" button in the header of the main center panel of the UI.

Should include:

  • ability to set the iterator of the logicalSource of the mapping via a text input
  • ability to set the id of the generated RDF entities
    • as a constant
    • from a template that uses some input data fields
    • as a blank node (the default if a constant or template is not used?)
  • ability to set the type of the generated RDF entities as one or more URIs
  • ability to add (via a + button) properties
    • ability to set a property name via input or dropdown from some chosen of ontologies
    • ability to set the property value as one of:
      • a constant
      • a template
      • a reference
      • a function value from a predefined list of functions (ideally at least all of these)

Rough mockup:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant