Randy Kerber

Results 7 comments of Randy Kerber

@stain -- http://beta.openphacts.org:3004/ wasn't public by design, but found it useful to use it occasionally so have intentionally not shut it down, at least not yet. Regarding URLs, what URLs...

file: PDB/LINKSET_EXACT_PDB20171110.ttl ``` @prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix void: . @prefix skos: . @prefix ops: . @prefix : . void:inDataset . ```

The only triple in the file is a `void:inDataset` statement. There are no "link" triples.

I remember running into this issue earlier in the year. When I looked into it I recall the Exception was caused by some sort of pre-check phase performed on each...

The correct behavior is probably to issue some sort of WARNING message that an empty linkset file was encountered, but to otherwise allow the process to proceed. Basically, an empty...

The load command line would have used a `load.xml` that loaded all openphacts linksets (more than 100). I'm guessing you want something more concise? The second entry in this issue...

I've attached the void file (below) that references the zero-link linkset listed in the second entry of this 'issues' page. I had to rename the file to `void_2017-11-10.ttl.txt`, else GitHub...