Skip to main content

Reference Materials

Reference documentation, guides, and materials for working with CAC Ontology.

Documentation

Online Documentation

Repository Documentation

Comprehensive documentation in the GitHub repository:

Quick Reference

Namespace Structure

Example Usage

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-core: <https://cacontology.projectvic.org/core#> .

:investigation-001 a cacontology-core:CACInvestigation ;
    cacontology-core:hasReport :report-001 ;
    cacontology-core:status "active" .

Standards and Specifications

Guides and Tutorials

Getting Started

Technical Guides

API Reference

Python Tools

Python API documentation (when available) in the repository.

SPARQL Endpoints

SPARQL query examples and patterns available in the repository.