Clearhead Workspace Vocabulary

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.

Properties

clearhead-ws:hasSourceFile

Relative path from the workspace root to the .actions file containing this action. (xsd:string)

clearhead-ws:hasSourceLine

1-based line number of this action within its source file. (xsd:integer)

Available Formats

OWL/XML (Canonical)

Industry-standard format, compatible with Protege and reasoning tools.

Download OWL/XML (Canonical)

Turtle (RDF)

Human-readable RDF format, perfect for version control and manual editing.

Download Turtle (RDF)

JSON-LD

Web applications, JavaScript, REST APIs.

Download JSON-LD

RDF/XML

Legacy RDF tools and broad compatibility.

Download RDF/XML

Using the Vocabulary

Namespace

@prefix clearhead-ws: <https://clearhead.us/vocab/workspace/v1#> .

Import in Your Ontology

<owl:Ontology rdf:about="https://example.com/my-ontology">
  <owl:imports rdf:resource="https://clearhead.us/vocab/workspace/v1"/>
</owl:Ontology>

Parent Vocabulary

Imports and extends Actions Vocabulary (actions:) — Charter, Plan, Action, and related domain classes.