8 lines
No EOL
195 B
SPARQL
8 lines
No EOL
195 B
SPARQL
PREFIX core: <http://vivoweb.org/ontology/core#>
|
|
|
|
CONSTRUCT {
|
|
?credential ?property ?object .
|
|
} WHERE {
|
|
PERSON_URI core:eligibleFor ?credential .
|
|
?credential ?property ?object .
|
|
} |