From c371e3c46dd23c9a905fd04ff6ae571ede9e16af Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Fri, 19 May 2017 17:05:31 +0200 Subject: [PATCH] added RDF/SPARQL languages added RDF/SPARQL languages, for capturing dependencies in sites exposing SPARQL endpoints or JSON-LD API --- src/apps.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 40cb8cd92..5ab43b7c4 100755 --- a/src/apps.json +++ b/src/apps.json @@ -6588,6 +6588,12 @@ "icon": "Raspbian.svg", "website": "https://www.raspbian.org/" }, + "Rdf": { + "cats": [ + "27" + ], + "website": "https://www.w3.org/RDF/" + }, "React": { "cats": [ "12" @@ -7522,6 +7528,12 @@ "icon": "SoundManager.png", "website": "http://www.schillmania.com/projects/soundmanager2" }, + "Sparql": { + "cats": [ + "27" + ], + "website": "https://www.w3.org/TR/sparql11-overview/" + }, "Sphinx": { "cats": [ "4" @@ -10494,4 +10506,4 @@ "priority": "9" } } -} \ No newline at end of file +}