Wiki

Defining custom RDFS/OWL axioms

Custom reasoning rules and class hierarchies can be declared natively in file Frontmatter or standalone .ttl imports. The reasoning engine automatically scans the combined pool.

To define a hierarchy such that TechArticle is a specialized subset of schema:CreativeWork, you can declare it directly in the ontology:

Backlinks

Metadata

{
  "id": "wiki:owl",
  "type": "TechArticle",
  "name": "OWL",
  "description": "Web Ontology Language for rich and complex knowledge about things."
}