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
The user should be able to specify the SPARQL query in the FIndArtWork class (init). Maybe use that one if no query is specified.
The names of the metadata (get_artist_metadata) should be extracted directly from the SPARQL database (e.g. find the names after the ?).
This would also require to merge _get_single_valued_property and _get_multi_valued_property, so one function can do both tasks. Is it not possible to detect if it's a single of multi valued property?
The text was updated successfully, but these errors were encountered:
* simplify data extraction via SPARQL query
* allow _init__ to have more than 5 parameters
* use different artist for illustration
---------
Co-authored-by: modhurita <´[email protected]´>
The user should be able to specify the SPARQL query in the FIndArtWork class (init). Maybe use that one if no query is specified.
The names of the metadata (get_artist_metadata) should be extracted directly from the SPARQL database (e.g. find the names after the ?).
This would also require to merge _get_single_valued_property and _get_multi_valued_property, so one function can do both tasks. Is it not possible to detect if it's a single of multi valued property?
The text was updated successfully, but these errors were encountered: