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
Allow serializing SPARQL prefix names when a namespace map is passed to Attean::API::SPARQLSerializable->as_sparql.
AtteanX::Serializer::SPARQL may be constructed with a namespaces namespace map attribute (which comes from Attean::API::AbbreviatingSerializer). This will cause IRI tokens to be turned into prefix names during serialization. Based on that functionality, the Attean::API::SPARQLSerializable->as_sparql method should be updated to take a namespace map object (or possibly a hashref), and pass it to the AtteanX::Serializer::SPARQL->new constructor.
This should be a straightforward and simple patch.
The text was updated successfully, but these errors were encountered:
Allow serializing SPARQL prefix names when a namespace map is passed to
Attean::API::SPARQLSerializable->as_sparql
.AtteanX::Serializer::SPARQL may be constructed with a
namespaces
namespace map attribute (which comes from Attean::API::AbbreviatingSerializer). This will cause IRI tokens to be turned into prefix names during serialization. Based on that functionality, theAttean::API::SPARQLSerializable->as_sparql
method should be updated to take a namespace map object (or possibly a hashref), and pass it to theAtteanX::Serializer::SPARQL->new
constructor.This should be a straightforward and simple patch.
The text was updated successfully, but these errors were encountered: