Where do I test my queries for my RDF written in SPARQL

后端 未结 2 1097
执笔经年
执笔经年 2021-02-02 12:16

I am a beginner with Semantic Web technologies, My question might be a very basic one but I am really stuck figuring it out. I have a RDF file I created from an XML and have va

2条回答
  •  野的像风
    2021-02-02 12:55

    There are several tools you can use to do this. Of course, there are the RDF frameworks like Apache Jena or OpenRDF Sesame (Java), or dotNetRdf (.Net), to name just three. Most if not all offer installation and getting started instructions. These are powerful solutions that you will definitely need if you go further with SW technologies and need to build your own code on top of RDF data sources.

    But for trying out some simple queries, it's perhaps easier to try something like the Sesame Windows Client (SWC) tool. This is a simple graphical Windows desktop application that you can use to create a repository, load data in it, and then do SPARQL queries, without any programming or advanced configuration (disclaimer: I wrote this tool).

提交回复
热议问题