Part of: tunes
Source: SPARQL endpoint
Export
{'sparql_endpoint': 'https://polifonia.disi.unibo.it/tunes/sparql', 'template_mode': 'statistics', 'title': 'Explore similarity relations among songs', 'color_code': ['#39c6b4', '#17cf31'], 'section_name': 'tunes', 'subtitle': '', 'curator': '', 'description': '', 'dynamic_elements': [{'position': 0, 'operations': [], 'type': 'textsearch', 'textsearch_userinput': '', 'textsearch_title': 'tunes', 'textsearch_query': 'PREFIX tune: <http://example.com/tunes/>\r\nPREFIX bds: <http://www.bigdata.com/rdf/search#>\r\nPREFIX dct: <http://purl.org/dc/terms/>\r\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\r\nSELECT DISTINCT ?song ?songLabel ?tunefamily \r\nWHERE {\r\n?songtitle bds:search <<searchterm>> .\r\n?song dct:title ?songLabel . \r\n?song a tune:Song . \r\n?song tune:songtunefamily ?tfid . \r\n?tfobj rdf:label ?tfid . \r\n ?tfobj tune:tunefamilyname ?tunefamily .}\r\nLIMIT 40', 'textsearch': {'song': ['similar tunes']}, 'extra_queries': [], 'map_filters': []}, {'position': 1, 'operations': [], 'type': 'action', 'action_title': 'similar tunes', 'action_query': 'PREFIX : <http://example.com/tunes/>\r\nPREFIX dct: <http://purl.org/dc/terms/>\r\nSELECT DISTINCT ?song ?songLabel WHERE {\r\n<<item>> :highlysimilar ?song . \r\n ?song dct:title ?songLabel .}', 'extra_queries': [], 'map_filters': []}, {'position': 2, 'operations': [], 'type': 'textsearch', 'textsearch_userinput': 'Delft', 'textsearch_title': 'search for a tune family', 'textsearch_query': 'PREFIX : <http://example.com/tunes/>\r\nPREFIX bds: <http://www.bigdata.com/rdf/search#>\r\nPREFIX dct: <http://purl.org/dc/terms/>\r\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\r\nSELECT DISTINCT ?tunefamily ?tunefamilyLabel WHERE {\r\n?tunefamilyLabel bds:search <<searchterm>> .\r\n?tunefamily rdf:label ?tfid . \r\n?tunefamily :tunefamilyname ?tunefamilyLabel .}\r\nLIMIT 20', 'textsearch': {'song': ['similar tunes'], 'tunefamily': ['tunes in this family', 'similar tunes']}, 'extra_queries': [], 'map_filters': []}, {'position': 3, 'operations': [], 'type': 'action', 'action_title': 'tunes in this family', 'action_query': 'PREFIX : <http://example.com/tunes/>\r\nPREFIX dct: <http://purl.org/dc/terms/>\r\nPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\r\nSELECT DISTINCT ?song ?songLabel \r\nWHERE {\r\n<<item>> rdf:label ?tunefamily .\r\n?song :songtunefamily ?tunefamily .\r\n?song dct:title ?songLabel . }', 'extra_queries': [], 'map_filters': []}]}