Active PKM topics in this vault
The table below automatically queries the graph for all technical articles in the vault:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX schema: <https://schema.org/>
SELECT ?topic ?name WHERE {
?topic rdf:type schema:TechArticle .
?topic schema:name ?name .
}
ORDER BY ?name
| Topic | Name |
|---|---|
| css | CSS |
| csv | CSV |
| negotiation | Content negotiation |
| farzapedia | Farzapedia and personal AI wikis |
| html | HTML |
| hello-world | Hello World |
| json | JSON |
| json-ld | JSON-LD |
| javascript | JavaScript |
| llm-wiki | LLM Wiki |
| microdata | Microdata |
| wiki:microdata-example | Microdata in LLM Wiki |
| notation3 | Notation3 |
| owl | OWL |
| https://schema.org/PersonShapeDefinition | Person Shape |
| personal-knowledge | Personal Knowledge |
| ontology | Project Ontology |
| rdf | RDF |
| shacl | SHACL |
| sparql | SPARQL |
| semantic-web | Semantic Web |
| turtle | Turtle |
| typescript | TypeScript |