Yep, One more reason to use RDFSlice ;-),
thnks On Mon, Feb 1, 2016 at 7:25 AM, Stas Malyshev <[email protected]> wrote: > Hi! > > > > > ** For all English bios:* > > > > SELECT * > > WHERE > > { > > ?s <http://schema.org/description> ?o . > > filter(lang(?o)='en'). > > } > > Please don't run this on query.wikidata.org though. Please add LIMIT. > Otherwise you'd be trying to download several millions of data items, > which would probably time out anyway. Add something like "LIMIT 10" to it. > > Thanks, > -- > Stas Malyshev > [email protected] > > _______________________________________________ > Wikidata mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikidata > >
_______________________________________________ Wikidata mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata
