sib-swiss / sparql-examples

A set of SPARQL examples that are used in different SIB resources
https://sib-swiss.github.io/sparql-examples
Other
5 stars 5 forks source link

testing with a few initial oma sparql querries #3

Closed alpae closed 4 months ago

alpae commented 4 months ago

starting to add the oma sparql examples to this repo. for now only seeking feedback if this is the intended way to integrate them.

alpae commented 4 months ago

@JervenBolleman , how should I include namespace prefixes that are unique to OMA? should they go directly into the query? I've seen there is also a prefixes.ttl file in the root directory, and some tools define a prefixes.ttl file in the sub-directory as well. what's the best way in your view?

JervenBolleman commented 4 months ago

Hi @alpae , Prefixes should not be in the queries but in a project specific prefixes.ttl. If they are common enough they should go to the top level prefixes.

alpae commented 4 months ago

thanks. ok, will give it a try and ping you once I think it's ready for merge.

alpae commented 4 months ago

Hi @JervenBolleman , I think I added all the existing and a few new example queries to the repo. Would be happy if you could merge if you think things are ok