relpipe-data/examples/relpipe-in-sparql.sh
branchv_0
changeset 328 cc60c8dd7924
parent 310 aeda3cb4528d
equal deleted inserted replaced
327:66070d82e12b 328:cc60c8dd7924
    62 		--data-urlencode query="$query" \
    62 		--data-urlencode query="$query" \
    63 		--fail \
    63 		--fail \
    64 		--silent \
    64 		--silent \
    65 		--show-error \
    65 		--show-error \
    66 		"$endpoint" \
    66 		"$endpoint" \
    67 		| relpipe-in-csv "$relation"
    67 		| relpipe-in-csv --relation "$relation"
    68 }
    68 }
    69 
    69 
    70 # More powerful implementation based on XML.
    70 # More powerful implementation based on XML.
    71 # Can be customized through XSLT.
    71 # Can be customized through XSLT.
    72 # But: has more dependencies and avoids streaming.
    72 # But: has more dependencies and avoids streaming.