Bert Van Nuffelen
Bert Van Nuffelen
@base
I do not find in the specification if there is any restriction on @base values, but ``` {"@version": 1.1, "@context": { "Persoon": "http://www.w3.org/ns/person#Person", "type2" : { "@id": "https://example.com/ns/voc#type", "@type": "@id",...
In https://www.w3.org/2018/credentials/v1 jsonld mappings are made to cred:credentialStatus which corresponds with the URI https://www.w3.org/2018/credentials#credentialStatus. This URI results in a 404. kr, Bert
Hi, I am trying to update the list of licenses but my actions seem not to have the desired effect. I reseeded the licenses (with new entries) php artisan license...
Hi, where do I find the logging frequency configuration. On our system it flushes every 30 minutes, which is rather annoying. kr, Bert
Hi, I have a construct SPARQL query dataset definition, lets call it with a parameter . There is a caching option. Does it caches the dataset request per value of...
Hi, I have a user who is sending to many requests to my TDT. I find a function private function applyThrottle($definition) which implements throttling. But is seems only to be...
When reading the above sections it is really non-obvious that `"@vocab": "#"` is mandatory to support the creation of URI's with fragments. If in the example in section 4.1.3 a...
### Describe the bug 1. use the docker image mcr.microsoft.com/azure-cli on an virtual Box. 2. use docker exec -it sh to enter the container 3. az login this initiates a...
Is there a possibility to add a path to a property mapping? In my target RDF structure I have ``` ex:123 _:b0 . _:b0 "AAAB" . ``` which would correspond...
examples
Hi, the examples use `"@context": "http://schema.org"` while schema.org states that the context is found elsewhere: https://schema.org/docs/developers.html It should be ` "@context": "https://schema.org/docs/jsonldcontext.json",`