Step: rdflib-convert#
Transformation step that converts between RDF formats.
Input#
Gets an RDF file from the previous step of one of the following formats: rdf (XML), nt, n3, ttl, trig, or json-ld (specified using from option).
Output#
Results in an RDF document of one of the following formats: rdf (XML), nt, n3, ttl, trig, or json-ld (specified using from option).
Options#
from= specification of the input format (rdf,nt,n3,ttl,trig,json-ld)to= specification of the output format (rdf,nt,n3,ttl,trig,json-ld)
Example#
{
"name" : "rdflib-convert",
"options" : {
"from" : "ttl",
"to" : "rdf"
}
}