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

Adding multiple values to a resource property does not create a correct bulk import XML #9

Closed
subotic opened this issue Aug 5, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@subotic
Copy link
Collaborator

subotic commented Aug 5, 2019

The correct XML is described in the docs: https://docs.knora.org/paradox/03-apis/api-v1/adding-resources.html#bulk-import-example

...
<p0801-biblio:publicationHasAuthor>
       <p0801-beol:person knoraType="link_value" linkType="ref" target="abel"/>
</p0801-biblio:publicationHasAuthor>

<p0801-biblio:publicationHasAuthor>
       <p0801-beol:person knoraType="link_value" linkType="ref" target="holmes"/>
</p0801-biblio:publicationHasAuthor>
...
@subotic subotic added this to the Backlog milestone Aug 5, 2019
@subotic subotic added bug Something isn't working stage/backlog labels Aug 5, 2019
@subotic subotic modified the milestones: Backlog, 2019-08 Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants