ggen 5.1.3

Ontology-driven code generation: Transform RDF ontologies into typed code through SPARQL queries and Tera templates
Documentation
1
2
3
4
5
6
@prefix ex: <http://example.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ex:Alice a ex:Person .
ex:ACME a ex:Organization .
ex:RustLang a ex:ProgrammingLanguage .