Catmandu::Fix::aref_query(3pm) | User Contributed Perl Documentation | Catmandu::Fix::aref_query(3pm) |
Catmandu::Fix::aref_query - copy values of RDF in aREF to a new field
In Catmandu Fix language
aref_query( dc_title => title ) aref_query( query => 'dc_title', field => 'title' ) aref_query( 'http://example.org/subject', dc_title => title )
In Perl code
use Catmandu::Fix::aref_query as => 'my_query'; use RDF::aREF; my $rdf = encode_aref("example.ttl"); my_query( $rdf, dc_title => 'title' );
This Catmandu::Fix can be used to map values of imported RDF, given in aREF <http://gbv.github.io/aREF/> structure
Function "aref_query" in RDF::aREF
2022-12-06 | perl v5.36.0 |