SemStats 2014 Call for Challenge

2014-08-05 Thread Sarven Capadisli

SemStats 2014 Call for Challenge


Second International Workshop on Semantic Statistics (SemStats 2014)
Workshop website: http://semstats.org/
Event hashtags: #SemStats #ISWC2014

in conjunction with

ISWC 2014
The 13th International Semantic Web Conference
Riva del Garda - Trentino, Italy, October 19-23, 2014
http://iswc2014.semanticweb.org/

Summary
---
The SemStats Challenge is back with more action! It is organized in the 
context of the SemStats 2014 workshop. Participants are invited to apply 
statistical techniques and semantic web technologies within one of two 
possible tracks, namely the Census Data Track and Open Track. Following 
up on the success of last year's Challenge, this year, the Census Data 
Track will have data from France, Italy, and Ireland. We would also like 
to introduce the new Open Track, where any type of statistical data of 
your choice may be used in the challenge.


The challenge will consist in the realization of mashups or 
visualizations, but also on comparisons, analytics, alignment and 
enrichment of the data and concepts involved in statistical data (see 
below for the data made available and additional requirements).


The deadline for participants to submit their short papers and 
application is Sun 7th September, 2014, 23:59pm Hawai Time.


It is strongly suggested to all challenge participants to send contact 
informations to semstats2...@easychair.org in order to be kept informed 
in case of any changes in the data provided. For any questions on the 
challenge, please contact semstats2...@easychair.org.


Census Data Track
-
We would like to point you to plenty of raw data. The conversion process 
will be considered as part of the challenge.


* Istat (Italian National Institute of Statistics) offers Census 1991, 
2001, 2011 data and metadata: 
http://www.istat.it/it/archivio/104317#variabili_censuarie (See 
Variabili censuarie / Censimento della popolazione e delle 
abitazioni), which gives the population count by age range and sex at a 
very detailed geographic level.


* INSEE (National Institute of Statistics and Economic Studies) can 
provide different things:


1. Detailed results for Census 2011: 
http://insee.fr/fr/themes/detail.asp?reg_id=0amp;ref_id=fd-RP2011amp;page=fichiers_detail/RP2011/telechargement.htm 
giving results on individuals only at the region level but with a great 
number of other variables (see 
http://insee.fr/fr/ppp/bases-de-donnees/fichiers_detail/RP2011/doc/contenu_RP2011_INDREG.pdf)


2. Detailed results for Census 2010: 
http://insee.fr/fr/themes/detail.asp?reg_id=0amp;ref_id=fd-RP2010amp;page=fichiers_detail/RP2010/telechargement.htm 
with, for example, results on individuals at a smaller geographic level


3. Key figures for Census 2011 on different themes at the 
municipality level: 
http://insee.fr/fr/bases-de-donnees/default.asp?page=recensement/resultats/2011/donnees-detaillees-recensement-2011.htm


* ABS (Australian Bureau of Statistics) offers Census 2011 data at 
http://stat.abs.gov.au/ . Data that is in particularly of interest to 
this challenge can be found by navigating to: Social Statistics gt; 
2011 Census of Population and Housing gt; Time Series Profiles (Local 
Government Areas) gt; T03 Age by Sex (LGA)


* CSO (Central Statistics Office) Ireland's Census 2011 data and 
metadata available as Linked Data: http://data.cso.ie/.


* You are welcome to use any other Census data whether it is Linked Data 
based or not


Open Track
--
There is one essential requirement for the Open Track: papers must 
describe a publicly available application. We would love to see everyone 
play and learn from what you have created. You are welcome to use any 
statistical data whether it is already in Linked Data shape or not! 
While you are at it, why not combine it with data from other domains?


Here are some statistical linked data spaces:

* http://270a.info/
* http://eurostat.linked-statistics.org/
* http://data.cso.ie/
* http://linked-statistics.gr/
* http://linkedspending.aksw.org/
* http://cedar-project.nl/
* http://datahub.io/ - Whatever is here ;)



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Linked SDMX Data

2014-08-05 Thread Sarven Capadisli

On 2014-04-23 15:31, Sarven Capadisli wrote:

On 2014-04-22 14:18, Sarven Capadisli wrote:

On 2013-08-08 15:17, Sarven Capadisli wrote:

On 03/08/2013 01:04 PM, Sarven Capadisli wrote:

On 02/15/2013 02:42 PM, Sarven Capadisli wrote:

Ahoy hoy,

OECD Linked Data:
http://oecd.270a.info/

BFS Linked Data:
http://bfs.270a.info/

FAO Linked Data:
http://fao.270a.info/

Linked SDMX Data:
http://csarven.ca/linked-sdmx-data


ECB Linked Data:
http://ecb.270a.info/


IMF Linked Data:
http://imf.270a.info/


UIS Linked Data:
http://uis.270a.info/


FRB Linked Data:
http://frb.270a.info/


BIS Linked Data:
http://bis.270a.info/

-Sarven
http://csarven.ca/#i



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Just what *does* robots.txt mean for a LOD site?

2014-08-05 Thread Tobias Käfer

Hi Hugh,

 By the way, have I got my robots.txt right?

In particular, is the
User-agent: LDSpider
correct?
Should I worry about case-sensitivity?


The library (norbert) that is employed in LDspider is case-insensitive 
for the user agent. The user agent that is sent is ldspider.


I suppose you want ldspider to crawl your site (highly appreciated), so 
you should change the line in your robots.txt for LDspider to:

a) Disallow:
b) Allow: /
And not leave it with:
c) Allow: *
The star there does not bring the desired behaviour (and I have not 
found it in the spec for the path either), in fact, it keeps LDspider 
from crawling the folders you specified for exclusion for the other 
crawlers.


Cheers,

Tobias