Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将数据传输到 rapper(Redland 的命令行 RDF 解析器)?以下不起作用:
curl "http://download.lodlaundromat.org/85d5a476b56fde200e770cefa0e5033c" | gunzip | rapper
说唱歌手支持这一点,虽然它是相当无证的。要将结果流式传输到 rapper,请添加-为参数,并添加基本 uri。即,您的命令应该是:
-
curl "http://download.lodlaundromat.org/85d5a476b56fde200e770cefa0e5033c" | gunzip | rapper -i ntriples - http://baseuri