Carlos Martinez

Results 53 comments of Carlos Martinez

After discussing with @albertmeronyo , it turns out we do use the analytics (to get a rough idea of how many people use the grlc.io service). So I think have...

Github actions now in use -- closing

Hi @jaw111 ! I've written a [short tutorial](https://github.com/CLARIAH/grlc/wiki/Multi%E2%80%90value-placeholders) (feedback welcome) based on the hack described by @tkuhn. I think this fixes your problem, so I am closing this issue (but...

@ctwhome -- maybe we can try this out?

In principle I think this should be possible indeed. The real question here is on what time frame we could implement this (I know that both @albertmeronyo and I are...

Haven't tested this, but I believe this should be possible since [v1.3.9](https://github.com/CLARIAH/grlc/releases/tag/v1.3.9). I'm closing this issue, but please re-open it if it does not work.

Ah, perfect! Many thanks! ________________________________ From: Kingsley Idehen Sent: 03 November 2017 20:13:25 To: openlink/virtuoso-opensource Cc: Carlos Martinez Ortiz; Mention Subject: Re: [openlink/virtuoso-opensource] Extension function specification (SPARQL 1.1) not respected...

Hi @nichtich ! Thanks for your suggestion. This would indeed be a good improvement. I guess it would be nice if we could combine this with the `defaults` decorator. ```sparql...

We could have something like this: ```sparql #+ parameters: #+ name: #+ description: name of the person #+ default: "Bob" #+ enumerate: ["Alice", "Bob", "Charles"] #+ example: "Alice" ``` The...