Does anyone know where there's a (signed) woonerf in Amsterdam? I need a short clip of a woonerf, but I need the woonerf sign in the shot.

I thought I has some from my videos of Groningen, but apparently not, and I don't have time to head out there on short notice!

So where can I get a shot of this sign in action in or around Amsterdam?

@notjustbikes For future needs, you could query OSM data with e.g.:

way[highway=living_street]({{bbox}}); out geom;

http://overpass-turbo.eu/s/2dp3

Find other tags (such as this unintuitive "highway" value of living street) on the OpenStreetMap wiki: https://wiki.openstreetmap.org/wiki/Key:highway
Or any other element that exists somewhere in the world :)

overpass turbo

A web based data mining tool for OpenStreetMap which runs any kind of Overpass API query and shows the results on an interactive map.

@luc someone tooted recently of another way of tagging them without disrupting the highway tag. Not sure how common it is.
@mjr I'd refer to the wiki for details of how a feature must be tagged (and thus searched)
@luc Yes, good move. And then you'll find the alternative too:
https://wiki.openstreetmap.org/wiki/Key:living_street
Key:living_street - OpenStreetMap Wiki