Custom URI's usage in SPARQL
Hi all,
I've defined URI's in my project area for specific artifact types and attributes and I was wondering which approach would work best for creating a custom SPARQL query.
Is this the right approach? Ideally this would avoid directly specifying the type with a "merge:mergeShape" reference.
Thanks to anyone who provides me guidance - online resources or sparql guides are appreciated as well.
David
|
One answer
Depending on how you define RDF URIs for the enumeration members, this approach might not work for you.
Comments
David Reilly
commented Aug 13 '18, 1:41 p.m.
Just so I understand correctly, the working version of your snippet above should look like this?
PREFIX level: <http://jazz.net/rm/types/level#>
?member owl:sameAs level:safe.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.