Global ontology mappings
This document hosts explicit RDFS and OWL semantic relations that drive automatic inference logic across the wiki graph.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix wiki: <https://wazootech.github.io/wiki/wiki/> .
# Classes
schema:Project rdfs:subClassOf schema:CreativeWork .
# Properties
wiki:lead rdfs:subPropertyOf schema:contributor .