save.rdf(rrdf)
save.rdf()所属R语言包:rrdf
Save RDF content
保存RDF内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Saves triples to a RDF serialization.
一个RDF序列化保存的三倍。
用法----------Usage----------
save.rdf(store, filename, format = "RDF/XML")
参数----------Arguments----------
参数:store
A triple store, for example create with new.rdf().
三重店,例如创建与new.rdf()。
参数:filename
Name of the file to read the triples from.
要读取的文件名称的三元组。
参数:format
Format of the RDF file, e.g. RDF/XML.
RDF文件的格式,例如RDF / XML。
值----------Value----------
A Java Model object containing the triples loaded from the file.
一个Java模型对象,其中包含从文件中加载的三元组。
(作者)----------Author(s)----------
Egon Willighagen
实例----------Examples----------
store = new.rdf()
## Not run: save.rdf(store, "someFile.xml", "N3")[#不运行:save.rdf(存储,“someFile.xml”,“N3”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|