Application-level vocabulary extending actions: v4 with filesystem-layer predicates for workspace snapshots.
Philosophy: Source location is workspace-layer, not domain-layer. These predicates describe where an action lives on disk, not what the action ontologically is.
Relative path from the workspace root to the .actions file containing this action. (xsd:string)
1-based line number of this action within its source file. (xsd:integer)
Industry-standard format, compatible with Protege and reasoning tools.
Human-readable RDF format, perfect for version control and manual editing.
@prefix clearhead-ws: <https://clearhead.us/vocab/workspace/v1#> .<owl:Ontology rdf:about="https://example.com/my-ontology">
<owl:imports rdf:resource="https://clearhead.us/vocab/workspace/v1"/>
</owl:Ontology>Imports and extends Actions Vocabulary (actions:) — Charter, Plan, Action, and related domain classes.