Gregory Todd Williams
Gregory Todd Williams
Hello. I'm running into an issue trying to use TFileTransport. Up front, let me say that this might be a mistake on my part as I'm new to both Thrift-Swift...
There seems to be a couple of bugs in `rdflib.plugins.sparql.parser` in the handling of unicode escapes. Trying to parse this query: ```sparql SELECT * WHERE { ?s ?p "\u00a71234" }...
In attempting to encode an HDT file using the TriplesList encoding (related to rdfhdt/hdt-java#82), I found that the hdt2rdf tools does not do what I expect when I try to...
The header RDF generated by the rdf2hdt tool asserts many triples with literals that should have datatypes, but don't (instead using simple `xsd:string` literals): * The range of `dc:issued` should...
The header RDF generated by the rdf2hdt tool makes invalid assertions about the source RDF file: ``` hdt:formatInformation [ hdt:dictionary [ hdt:dictionaryblockSize "16" ; hdt:dictionarymapping "1" ; hdt:dictionarynumSharedSubjectObject "0" ;...
Using the rdf2hdt and hdt2rdf tools, I expect to be able to create an HDT file and get back the same RDF as I put in. However, the rdf2hdt tool...
In attempting to encode an HDT file using the TriplesList encoding, I ran into what seems to be an [unimplemented](https://github.com/rdfhdt/hdt-java/blob/672fccee8e00b28377b6dd3747df63528635483e/hdt-java-core/src/main/java/org/rdfhdt/hdt/triples/impl/TriplesList.java#L508) code path for loading the triples from a file: ```...
The provenance sales data has many records where dimensions are specified using only partial units. For example, `"3' 7 1/2 x 3' 2 1/2"` (specifying feet but not inches). Should...
The boundary check during serialization doesn't seem to be catching acquisitions within a procurement. The PIR output has serialized data where the acquisition appears inside the procurement file and also...
Discussed in the comments of #130.