Catmandu-RDF
view release on metacpan or search on metacpan
# For big file the only efficient option to convert RDF is by
# transforming the input stream into triples and writing to NTriples
# in the output
catmandu convert convert RDF --triples 1 --type ttl to RDF --type NTriples < rdfdump.ttl
See documentation of modules for more examples.
DESCRIPTION
Catmandu::RDF contains modules for handling RDF data within the Catmandu
framework. RDF data is encoded/decoded in aREF
<http://gbv.github.io/aREF/> as implemented with RDF::aREF. Please keep
in mind that RDF is a graph-based data structuring format with
specialized technologies such as SPARQL and triple stores. Using
Catmandu::RDF to transform RDF to RDF (e.g. conversion from one RDF
serialization to another) is possible but probably less performant than
decent RDF tools. Catmandu::RDF, however, is more conventient to convert
between RDF and other data formats.
AVAILABLE MODULES
Catmandu::Exporter::RDF
lib/Catmandu/RDF.pm view on Meta::CPAN
# For big file the only efficient option to convert RDF is by
# transforming the input stream into triples and writing to NTriples
# in the output
catmandu convert convert RDF --triples 1 --type ttl to RDF --type NTriples < rdfdump.ttl
See documentation of modules for more examples.
=head1 DESCRIPTION
Catmandu::RDF contains modules for handling RDF data within the L<Catmandu>
framework. RDF data is encoded/decoded in L<aREF|http://gbv.github.io/aREF/> as
implemented with L<RDF::aREF>. Please keep in mind that RDF is a graph-based
data structuring format with specialized technologies such as SPARQL and triple
stores. Using Catmandu::RDF to transform RDF to RDF (e.g. conversion from one
RDF serialization to another) is possible but probably less performant than
decent RDF tools. Catmandu::RDF, however, is more conventient to convert
between RDF and other data formats.
=head1 AVAILABLE MODULES
=over
( run in 0.335 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )