/htwk_dbPediaRdfReader

A small js-app to read json-based rdf-Triples of dbPedia

Primary LanguageJavaScript

Description

This is a raw RDF-JSON analyzer.

The Object is targeted to parse the json-formatted RDF-Triples of db-pedia in a readable form. This means that u can paste the url of a json-formatted rdf-object of db-pedia at http://http://dbpedia.org/ inside the input field and get all the triples of the pasted subject.

Uses just those triples with leading subjects. For example there are no links that point to the dbpedia-entity.

It only parses the URI's or literals so that u can just see the valuable endings of it. This leads to more readability.

Try the script here: http://rawgit.com/triechert/htwk_dbPediaRdfReader/develop/index.html

Also Wiki and DBPedia Links are parses: ExampleURLs that are formatted right:

The colors are: orange: subjec grey: predicate blue: object

TroubleShooting

Umlauts like 'ü' 'ä' and 'ö' in the link are not parsed well. Please replace them.