Angelo Veltens avatar

Angelo Veltens

Community

@angelo-v · Hamburg

79Followers
|
92Public Repos
|
10Published Skills

Software developer & IT consultant at codecentric.

Skills Distribution
DomainData Systems...Knowledge Graphs &.. (45%)SPARQL Querying & .. (30%)Ontology & Vocabul.. (15%)Web Application Sc.. (10%)

Agent Skills by Angelo Veltens

Showing 10 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Angelo Veltens

FAQPage Schema
What tasks can I accomplish with Angelo Veltens' skills?▼

You can query SPARQL endpoints and local RDF files, fetch live Wikidata facts, dereference Linked Data URIs, validate RDF against SHACL shapes, design OWL ontologies and SKOS vocabularies, persist knowledge graphs in Oxigraph, write Turtle/JSON-LD files, scaffold single-file web apps, and record MADR architecture decisions.

Who are these skills designed for?▼

Semantic web engineers, knowledge graph developers, ontology designers, and data architects working with RDF, SPARQL, OWL, SKOS, and SHACL. They also suit front-end developers building lightweight single-page HTML apps and software architects documenting decisions in MADR format.

How do the SPARQL querying skills work in practice?▼

The sparql-query-endpoint and sparql-query-files skills run SPARQL 1.1 SELECT, ASK, CONSTRUCT, and DESCRIBE queries via the Comunica engine, targeting either remote HTTP endpoints such as DBpedia or local .ttl, .rdf, and .n3 files in the workspace.

What are the prerequisites and dependencies?▼

Skills rely on specific runtimes named in their manifests: Comunica for SPARQL execution, Oxigraph for persistent quad storage, rdf_validate for SHACL checking, and ld_fetch for URI dereferencing. The spa-html skill uses CDN-only dependencies including Lit, WebAwesome, and Pollen.

Can these skills keep data across sessions?▼

Yes. The rdf-memory skill persists RDF facts in an Oxigraph-backed store that survives session restarts, letting you build a knowledge base incrementally and run SPARQL queries against it. Facts are written via rdf_memory_record, which stamps datetimes and enforces the quad/RDF-star model.