@prefix exalt: <http://www.pipian.com/rdf/exalted/ontology#> .
@prefix custexalt: <http://www.pipian.com/rdf/exalted/custom_ontology#>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

custexalt:brendanism a owl:DatatypeProperty ;
    rdfs:label "Brendanism"@en ;
    rdfs:comment "Brendan's shorthand Charm name."@en ;
    rdfs:subPropertyOf rdfs:label ;
    rdfs:domain exalt:Charm ;
    rdfs:range rdfs:Literal ;
    rdfs:isDefinedBy <http://www.pipian.com/rdf/exalted/custom_ontology#> .

