Actions Vocabulary v3.1.0 Consolidated

A BFO/CCO-aligned ontology for personal and organizational productivity, task management, and workflow automation.

πŸ“¦ Consolidated Release: v3.1.0 combines Core + Context + Workflow + Roles extensions into a single, production-ready ontology.

Available Formats

OWL/XML (Canonical)

Industry-standard format, compatible with ProtΓ©gΓ© and reasoning tools.

πŸ”— Download OWL/XML

curl -H "Accept: application/rdf+xml" https://clearhead.us/vocab/actions/v3/

Turtle (RDF)

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

πŸ”— Download Turtle

curl -H "Accept: text/turtle" https://clearhead.us/vocab/actions/v3/

JSON-LD

JSON-based linked data format, ideal for web applications and JavaScript.

πŸ”— Download JSON-LD

curl -H "Accept: application/ld+json" https://clearhead.us/vocab/actions/v3/

SHACL Shapes

Validation constraints and data quality rules for Action instances.

πŸ”— Download SHACL Shapes

What's Included

Using the Vocabulary

Import in Your Ontology

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

Load in ProtΓ©gΓ©

File β†’ Open from URL β†’ https://clearhead.us/vocab/actions/v3/actions-vocabulary.owl

Resources