Re: Updated LOD Cloud Diagram - First draft and last feedback.

On 8/15/14 9:43 AM, Yoko SHIBATA wrote:
> Hi,
>
> Thank you for updating the diagram.
>
> I would like to add the following dataset.
>
> Web NDL Authorities
> http://datahub.io/en/dataset/national-diet-library-authorities
>
> When the dataset was included in the 2011 versions of the LOD Cloud 
> diagram, it was categorized as "publications" instead of "government".
>
> This dataset is included in these tables, though not included in "Not 
> " crawlable table.
> http://data.dws.informatik.uni-mannheim.de/lodcloud/2014/ISWC-RDB/#toc3
>
> I wonder why this dataset is not included in the updated diagram and I 
> don't know what to do.
>
> So, if possible, I would like to add the dataset as "publications" 
> category to the new version of the diagram, because it is interlinked 
> with VIAF, whose category is "publications". 

Hi Yoko,

Bearing in mind 
<http://id.ndl.go.jp/auth/ndla/?query=select+*+where+%7B%3Fs+%3Fp+%3Fo%7D+limit+10&output=htmltab> 
.

Do you have a SPARQL endpoint that supports the SPARQL Query Protocol? 
If so, what should I put into this SPARQL-FED query template:

SELECT DISTINCT ?Entity
WHERE {SERVICE <{sparql-endpoint-uri}>
         {SELECT *
          WHERE { ?Entity ?Relation ?EntityType} limit 50
        }
       }

I assume:

SELECT DISTINCT ?Entity
WHERE {SERVICE <http://id.ndl.go.jp/auth/ndla>
         {SELECT *
          WHERE { ?Entity ?Relation ?EntityType} limit 50
        }
       }

-- 
Regards,

Kingsley Idehen 
Founder & CEO
OpenLink Software
Company Web: http://www.openlinksw.com
Personal Weblog 1: http://kidehen.blogspot.com
Personal Weblog 2: http://www.openlinksw.com/blog/~kidehen
Twitter Profile: https://twitter.com/kidehen
Google+ Profile: https://plus.google.com/+KingsleyIdehen/about
LinkedIn Profile: http://www.linkedin.com/in/kidehen
Personal WebID: http://kingsley.idehen.net/dataspace/person/kidehen#this

Received on Friday, 15 August 2014 09:21:23 UTC