PREFIX dcterms:
PREFIX schema:
PREFIX gcs:
CONSTRUCT {
?_subject
a schema:CreativeWork;
dcterms:title "Querying the speaker bio";
schema:description "The reusable bio slide gets Malcolm's name, role, and biography from this SPARQL query.";
gcs:queryResource ;
gcs:resourceConfiguration .
}
WHERE {}