With wildcard
{
"query": {
"bool": {
"must": [
{
"wildcard": {
"text": "*antonio*banderas*"
SELECT ?wdLabel ?ooLabel | |
WHERE { | |
VALUES (?s) {(wd:%@)} | |
?s ?wdt ?o . | |
?wd wikibase:directClaim ?wdt . | |
?wd rdfs:label ?wdLabel . | |
OPTIONAL { | |
?o rdfs:label ?oLabel . | |
FILTER (lang(?oLabel) = "en") | |
} |
https://query.wikidata.org/#SELECT%20%3Fitem%20%3Ffreebase_id%20%3Fmodified%20%3Fen%20%3Furl_en%20%3Fes%20%3Furl_es%20%3Fit%20%3Furl_it%20%3Ffr%20%3Furl_fr%20%3Fde%20%3Furl_de%20%3Fpt%20%3Furl_pt%20%3Fko%20%3Furl_ko%20%3Fja%20%3Furl_ja%20%3Fzh%20%3Furl_zh%20%20WHERE%20%7B%20%7B%20%3Fitem%20wdt%3AP31%20wd%3AQ9174.%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20UNION%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%3Fitem%20wdt%3AP31%20wd%3AQ5390013.%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20UNION%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%3Fitem%20wdt%3AP31%20wd%3AQ7257.%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20UNION%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%20%3Fitem%20wdt%3AP31%20wd%3AQ71966963.%20%7D%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20UNION%20%20%20%20%20%2 |
/* Add the seed attribute and set it to a random integer in <feTurbulence> to create your own variant! */ | |
html, | |
body, | |
object { | |
height: 100%; | |
width: 100%; | |
margin: 0px; | |
padding: 0px; | |
} | |
div { |
<html> | |
<header> | |
<style> | |
.drop-zone { | |
text-align: center; | |
border: 2px dashed #ccc; | |
} | |
.danger, | |
.danger:hover { |
var fs = require("fs"), | |
path = require("path"), | |
util = require("util"), | |
Stream = require("stream").Stream; | |
module.exports = resumable = function (temporaryFolder) { | |
var $ = this; | |
$.temporaryFolder = temporaryFolder; | |
$.maxFileSize = null; | |
$.fileParameterName = "file"; |
const { Duplex } = require('stream'); // Native Node Module | |
function bufferToStream(myBuffer) { | |
let tmp = new Duplex(); | |
tmp.push(myBuffer); | |
tmp.push(null); | |
return tmp; | |
} | |
async function tarStream() { | |
const zlib = require('zlib'); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Print Inventory Labels at Papa's</title> | |
<style> | |
* { | |
box-sizing: border-box; | |
} | |
[{ | |
"language": "English", | |
"language_local": "English", | |
"wiki": "en", | |
"articles": "6,393,265", | |
"totals": "1,044,989,942", | |
"edits": "1,077", | |
"admins": "42,366,457", | |
"users": "125,915", | |
"active_users": "895,061" |
{ | |
"aliases": {}, | |
"mappings": { | |
"properties": { | |
"text": { | |
"type": "text", | |
"analyzer": "autocomplete" | |
} | |
} | |
}, |
With wildcard
{
"query": {
"bool": {
"must": [
{
"wildcard": {
"text": "*antonio*banderas*"