Skip to main content

Complete Documentation

📚 Hosted Documentation: For the most up-to-date and comprehensive technical documentation, visit the hosted documentation site.

Comprehensive technical documentation for the CAC Ontology Family.

Online Documentation

Entity Reference

This comprehensive reference provides detailed information about every class, property, and individual defined in the CAC Ontology Family.

Repository Documentation

The CAC-Ontology GitHub repository contains extensive documentation:

Core Documentation Files

Module-Specific Documentation

Each ontology module includes inline documentation in RDF/OWL format:

Examples

The repository includes 30+ real-world example files:

SPARQL Queries

Example SPARQL queries are available in:

Validation Documentation

SHACL validation documentation:

API and Tool Integration

Python Tools

The repository includes Python tools for working with the ontology:

pip install -r requirements.txt

Docker Validation

Validation infrastructure using Docker:

docker compose -f testing/docker-compose.yaml up -d

Contributing to Documentation

To improve documentation:

  1. Fork the repository
  2. Edit documentation files in the docs/ directory
  3. Submit a pull request
  4. See CONTRIBUTING.md for guidelines

Additional Resources