vivo/productMods/WEB-INF/rich-export/credential/eligibleForCredential.sparql

8 lines
195 B
SPARQL
Raw Normal View History

PREFIX core: <http://vivoweb.org/ontology/core#>
CONSTRUCT {
?credential ?property ?object .
} WHERE {
PERSON_URI core:eligibleFor ?credential .
?credential ?property ?object .
}