Ashley Sommer

Results 201 comments of Ashley Sommer

@nicholascar This isn't related to linting, the warning is emitted when Python is configured to print SyntaxWarnings on import of packages. Its technically a bug in the docstrings on the...

I just noticed one potentially concerning issue with this PR. The Docstring for Query and Update in the SPARQL Connector states: > Any additional keyword arguments will be passed to...

I've looked into this, it looks like html5lib is used by Literals with data-type rdf:HTML. HTML5Lib parses the literal lexical, checks its valid, and normalizes it (not sure what that...

@kloczek @floresbakker I have a PR #2911 that will replace html5lib with html5lib-modern, that does not use `six`. Note however, this is not the last source of six sub-dependency. The...

@kloczek It is published on Pypi here: https://pypi.org/project/html5lib-modern/ > Why not move to `html5lib`? `html5lib` is the abandoned and deprecated dependency we are moving away from (you are the one...

Ref original issue: https://github.com/CSIRO-enviro-informatics/pyldapi/issues/10 @nicholascar has the WG decided on a mechanism for CRS negotiation yet? I read the discussion here https://github.com/w3c/dxwg/issues/311 but I don't there there is any solid...

@nicholascar this is a pretty important question. We use `reg:containedItemClass` in LOC-I in a few different ways, so definitely need an equivalent. Just thinking aloud there, I think it would...

@dr-shorthair Would you suggest a similar thing for indicating the item count in the bag? ``` my:MeshblocksBag a [ rdfs:subClassOf rdf:Bag ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom asgs:Meshblock ;...