The easiest way to run YASR is to download the packaged version which includes all the dependencies. However, if you already have several dependencies on your webpage, you could consider using the 'depedency-less' version of YASR, and include the remaining libraries manually. This way you avoid including the same library twice, and you would save your users's bandwidth. This gist shows which libraries to include (and in what order).
Last active
August 29, 2015 14:11
-
-
Save LaurensRietveld/b76a617c128f485ef0f3 to your computer and use it in GitHub Desktop.
#YASR: Using the core YASR library, by providing your own dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Providing own dependencies</title> | |
<link href='http://cdn.jsdelivr.net/yasr/2.4.6/yasr.min.css' rel='stylesheet' type='text/css'/> | |
</head> | |
<body> | |
<div id="yasr"></div> | |
<!-- required --> | |
<script src='http://cdn.jsdelivr.net/jquery/1.11.1/jquery.min.js'></script> | |
<!-- optional, used by the raw-response output (removing dependency will disable this plugin) --> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/codemirror/4.6.0/codemirror.min.js"></script> | |
<!-- optional, used by the table output (removing dependency will disable this plugin) --> | |
<script src="http://cdn.datatables.net/1.10.4/js/jquery.dataTables.min.js"></script> | |
<!-- optional, used by the pivot output (removing dependency will disable this plugin) --> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/pivottable/1.3.0/pivot.min.js"></script> | |
<!-- required for the pivot plugin to work. (specific feature from jquery-ui needed: sortable) --> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script> | |
<!-- The D3 renderer of the pivot plugin (used for the treemap). (removing dependency will disable this plugin) --> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.13/d3.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/1.3.0/d3_renderers.min.js"></script> | |
<!-- The google chart renderers. See the plugin settings on how to disable these renderers --> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/pivottable/1.3.0/gchart_renderers.min.js"></script> | |
<!-- required, the actual YASR codebase --> | |
<script src='http://cdn.jsdelivr.net/yasr/2.4.6/yasr.min.js'></script> | |
<script type="text/javascript"> | |
YASR.useGoogleCharts = true; | |
//now instantiate the YASR object | |
var yasr = YASR(document.getElementById("yasr")); | |
//and load some test results | |
$.get('results.json', function(sparqlJson) { | |
yasr.setResponse(sparqlJson); | |
}); | |
</script> | |
</body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "head": { "link": [], "vars": ["subject", "label", "released"] }, | |
"results": { "distinct": false, "ordered": true, "bindings": [ | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Millennium_Stars" } , "label": { "type": "literal", "xml:lang": "en", "value": "Millennium Stars" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1999-11-05+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Alimjan_Bolumsizmu" } , "label": { "type": "literal", "xml:lang": "en", "value": "Alimjan Bolumsizmu" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2007-11-26+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Home_Alone_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Home Alone (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-10-30+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Hero_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Hero (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1959-01-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Angels_of_the_Universe" } , "label": { "type": "literal", "xml:lang": "en", "value": "Angels of the Universe" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-04-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Angels_of_the_Universe" } , "label": { "type": "literal", "xml:lang": "de", "value": "Engel des Universums" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-04-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Angels_of_the_Universe" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Les Anges de l'univers" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-04-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Angels_of_the_Universe" } , "label": { "type": "literal", "xml:lang": "it", "value": "Angels of the universe" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-04-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Angels_of_the_Universe" } , "label": { "type": "literal", "xml:lang": "ru", "value": "\u0410\u043D\u0433\u0435\u043B\u044B \u0412\u0441\u0435\u043B\u0435\u043D\u043D\u043E\u0439" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-04-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Cinderella_(2000_TV_film)" } , "label": { "type": "literal", "xml:lang": "it", "value": "Cenerentola per sempre" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-02-20+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Cinderella_(2000_TV_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Cinderella (2000 TV film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-02-20+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Beyond_the_Prairie:_The_True_Story_of_Laura_Ingalls_Wilder" } , "label": { "type": "literal", "xml:lang": "en", "value": "Beyond the Prairie: The True Story of Laura Ingalls Wilder" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1930-11-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Beyond_the_Prairie:_The_True_Story_of_Laura_Ingalls_Wilder" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Historia z domku na prerii" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1930-11-01+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/C%C3%B3ndor_Crux,_la_leyenda" } , "label": { "type": "literal", "xml:lang": "en", "value": "C\u00F3ndor Crux, la leyenda" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2011-01-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/C%C3%B3ndor_Crux,_la_leyenda" } , "label": { "type": "literal", "xml:lang": "es", "value": "Condor Crux" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2011-01-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Bulandi_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Bulandi (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2002-11-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "en", "value": "Ordinary Decent Criminal" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "de", "value": "Ein ganz gew\u00F6hnlicher Dieb \u2013 Ordinary Decent Criminal" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Ordinary Decent Criminal" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "it", "value": "Un perfetto criminale" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u79C1\u304C\u611B\u3057\u305F\u30AE\u30E3\u30F3\u30B0\u30B9\u30BF\u30FC" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Przyzwoity przest\u0119pca" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Ordinary Decent Criminal" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ordinary_Decent_Criminal" } , "label": { "type": "literal", "xml:lang": "ru", "value": "\u041E\u0431\u044B\u043A\u043D\u043E\u0432\u0435\u043D\u043D\u044B\u0439 \u043F\u0440\u0435\u0441\u0442\u0443\u043F\u043D\u0438\u043A" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1993-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Annayya_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Annayya (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2003-09-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Paromitar_Ek_Din" } , "label": { "type": "literal", "xml:lang": "en", "value": "Paromitar Ek Din" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1972-07-05+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Ghar_Kab_Aao_Gay" } , "label": { "type": "literal", "xml:lang": "en", "value": "Ghar Kab Aao Gay" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-02-28+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Britannic (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "de", "value": "Britannic (Film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Britannic (t\u00E9l\u00E9film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "it", "value": "Britannic (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u30D6\u30EA\u30BF\u30CB\u30C3\u30AF (\u6620\u753B)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "nl", "value": "Britannic (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Britannic_(film)" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Britannic (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-03-11+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Omiai_Kekkon" } , "label": { "type": "literal", "xml:lang": "en", "value": "Omiai Kekkon" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-05-29+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Omiai_Kekkon" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u304A\u898B\u5408\u3044\u7D50\u5A5A" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-05-29+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "en", "value": "Next Friday" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "de", "value": "Next Friday" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Next Friday" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Nast\u0119pny pi\u0105tek" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Next Friday" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Next_Friday" } , "label": { "type": "literal", "xml:lang": "ru", "value": "\u0421\u043B\u0435\u0434\u0443\u044E\u0449\u0430\u044F \u043F\u044F\u0442\u043D\u0438\u0446\u0430" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1997-11-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Kadhal_Rojavae" } , "label": { "type": "literal", "xml:lang": "en", "value": "Kadhal Rojavae" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2007-05-04+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Kalisundam_Raa" } , "label": { "type": "literal", "xml:lang": "en", "value": "Kalisundam Raa" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2012-03-25+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Thirunelveli_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Thirunelveli (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2009-10-31+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Python_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Python (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-07-13+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Python_(film)" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Python (t\u00E9l\u00E9film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-07-13+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Python_(film)" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Python (2000)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2000-07-13+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/All-American_Girl:_The_Mary_Kay_Letourneau_Story" } , "label": { "type": "literal", "xml:lang": "en", "value": "All-American Girl: The Mary Kay Letourneau Story" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-08-15+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/All-American_Girl:_The_Mary_Kay_Letourneau_Story" } , "label": { "type": "literal", "xml:lang": "de", "value": "Mary Kay Letourneau \u2013 Eine verbotene Liebe" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-08-15+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/All-American_Girl:_The_Mary_Kay_Letourneau_Story" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Ameryka\u0144ska dziewczyna" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-08-15+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/The_Intern" } , "label": { "type": "literal", "xml:lang": "en", "value": "The Intern" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2007-05-15+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Chuck_&_Buck" } , "label": { "type": "literal", "xml:lang": "en", "value": "Chuck & Buck" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-01-20+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Chuck_&_Buck" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u30C1\u30E3\u30C3\u30AF&\u30D0\u30C3\u30AF" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2008-01-20+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "en", "value": "Down to You" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "de", "value": "Den Einen oder Keinen" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "es", "value": "Down to You" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "it", "value": "Pazzo di te!" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "fr", "value": "In Love" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "nl", "value": "Down to You" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Tam, gdzie ty" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Down to You" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Down_to_You" } , "label": { "type": "literal", "xml:lang": "ru", "value": "\u0422\u043E\u043B\u044C\u043A\u043E \u0442\u044B \u0438 \u044F (\u0444\u0438\u043B\u044C\u043C, 2000)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1989-12-22+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Phir_Bhi_Dil_Hai_Hindustani" } , "label": { "type": "literal", "xml:lang": "en", "value": "Phir Bhi Dil Hai Hindustani" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2002-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Phir_Bhi_Dil_Hai_Hindustani" } , "label": { "type": "literal", "xml:lang": "de", "value": "Mein Herz schl\u00E4gt indisch" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2002-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Phir_Bhi_Dil_Hai_Hindustani" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Phir Bhi Dil Hai Hindustani" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2002-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Phir_Bhi_Dil_Hai_Hindustani" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Phir Bhi Dil Hai Hindustani" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2002-06-21+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Rancid_Aluminium" } , "label": { "type": "literal", "xml:lang": "en", "value": "Rancid Aluminium" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1994-12-13+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/A_Map_of_the_World_(film)" } , "label": { "type": "literal", "xml:lang": "de", "value": "Unschuldig verfolgt" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2020-11-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/A_Map_of_the_World_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "A Map of the World (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2020-11-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/A_Map_of_the_World_(film)" } , "label": { "type": "literal", "xml:lang": "it", "value": "La mappa del mondo" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2020-11-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/A_Map_of_the_World_(film)" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Une carte du monde" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2020-11-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/A_Map_of_the_World_(film)" } , "label": { "type": "literal", "xml:lang": "pt", "value": "A Map of the World" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2020-11-08+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Committed_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Committed (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1986-02-17+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Committed_(2000_film)" } , "label": { "type": "literal", "xml:lang": "es", "value": "Nena, olv\u00EDdame" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1986-02-17+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Committed_(2000_film)" } , "label": { "type": "literal", "xml:lang": "it", "value": "Lui, lei e gli altri (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "1986-02-17+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "en", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "de", "value": "Girlfight \u2013 Auf eigene Faust" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "es", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "it", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u30AC\u30FC\u30EB\u30D5\u30A1\u30A4\u30C8" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "nl", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Zbuntowana" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Girlfight" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Girlfight" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2013-10-14+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "en", "value": "Things You Can Tell Just by Looking at Her" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "de", "value": "Gef\u00FChle, die man sieht \u2013 Things You Can Tell" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "es", "value": "Things You Can Tell Just by Looking at Her" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Ce que je sais d'elle... d'un simple regard" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "it", "value": "Le cose che so di lei" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "ja", "value": "\u5F7C\u5973\u3092\u898B\u308C\u3070\u308F\u304B\u308B\u3053\u3068" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "pl", "value": "Na pierwszy rzut oka" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "pt", "value": "Things You Can Tell Just by Looking at Her" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Things_You_Can_Tell_Just_by_Looking_at_Her" } , "label": { "type": "literal", "xml:lang": "ru", "value": "\u0416\u0435\u043D\u0441\u043A\u0438\u0435 \u0442\u0430\u0439\u043D\u044B" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2001-02-12+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Junk_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Junk (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2005-10-25+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Junk_(film)" } , "label": { "type": "literal", "xml:lang": "de", "value": "Junk \u2013 Resident Zombie" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2005-10-25+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Junk_(film)" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Junk (film, 2000)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2005-10-25+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Salsa_(2000_film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "Salsa (2000 film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2012-05-26+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/Salsa_(2000_film)" } , "label": { "type": "literal", "xml:lang": "fr", "value": "Salsa (film, 2000)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2012-05-26+02:00" }}, | |
{ "subject": { "type": "uri", "value": "http://dbpedia.org/resource/After_the_Rain_(film)" } , "label": { "type": "literal", "xml:lang": "en", "value": "After the Rain (film)" } , "released": { "type": "typed-literal", "datatype": "http://www.w3.org/2001/XMLSchema#date", "value": "2006-02-14+02:00" }} ] } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment