Wouter Beek

Results 90 comments of Wouter Beek

Hi Axel, could you be using an older version of Serd than the one that was compiled with HDT? The correct parsing of the IRI scheme component was added relatively...

@joernhees The header also contains a timestamp, so it is relatively difficult to determine whether two HDT files contain the same data. My idea was to store the triples-based hash...

8GB is probably too little RAM for Wikidata.

@rubensworks Is it theoretically possible to parse JSON-LD with a streaming JSON parser? IIUC the format does not guarantee that all transformations are defined up-front. IOW, at the end of...

Too bad the order is not enforced in the JSON-LD specification :-( An alternative would be to parse JSON-LD files twice: once to extract the schema and once to apply...

@rubensworks Definitely; thanks @Tpt for looking into this!

I was able to reproduce this with the following MWE: ```ttl prefix : prefix rdf: prefix sh: :x a :X. :lst rdf:first rdf:type; rdf:rest rdf:nil. :model { :lst rdf:first rdf:type;...

@RicardoUsbeck I have a list of 558,943,116 `owl:sameAs` triples / explicit identity pairs that were extracted from a LOD Laundromat crawl in 2015. (The number of unique terms involved in...

@MichaelRoeder I will have to disappoint you then: the largest cluster of `owl:sameAs` IRIs has size 177,794. This includes not only Japan and Armenia, but also all other countries in...

@MichaelRoeder The owl:sameAs resources are here: https://sameas.cc/ Let me know in case you encounter issues (the resource is still quite new, so I'm expecting there are some). Also, we hope...