Platform
Resources
Pricing
Sign in
Contact us
PAC
I explore Wikidata and Wikipedia using Observable notebooks.
Workspace
Fork
Public
2 collections
By
PAC
Edited
Oct 12, 2022
ISC
Importers
1 star
1
Explore Wikidata
Computing Jaccard similarity between Wikidata items
🇪🇺 Members of European Parliament 🇪🇺
The media directory
Au bord de l'eau
C'est pas gégé !
Social reproduction in the French cinema: evidence from Wikidata
Probability of having notable parents by country of citizenship
Social reproduction in the French cinema: Occupations of the parents
Actress-singers and actor-singers (v2)
Tribute to Annie Ernaux
Tribute to JLG
All Tour de France's stage winners by country of citizenship with flag
All Vuelta's stage winners by country of citizenship
Hello SPARQL queries dataset
Tour de France Femmes
Tour de France's stage winners by country
Wikidata Property search
Actress-singers and actor-singers: do actresses become singers and singers become actors?
Tour de France's history at a glance
Les libellés francophones genrés dans Wikidata
Tour de France's stage winners
Wikidata API
An introduction to Observable for Wikidata users
Wikidata's Q item explorer
How to get Wikidata claims from Wikipedia sitelinks using Wikidata API ?
Introduction à Observable pour les utilisateurs de Wikidata
Are occupation labels in Wikidata gender neutral?
Also listed in…
Wikidata tools
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
regex_qid
=
new
RegExp
(
"Q\\d+"
,
"g"
)
Insert cell
queries
.
map
(
(
d
)
=>
regex_qid
.
test
(
d
)
)
Insert cell
queries
.
map
(
(
d
)
=>
d
.
match
(
regex_qid
)
)
.
flat
(
)
Insert cell
regex_pid
=
new
RegExp
(
"P\\d+"
,
"g"
)
Insert cell
regex_view
=
new
RegExp
(
"#defaultView:\\w+"
)
Insert cell
regex_prefix
=
new
RegExp
(
"\\w+\\:"
,
"g"
)
Insert cell
regex_names
=
new
RegExp
(
"\\?\\w+"
,
"g"
)
Insert cell
regex_wikibase
=
new
RegExp
(
"wikibase\\:\\w+"
,
"g"
)
Insert cell
regex_statements
=
new
RegExp
(
"([A-Z]+)\\s"
,
"g"
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
get_label2
(
"Q90"
,
"en"
)
.
then
(
(
d
)
=>
md
`The label is ${
d
}`
)
Insert cell
get_label2
(
"Q90"
,
"en"
)
.
then
(
(
d
)
=>
md
`The label is ${
d
}`
)
Insert cell
qid
=
async
function
(
qid
,
lang
=
"en"
)
{
return
get_label2
(
qid
,
lang
)
.
then
(
(
d
)
=>
`[${
d
} (${
qid
})](https://www.wikidata.org/wiki/${
qid
})`
)
;
}
Insert cell
qid
(
"Q90"
,
"en"
)
Insert cell
qid
(
"Q2813374"
)
Insert cell
${
await
qid
(
"Q2813374"
)
}
and
${
await
qid
(
"Q90"
)
}
Insert cell
${
qid
(
"Q2813374"
)
}
and
${
qid
(
"Q90"
)
}
Insert cell
property
=
async
function
(
qid
,
lang
=
"en"
)
{
return
get_label2
(
qid
,
lang
)
.
then
(
(
d
)
=>
`[${
d
} (${
qid
})](https://www.wikidata.org/wiki/Property:${
qid
})`
)
;
}
Insert cell
property
(
"P31"
)
Insert cell
property
(
"P2521"
,
"fr"
)
Insert cell
import
{
aq
,
op
}
from
"@uwdata/arquero"
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Listed in...
Wikidata tools
PAC
Explore Wikidata
PAC
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
search
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
selection
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
sparql_queries
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
df_queries
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
queries
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_qid
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_pid
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_view
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_prefix
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_names
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_wikibase
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
regex_statements
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
WDK
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
wdk
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
get_label2
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
qid
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
property
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML