Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

JSON-LD Macros is a library to define declarative transformations of JSON objects obtained from a remote web service into JSON-LD objects. The ultimate goal of the library is to make it easier the process of consuming JSON APIs from RDF/JSON-LD applications. Similar ideas for transforming JSON documents into RDF have been explored in projects like [jsonGRDDL](http://buzzword.org.uk/2008/jsonGRDDL/spec.20100903).

A demo is available [here](http://antoniogarrote.github.com/json-ld-macros/) .
A demo is available at [the github.io demo page](http://ariutta.github.io/json-ld-macros/tester/).

## A Minimal example

Expand Down
4 changes: 2 additions & 2 deletions tester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js'></script>
<script type='text/javascript' src='http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js'></script>
<script type='text/javascript' src='https://raw.github.com/antoniogarrote/rdfstore-js/master/dist/browser/rdf_store_min.js'></script>
<script type='text/javascript' src='http://ariutta.github.io/rdfstore-js/dist/browser/rdf_store_min.js'></script>
<script type='text/javascript' src='./js/bootstrap-modal.js'></script>
<script type='text/javascript' src='./js/bootstrap-tabs.js'></script>
<script type='text/javascript' src='./js/beautify.js'></script>
<script type='text/javascript' src='./js/macro.js'></script>
<script type='text/javascript' src='https://raw.github.com/antoniogarrote/semantic-ko/semantic/dist/semko.js'></script>
<script type='text/javascript' src='http://ariutta.github.io/semantic-ko/dist/semko.min.js'></script>
<script type='text/javascript' src='./js/codemirror.js'></script>
<script type='text/javascript' src='./js/bootstrap-tabs.js'></script>
<script type='text/javascript' src='./js/modes/javascript.js'></script>
Expand Down