- From: Alejandra Gonzalez-Beltran via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Aug 2018 05:56:18 +0000
- To: public-dxwg-wg@w3.org
Some examples of the use of ```dcat:byteSize``` in this [SPARQL endpoint](https://www.europeandataportal.eu/sparql?default-graph-uri=&query=select+*+where+%0D%0A%7B%0D%0A%3Fs+a+dcat%3ADataset.%0D%0A%3Fd+a+dcat%3ADistribution.%0D%0A%3Fs+dcat%3Adistribution+%3Fd.%0D%0A%3Fd+dcat%3AbyteSize+%3Fsize.%0D%0AFILTER+%28+STRLEN%28%3Fsize%29+%3E+10%29%0D%0A%7D+LIMIT+100&format=text%2Fhtml&timeout=0&debug=on&run=+Run+Query+) with query ```select * where { ?s a dcat:Dataset. ?d a dcat:Distribution. ?s dcat:distribution ?d. ?d dcat:byteSize ?size. FILTER ( STRLEN(?size) > 10) } LIMIT 100``` -- GitHub Notification of comment by agbeltran Please view or discuss this issue at https://github.com/w3c/dxwg/issues/313#issuecomment-417198852 using your GitHub account
Received on Thursday, 30 August 2018 05:56:19 UTC