SPARQL 经典教程
2022-02-22 12:36:37 7.17MB SPARQL RDF 语义web
1
csv2rdf Clojure库,用于根据规范将转换 建造 可以使用构建独立的JAR。 安装leiningen之后,可以通过在项目根目录中运行以下命令来构建uberjar: lein uberjar 这将创建一个可以运行的target/csv2rdf-VERSION-standalone.jar 。 跑步 给定表格数据文件或引用所描述表格文件的元数据文件的位置,可以从命令行运行csv2rdf。 该位置可以是本地计算机上的路径,也可以是Web上文档的URI。 要从表格文件运行: java -jar csv2rdf-standalone.jar -t /path/to/tabular/file.csv 生成的RDF以格式写入标准输出。 可以使用-o选项将输出写入文件: java -jar csv2rdf-standalone.jar -t /path/to/tabular/file.
2021-12-23 18:39:59 115.05MB clojure csv linked-data rdf
1
文档包含了RDF(资源描述框架)数据,和有关音乐知识的Owl(网络本体语言),音乐知识图表是用rdf数据表示的,通过SPARQL查询语言可以对文档中数据进行增删改查等操作。
2021-11-16 15:06:26 11.39MB Jena RDF 本体数据 音乐知识
1
压缩包中的ppt从四个方面介绍了RDF。一是RDF的基本概念;二是RDF/XML;三是RDF Schmea;四是dotNetRDF。其中对于第四点,dotNetRDF是基于.Net的RDF的开发API,利用其进行RDF方面的开发。这方面探索的人不多;这里比较心细地阐述了这点。压缩包中的几个源代码文件就是相应的例子。
2021-11-10 13:17:09 415KB RDF RDF/XML RDF Schmea dotNetRDF
1
时态RDF扩展及其SPARQL查询语言
2021-10-21 21:01:53 430KB 知识图谱
1
基于SPARQL的RDF数据节点间关系路径检索.pdf
2021-10-21 21:01:53 261KB 知识图谱
1
jena-2.6.2.zip(里面有jar包)包括:jena-2.6.2-sources.jar和jena-2.6.2-javadoc.jar
2021-09-24 16:36:56 4.99MB jena-2.6.2.zip(里面有jar包) jar RDF XML
1
(1)回顾了解XML语法; (2)理解语义网资源描述语言; (3)掌握RDF(S)的使用。 1.Consider the following RDF document: 2.Write down the modeled list authors of this book from following RDF graph in Turtle syntax. 3.Write the following Turtle triple in RDF/XML syntax: :Person rdfs:comment "Represents the set of all people."^^ xsd:string . Represent the following sentences graphically by means of reified triples: Romeo thought that Juliet was dead. John believes that Mary wants to marry him. The dwarf noticed that somebody had been eating from his plate.
2021-09-24 15:03:10 556KB 语义网与知识图谱 rdf RDFS xml
1
(1)理解语义网资源描述语言; (2)掌握RDF(S)的使用。 1.Translate the culinary-allergic example ontology presented in follow into RDF/XML syntax. 2.Decide whether the following propositions can be satisfactorily modeled in RDFS and, if so, give the corresponding RDF(S) specification.  Every pizza is a meal. 3.Model the following sentences in XML: Mary is a woman. 4.Model the sentences from Exercise 3 in RDF graph.
2021-09-24 15:03:09 262KB 语义网与知识图谱 RDF RDFS XML
1
datc-rdf-Metrics4ML Metrics4ML存储库由示例大型“实验设计”(DOE)运行收集的度量以及配置文件和脚本组成,这些文件可使用的开源RTL到GDS流程来复制实验度量数据。。 在此存储库中,您还将找到有关OpenROAD度量标准 的描述以及从工具运行中收集的示例度量标准JSON文件。 内容 储存库结构 该存储库在顶部包含“ experiments”文件夹。 每个子目录均包含特定实验的结果,并具有以下命名约定: {technology node}__{design}__{the name of experiment} 每个“实验”子目录的内容是: all_config_files.tgz metrics.html metrics.json 自述文件 all_config_files.tgz 它包含一个“数据”目录,该目录可进一步细分为单个设计运行目录,该目
2021-09-15 21:26:21 12.13MB HTML
1