@base <http://protege.stanford.edu/plugins/owl/protege> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<>
    a owl:Ontology .

:DIRECTED-BINARY-RELATION
    a owl:Class .

:FROM
    a owl:ObjectProperty ;
    rdfs:domain :DIRECTED-BINARY-RELATION .

:PAL-CONSTRAINT
    a owl:Class .

:PAL-DESCRIPTION
    a owl:DatatypeProperty ;
    rdfs:domain :PAL-CONSTRAINT ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

:PAL-NAME
    a owl:DatatypeProperty ;
    rdfs:domain :PAL-CONSTRAINT ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

:PAL-RANGE
    a owl:DatatypeProperty ;
    rdfs:domain :PAL-CONSTRAINT ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

:PAL-STATEMENT
    a owl:DatatypeProperty ;
    rdfs:domain :PAL-CONSTRAINT ;
    rdfs:range <http://www.w3.org/2001/XMLSchema#string> .

:SLOT-CONSTRAINTS
    a owl:AnnotationProperty .

:TO
    a owl:ObjectProperty ;
    rdfs:domain :DIRECTED-BINARY-RELATION .

:abstract
    a owl:AnnotationProperty .

:allowedParent
    a owl:AnnotationProperty .

:defaultLanguage
    a owl:AnnotationProperty .

:excludedTest
    a owl:AnnotationProperty .

:probeClass
    a owl:AnnotationProperty .

:readOnly
    a owl:AnnotationProperty .

:subclassesDisjoint
    a owl:AnnotationProperty .

:todoPrefix
    a owl:AnnotationProperty .

:todoProperty
    a owl:AnnotationProperty .

:usedLanguage
    a owl:AnnotationProperty .

xsp:base
    a owl:AnnotationProperty .

xsp:fractionDigits
    a owl:AnnotationProperty .

xsp:length
    a owl:AnnotationProperty .

xsp:maxExclusive
    a owl:AnnotationProperty .

xsp:maxInclusive
    a owl:AnnotationProperty .

xsp:maxLength
    a owl:AnnotationProperty .

xsp:minExclusive
    a owl:AnnotationProperty .

xsp:minInclusive
    a owl:AnnotationProperty .

xsp:minLength
    a owl:AnnotationProperty .

xsp:pattern
    a owl:AnnotationProperty .

xsp:totalDigits
    a owl:AnnotationProperty .

