Clément Cartier

Results 4 issues of Clément Cartier

**Description** Converting properties with the range rdfs:literal as strings **How to reproduce** When importing a vocabulary using rdf:literal to define data properties, those types are not recognized. I don't know...

# Current behavior The following code throws a Http\Exception stating that the HTTP request for SPARQL query failed, and doesn't return any information about the response: ``` $sparql = new...

Currently, in Python, when we have type-hints in the definition of a function, the folding occurs on the first colon. Folding the following function: ``` def some_function(arg: ArgType) -> ReturnType:...