Pieter Heyvaert

Results 35 comments of Pieter Heyvaert

Thanks, that works! Is it also possible to - remove the shadow of button - change the color when hovering over a button?

Does that mean that CSS would need to remove the quads if it gets a content-type that doesn't support graphs?

I agree with @rubensworks, so maybe the following solution - Default throws an error (both on the server side and also send to the client) when trying to get triples...

@RubenVerborgh At the moment it is not an urgent fix. I've circumvented the problem by replacing composite data source A by A' that refers to the data sources from B....

Nope, no warnings. Ok, thanks, will see if I can find something in the code 😄

Yes, it's only for the assets (as far as I can tell).

> How many sources exactly? I think it starts going wrong after having more than 12 datasources. > What is the expected number of triples? 24, 12, or something else?...

So apparently it's not related to JsonldDatasources specifically. It also happens with TurtleDatasources, but this time I have the [actual data](https://github.com/LinkedDataFragments/Server.js/files/3898231/data.zip), so also a minimum failing example. I tested it...

Yes indeed custom information. For example, a URL to the complete dump.

My Serd version is 0.30.2. When executing the following ``` serdi input.ttl ``` I get ``` . "Escala\u0000"@es . "2015"^^ . ``` So the `^@` gets converted to `\u0000`, so...