←
Back to CV
|
View Ontology Docs
↗
Knowledge Graph Explorer
Query my semantic resume natively using SPARQL. Powered by Next.js and Comunica.
SPARQL Query
Endpoint:
/api/sparql
Examples:
Basic Info
Work Experience
Skills by Category
Languages
PREFIX schema: <http://schema.org/> PREFIX cv: <http://example.org/cv/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT ?name ?jobTitle ?location WHERE { ?person rdf:type cv:Person ; schema:name ?name ; schema:jobTitle ?jobTitle ; schema:location ?location . }
Execute Query