PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX ottr: <http://ns.ottr.xyz/0.4/>

ottr:Type  rdf:type  owl:Class .

ottr:subTypeOf  rdf:type  owl:ObjectProperty;
        rdf:type     owl:TransitiveProperty;
        rdf:type     owl:ReflexiveProperty;
        rdfs:domain  ottr:Type;
        rdfs:range   ottr:Type .

<http://spec.ottr.xyz/rottr/0.2/Types>
        rdf:type  owl:Ontology .
