Generate RDF: $ARGUMENTS
Instructions
Run the generator script:
python content/technology/specifications/semiotic-markdown/skills/generate-rdf/generate-rdf.py $ARGUMENTSFor a single page:
python content/technology/specifications/semiotic-markdown/skills/generate-rdf/generate-rdf.py sociology/terms/feeling-rules.mdFor all pages:
python content/technology/specifications/semiotic-markdown/skills/generate-rdf/generate-rdf.py --allOptions:
--all— generate TTL for all publishable pages--dry-run— show what would be generated without writing--stats— print statistics only--force— overwrite existing .ttl files--combined— also write a combinedknowledge-graph.ttl
The script reuses the frontmatter parser from predicate-graph.py and maps
fields to RDF predicates per
content/technology/specifications/agential-semioverse-repository/semantic-frontmatter.md.
Output .ttl files are colocated with source .md files (same directory, same
filename stem).