changeset 4:222954dc6105

new ECHO.owl
author dwinter
date Thu, 19 Apr 2012 16:09:16 +0200
parents 610b652bc8b3
children 3a62b9da7dba
files ECHO.owl MPIWGGeneral.owl MPIWGannotations.owl MPIWGannotations.pprj catalog-v001.xml namedIdentities.owl
diffstat 6 files changed, 7466 insertions(+), 6779 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ECHO.owl	Thu Apr 19 16:09:16 2012 +0200
@@ -0,0 +1,166 @@
+<?xml version="1.0"?>
+
+
+<!DOCTYPE Ontology [
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+]>
+
+
+<Ontology xmlns="http://www.w3.org/2002/07/owl#"
+     xml:base="http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:xml="http://www.w3.org/XML/1998/namespace"
+     ontologyIRI="http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/">
+    <Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
+    <Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
+    <Prefix name="" IRI="http://www.w3.org/2002/07/owl#"/>
+    <Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
+    <Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
+    <Import>http://ontologies.mpiwg-berlin.mpg.de/general/</Import>
+    <Import>http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/</Import>
+    <Declaration>
+        <Class IRI="ECHOCollection"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHOCollectionMetadata"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHOObject"/>
+    </Declaration>
+    <Declaration>
+        <Class IRI="ECHORessource"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="contains"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describesCollection"/>
+    </Declaration>
+    <Declaration>
+        <ObjectProperty IRI="describesRessource"/>
+    </Declaration>
+    <SubClassOf>
+        <Class IRI="ECHOCollection"/>
+        <Class IRI="ECHOObject"/>
+    </SubClassOf>
+    <SubClassOf>
+        <Class IRI="ECHOCollectionMetadata"/>
+        <Class IRI="http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGMetadata"/>
+    </SubClassOf>
+    <SubClassOf>
+        <Class IRI="ECHORessource"/>
+        <Class IRI="ECHOObject"/>
+    </SubClassOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="describesCollection"/>
+        <ObjectProperty IRI="http://ontologies.mpiwg-berlin.mpg.de/general/describes"/>
+    </SubObjectPropertyOf>
+    <SubObjectPropertyOf>
+        <ObjectProperty IRI="describesRessource"/>
+        <ObjectProperty IRI="http://ontologies.mpiwg-berlin.mpg.de/general/describes"/>
+    </SubObjectPropertyOf>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="contains"/>
+        <Class IRI="ECHOCollection"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describesCollection"/>
+        <Class IRI="ECHOCollectionMetadata"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyDomain>
+        <ObjectProperty IRI="describesRessource"/>
+        <Class IRI="http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGIndexMeta"/>
+    </ObjectPropertyDomain>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="contains"/>
+        <Class IRI="ECHOObject"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="describesCollection"/>
+        <Class IRI="ECHOCollection"/>
+    </ObjectPropertyRange>
+    <ObjectPropertyRange>
+        <ObjectProperty IRI="describesRessource"/>
+        <Class IRI="ECHORessource"/>
+    </ObjectPropertyRange>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOCollection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027985642680000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollectionMetadata</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOCollectionMetadata</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOCollectionMetadata</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333046633165884000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOObject</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHOObject</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHOObject</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027954427724000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHORessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">ECHORessource</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>ECHORessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLClass_01333027961819645000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>contains</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333048792783161000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>contains</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">contains</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333046655004099000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesCollection</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describesCollection</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesRessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">OWLObjectProperty_01333046763713042000</Literal>
+    </AnnotationAssertion>
+    <AnnotationAssertion>
+        <AnnotationProperty abbreviatedIRI="rdfs:label"/>
+        <IRI>describesRessource</IRI>
+        <Literal datatypeIRI="&rdf;PlainLiteral">describesRessource</Literal>
+    </AnnotationAssertion>
+</Ontology>
+
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+
--- a/MPIWGGeneral.owl	Fri Dec 02 20:30:17 2011 +0100
+++ b/MPIWGGeneral.owl	Thu Apr 19 16:09:16 2012 +0200
@@ -1,19 +1,240 @@
 <?xml version="1.0"?>
-<rdf:RDF
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns="http://ontologies.mpiwg-berlin.mpg.de/general/#"
-    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
-    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
-    xmlns:owl="http://www.w3.org/2002/07/owl#"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
-    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-  xml:base="http://ontologies.mpiwg-berlin.mpg.de/general/">
-  <owl:Ontology rdf:about="">
-    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >An ontology for general use in the mpiwg, e.g. describing relations between ressources</rdfs:comment>
-  </owl:Ontology>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY swrl "http://www.w3.org/2003/11/swrl#" >
+    <!ENTITY dc "http://purl.org/dc/elements/1.1/" >
+    <!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+    <!ENTITY general "http://ontologies.mpiwg-berlin.mpg.de/general/" >
+    <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
+    <!ENTITY xsp "http://www.owl-ontologies.com/2005/08/07/xsp.owl#" >
+    <!ENTITY ECHO "http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/" >
+]>
+
+
+<rdf:RDF xmlns="&general;#"
+     xml:base="http://ontologies.mpiwg-berlin.mpg.de/general/"
+     xmlns:dc="http://purl.org/dc/elements/1.1/"
+     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
+     xmlns:ECHO="http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/"
+     xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
+     xmlns:general="http://ontologies.mpiwg-berlin.mpg.de/general/"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:swrl="http://www.w3.org/2003/11/swrl#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+    <owl:Ontology rdf:about="http://ontologies.mpiwg-berlin.mpg.de/general/">
+        <rdfs:comment rdf:datatype="&xsd;string">An ontology for general use in the mpiwg, e.g. describing relations between ressources</rdfs:comment>
+    </owl:Ontology>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;label"/>
+    <owl:AnnotationProperty rdf:about="&dc;description"/>
+    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/brought_into_existance_by -->
+
+    <owl:ObjectProperty rdf:about="&general;brought_into_existance_by">
+        <rdfs:label>OWLObjectProperty_01333048795613345000</rdfs:label>
+        <rdfs:label>brought_into_existance_by</rdfs:label>
+        <rdfs:range rdf:resource="&general;MPIWGCreationEvent"/>
+        <rdfs:domain rdf:resource="&general;MPIWGRessource"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/creator -->
+
+    <owl:ObjectProperty rdf:about="&general;creator">
+        <rdfs:label>OWLObjectProperty_01333031052628646000</rdfs:label>
+        <rdfs:label>creator</rdfs:label>
+        <rdfs:domain rdf:resource="&general;MPIWGActor"/>
+        <rdfs:range rdf:resource="&general;MPIWGCreationEvent"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/describes -->
+
+    <owl:ObjectProperty rdf:about="&general;describes">
+        <rdfs:label>OWLObjectProperty_01333029790527706000</rdfs:label>
+        <rdfs:label>describes</rdfs:label>
+        <rdfs:domain rdf:resource="&general;MPIWGMetadata"/>
+        <rdfs:range rdf:resource="&general;MPIWGRessource"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/has_interest_in -->
+
+    <owl:ObjectProperty rdf:about="&general;has_interest_in">
+        <rdfs:label>OWLObjectProperty_01333049945421352000</rdfs:label>
+        <rdfs:label>has_interest_in</rdfs:label>
+        <rdfs:domain rdf:resource="&general;MPIWGActor"/>
+        <rdfs:range rdf:resource="&general;MPIWGRessource"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/has_representation -->
+
+    <owl:ObjectProperty rdf:about="&general;has_representation">
+        <rdfs:label>OWLObjectProperty_01333050092338762000</rdfs:label>
+        <rdfs:label>has_representation</rdfs:label>
+        <rdfs:domain rdf:resource="&general;MPIWGRessource"/>
+        <rdfs:range rdf:resource="&general;MPIWGWebRepresentation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGActor -->
+
+    <owl:Class rdf:about="&general;MPIWGActor">
+        <rdfs:label>OWLClass_01333028474425652000</rdfs:label>
+        <rdfs:label>MPIWGActor</rdfs:label>
+        <dc:description xml:lang="en">General class for MPIWG actors can be single persons, research groups, etc..</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGCreationEvent -->
+
+    <owl:Class rdf:about="&general;MPIWGCreationEvent">
+        <rdfs:label>MPIWGCreationEvent</rdfs:label>
+        <rdfs:label>OWLClass_01333029607068293000</rdfs:label>
+        <dc:description xml:lang="en">Event of the Creation of an Object</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGGroup -->
+
+    <owl:Class rdf:about="&general;MPIWGGroup">
+        <rdfs:label>OWLClass_01333028493806626000</rdfs:label>
+        <rdfs:label>MPIWGGroup</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&general;MPIWGActor"/>
+        <dc:description xml:lang="en">A group of researchers</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGIndexMeta -->
+
+    <owl:Class rdf:about="&general;MPIWGIndexMeta">
+        <rdfs:label>MPIWGIndexMeta</rdfs:label>
+        <rdfs:label>OWLClass_01333046985663631000</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&general;MPIWGMetadata"/>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGMetadata -->
+
+    <owl:Class rdf:about="&general;MPIWGMetadata">
+        <rdfs:label>OWLClass_01333028582696772000</rdfs:label>
+        <rdfs:label>MPIWGMetadata</rdfs:label>
+        <dc:description xml:lang="en">All Metadata elements derived from the index.meta should be subclassed here
+</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGPerson -->
+
+    <owl:Class rdf:about="&general;MPIWGPerson">
+        <rdfs:label>OWLClass_01333028570589392000</rdfs:label>
+        <rdfs:label>MPIWGPerson</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&general;MPIWGActor"/>
+        <dc:description xml:lang="en">A single person related to  the MPIWG</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGProject -->
+
+    <owl:Class rdf:about="&general;MPIWGProject">
+        <rdfs:label>OWLClass_01333028481495139000</rdfs:label>
+        <rdfs:label>MPIWGProject</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&general;MPIWGActor"/>
+        <dc:description xml:lang="en">A MPIWG Project
+</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGRessource -->
+
+    <owl:Class rdf:about="&general;MPIWGRessource">
+        <rdfs:label>OWLClass_01333047900549958000</rdfs:label>
+        <rdfs:label>MPIWGRessource</rdfs:label>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/general/MPIWGWebRepresentation -->
+
+    <owl:Class rdf:about="&general;MPIWGWebRepresentation">
+        <rdfs:label>OWLClass_01333028652356422000</rdfs:label>
+        <rdfs:label>MPIWGWebRepresentation</rdfs:label>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <dc:description xml:lang="en">Reference to a web-page representing an object</dc:description>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/ECHOObject -->
+
+    <owl:Class rdf:about="&ECHO;ECHOObject">
+        <rdfs:subClassOf rdf:resource="&general;MPIWGRessource"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
 </rdf:RDF>
 
-<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+
--- a/MPIWGannotations.owl	Fri Dec 02 20:30:17 2011 +0100
+++ b/MPIWGannotations.owl	Thu Apr 19 16:09:16 2012 +0200
@@ -16,47 +16,42 @@
   <owl:Ontology rdf:about="">
     <owl:imports rdf:resource="http://www.openannotation.org/ns/"/>
   </owl:Ontology>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGconstraint">
+    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Constraint"/>
+  </rdfs:Class>
   <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource">
     <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
   </rdfs:Class>
   <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation">
     <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
   </rdfs:Class>
-  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext">
-    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >Sollte wenn möglich eine URI sein, a.l.a. xpointer</rdfs:comment>
-    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
-  </rdfs:Class>
   <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/DocuviewerText">
-    <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >XML Volltext der im Dokuviewer angezeigt wird</rdfs:comment>
   </rdfs:Class>
+  <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGConstrainedTarget">
+    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/ConstrainedTarget"/>
+  </rdfs:Class>
   <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange">
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >Bescchreibt eine geordnete Folge von Ressource, die annotiert werden soll. z.B. von Seite 3 Zeile 5 bis Seite 9 Zeil 8 eines Buches.</rdfs:comment>
     <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Target"/>
   </owl:Class>
   <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
+  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGStandardObject">
+    <rdfs:subClassOf>
+      <owl:Restriction>
+        <owl:allValuesFrom rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGConstrainedTarget"/>
+        <owl:onProperty rdf:resource="http://www.openannotation.org/ns/hasTarget"/>
+      </owl:Restriction>
+    </rdfs:subClassOf>
+    <rdfs:subClassOf rdf:resource="http://www.openannotation.org/ns/Annotation"/>
+  </owl:Class>
   <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/relatesTargets">
-    <rdfs:range>
-      <owl:Class>
-        <owl:unionOf rdf:parseType="Collection">
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
-        </owl:unionOf>
-      </owl:Class>
-    </rdfs:range>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >Genaure Beschreibung der Beziehung von Targets untereinander, z.B. copy_of etc..</rdfs:comment>
-    <rdfs:domain>
-      <owl:Class>
-        <owl:unionOf rdf:parseType="Collection">
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
-        </owl:unionOf>
-      </owl:Class>
-    </rdfs:domain>
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
   </owl:ObjectProperty>
   <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/relation"/>
   <rdf:Property rdf:about="http://purl.org/dc/elements/1.1/description"/>
@@ -95,7 +90,6 @@
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
         >Genaurere Beschreibung der Contextes einer Annotation</rdfs:comment>
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
         <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/annotatesResource"/>
       </owl:AnnotationProperty>
     </rdfs:subPropertyOf>
@@ -108,25 +102,18 @@
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >Verweiset auf Ressourcen oder Contexte, die den gleichen Inhalt wiedergeben, z.B. eine Transcription und das dazugehörige Bild, bzw. jeweils Teile davon.</rdfs:comment>
   </owl:TransitiveProperty>
-  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasEnd">
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
-    <rdfs:range>
-      <owl:Class>
-        <owl:unionOf rdf:parseType="Collection">
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
-        </owl:unionOf>
-      </owl:Class>
-    </rdfs:range>
-    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >End des Ranges</rdfs:comment>
-    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
-  </owl:FunctionalProperty>
   <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/containsText">
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
     <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
     <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/StandardTextNote"/>
   </owl:FunctionalProperty>
+  <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasEnd">
+    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
+    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
+    >End des Ranges</rdfs:comment>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+  </owl:FunctionalProperty>
   <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasOrderList">
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >beschreibt die Ordnung der Ressourcen zwischen Anfangs- und Endressource, falls dies nicht gleich sind, bzw. nicht als hinterheinander folgend definiert werden.</rdfs:comment>
@@ -134,14 +121,7 @@
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
   </owl:FunctionalProperty>
   <owl:FunctionalProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasStart">
-    <rdfs:range>
-      <owl:Class>
-        <owl:unionOf rdf:parseType="Collection">
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
-          <rdfs:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
-        </owl:unionOf>
-      </owl:Class>
-    </rdfs:range>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationRange"/>
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@@ -153,16 +133,20 @@
     <rdfs:subPropertyOf rdf:resource="http://www.openannotation.org/ns/hasTarget"/>
     <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/Annotation"/>
   </owl:AnnotationProperty>
+  <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGconstrainedBy">
+    <rdfs:subPropertyOf rdf:resource="http://www.openannotation.org/ns/constrainedBy"/>
+    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/MPIWGconstraint"/>
+    <rdfs:domain rdf:resource="http://www.openannotation.org/ns/ConstrainedTarget"/>
+    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
+  </owl:AnnotationProperty>
   <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/isPartOf">
     <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
     <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
     >Ressource von der dieser Context ein Teil ist, in der Regel sollte Context eine Ressource (URI) mit XPointer sein, die Ressource ist dann nur die URI</rdfs:comment>
     <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/isPartOf"/>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
     <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
     <owl:inverseOf>
       <owl:AnnotationProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/annotations/hasPart">
-        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationContext"/>
         <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/annotations/AnnotationResource"/>
         <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
         <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
@@ -174,4 +158,4 @@
   </owl:AnnotationProperty>
 </rdf:RDF>
 
-<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->
+<!-- Created with Protege (with OWL Plugin 3.4, Build 533)  http://protege.stanford.edu -->
--- a/MPIWGannotations.pprj	Fri Dec 02 20:30:17 2011 +0100
+++ b/MPIWGannotations.pprj	Thu Apr 19 16:09:16 2012 +0200
@@ -1,291 +1,16 @@
-; Fri Dec 02 20:28:26 CET 2011
+; Fri Feb 17 15:25:06 CET 2012
 ; 
-;+ (version "3.4.4")
-;+ (build "Build 579")
-
-([annotations_annotator_ProjectKB_Class1] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class2])
-	(widget_class_name "se.liu.ida.JessTab.JessTab"))
-
-([annotations_annotator_ProjectKB_Class10] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class11] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class12])
-	(widget_class_name "edu.stanford.smi.protege.widget.instance_tree.InstanceTreeTab"))
-
-([annotations_annotator_ProjectKB_Class12] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class13] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class14])
-	(widget_class_name "edu.stanford.smi.protegex.widget.pal.PalConstraintsTab"))
-
-([annotations_annotator_ProjectKB_Class14] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class15] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class16])
-	(widget_class_name "edu.stanford.smi.RemoteKBTab.WordNetTab"))
-
-([annotations_annotator_ProjectKB_Class16] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class17] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class18])
-	(widget_class_name "edu.stanford.smi.protegex.evaluation.MetaAnalysis"))
-
-([annotations_annotator_ProjectKB_Class18] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class19] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class20])
-	(widget_class_name "uk.ac.man.cs.mig.coode.owlviz.ui.OWLVizTab"))
-
-([annotations_annotator_ProjectKB_Class2] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class20] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class21] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class22])
-	(widget_class_name "org.protege.owl.mm.ssm.ui.MappingMasterTab"))
-
-([annotations_annotator_ProjectKB_Class22] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class23] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class24])
-	(widget_class_name "edu.stanford.smi.protege.query.LuceneQueryPlugin"))
-
-([annotations_annotator_ProjectKB_Class24] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class25] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class26])
-	(widget_class_name "edu.stanford.smi.RemoteKBTab.UMLSTab"))
-
-([annotations_annotator_ProjectKB_Class26] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class27] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class28])
-	(widget_class_name "edu.stanford.smi.protegex.changeanalysis.ChangeAnalysisTab"))
-
-([annotations_annotator_ProjectKB_Class28] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class29] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class30])
-	(widget_class_name "TGViztab.TGVizTab"))
-
-([annotations_annotator_ProjectKB_Class3] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class4])
-	(widget_class_name "edu.stanford.smi.protege.widget.ProtegePropertiesTab"))
-
-([annotations_annotator_ProjectKB_Class30] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class31] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class32])
-	(widget_class_name "org.algernon.kb.okbc.protege.plugins.AlgernonTab"))
-
-([annotations_annotator_ProjectKB_Class32] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class33] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class34])
-	(widget_class_name "edu.stanford.smi.protegex.changes.changesKBViewTab.ChangesKBViewTab"))
-
-([annotations_annotator_ProjectKB_Class34] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class35] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class36])
-	(widget_class_name "edu.stanford.smi.protegex.xml.tab.XMLTab"))
-
-([annotations_annotator_ProjectKB_Class36] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class37] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class38])
-	(widget_class_name "edu.stanford.smi.protegex.widget.pal.PalQueriesTab"))
-
-([annotations_annotator_ProjectKB_Class38] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class39] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class40])
-	(widget_class_name "edu.stanford.smi.protegex.chatPlugin.ChatTab"))
-
-([annotations_annotator_ProjectKB_Class4] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class40] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class41] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class42])
-	(widget_class_name "org.protege.owl.axiome.ui.AxiomeTab"))
-
-([annotations_annotator_ProjectKB_Class42] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class43] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class44])
-	(widget_class_name "edu.stanford.smi.protege.keywordsearch.StringSearch"))
-
-([annotations_annotator_ProjectKB_Class44] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class45] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class46])
-	(widget_class_name "script.ProtegeScriptTab"))
-
-([annotations_annotator_ProjectKB_Class46] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class47] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class48])
-	(widget_class_name "edu.stanford.smi.protegex.changes.ChangesTab"))
-
-([annotations_annotator_ProjectKB_Class48] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class49] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class50])
-	(widget_class_name "edu.stanford.smi.protegex.fctab.FacetConstraintsTab"))
-
-([annotations_annotator_ProjectKB_Class5] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class6])
-	(widget_class_name "ezpal.EZPalTab"))
-
-([annotations_annotator_ProjectKB_Class50] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class51] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class52])
-	(widget_class_name "edu.stanford.smi.protege.widget.instance_tree.KnowledgeTreeTab"))
-
-([annotations_annotator_ProjectKB_Class52] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class53] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class54])
-	(widget_class_name "edu.stanford.smi.protegex.datamaster.DataMasterTab"))
-
-([annotations_annotator_ProjectKB_Class54] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class55] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class56])
-	(widget_class_name "dfki.protege.ontoviz_tab.OntovizTab"))
-
-([annotations_annotator_ProjectKB_Class56] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class57] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class58])
-	(widget_class_name "edu.stanford.smi.protegex.changes.stats.ChangeStatisticsTab"))
-
-([annotations_annotator_ProjectKB_Class58] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class59] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class60])
-	(widget_class_name "edu.stanford.smi.protegex.prompt.PromptTab"))
-
-([annotations_annotator_ProjectKB_Class6] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class60] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class7] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class8])
-	(widget_class_name "edu.stanford.smi.protegex.server_changes.prompt.UsersTab"))
-
-([annotations_annotator_ProjectKB_Class8] of  Property_List
-)
-
-([annotations_annotator_ProjectKB_Class9] of  Widget
-
-	(is_hidden TRUE)
-	(property_list [annotations_annotator_ProjectKB_Class10])
-	(widget_class_name "ca.uvic.csr.shrimp.jambalaya.JambalayaTab"))
-
-([annotations_ProjectKB_Class1090] of  String
-
-	(name "owl_build")
-	(string_value "579"))
+;+ (version "3.4")
+;+ (build "Build 533")
 
 ([BROWSER_SLOT_NAMES] of  Property_List
 
 	(properties
-		[MPIWGannotations_ProjectKB_Class61]
-		[MPIWGannotations_ProjectKB_Class62]
-		[MPIWGannotations_ProjectKB_Class63]
-		[MPIWGannotations_ProjectKB_Class64]
-		[MPIWGannotations_ProjectKB_Class65]))
+		[MPIWGannotations_ProjectKB_Class69]
+		[MPIWGannotations_ProjectKB_Class70]
+		[MPIWGannotations_ProjectKB_Class71]
+		[MPIWGannotations_ProjectKB_Class72]
+		[MPIWGannotations_ProjectKB_Class73]))
 
 ([CLSES_TAB] of  Widget
 
@@ -297,7 +22,7 @@
 ([empty.owl_ProjectKB_Class5] of  String
 
 	(name "owl_major_build")
-	(string_value "3.4.4"))
+	(string_value "3.4"))
 
 ([empty.owl_ProjectKB_Class6] of  Boolean
 
@@ -315,7 +40,7 @@
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#Class")
-	(property_list [KB_475633_Class393])
+	(property_list [XY_Instance_540])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([Instance_2201] of  Integer
@@ -412,7 +137,7 @@
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#AnonymousClass")
-	(property_list [KB_475633_Class893])
+	(property_list [KB_713803_Instance_7])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([Instance_45] of  Widget
@@ -444,7 +169,7 @@
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property")
-	(property_list [KB_475633_Class462])
+	(property_list [KB_886778_Instance_144])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([Instance_65] of  Property_List
@@ -516,7 +241,7 @@
 	(height 476)
 	(is_hidden FALSE)
 	(name ":INSTANCE-ANNOTATION")
-	(property_list [KB_475633_Class769])
+	(property_list [XY_Instance_0])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 603)
 	(x 0)
@@ -529,28 +254,411 @@
 	(property_list [Instance_88])
 	(widget_class_name "edu.stanford.smi.protege.widget.InstancesTab"))
 
-([KB_112477_Class0] of  Map
+([KB_024013_Instance_4] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [KB_024013_Instance_5])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_024013_Instance_5] of  Property_List
+)
+
+([KB_100699_Instance_0] of  Widget
+
+	(height 360)
+	(is_hidden FALSE)
+	(label "Class Annotations")
+	(name "http://www.w3.org/2002/07/owl#equivalentClass")
+	(property_list [KB_100699_Instance_1])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 650)
+	(x 0)
+	(y 130))
+
+([KB_100699_Instance_1] of  Property_List
+
+	(properties
+		[KB_100699_Instance_2]
+		[KB_100699_Instance_6]))
+
+([KB_100699_Instance_10] of  Widget
+
+	(is_hidden FALSE)
+	(label "Disjoints")
+	(name "http://www.w3.org/2002/07/owl#disjointWith")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
+
+([KB_100699_Instance_11] of  Property_List
+
+	(properties [KB_100699_Instance_12]))
+
+([KB_100699_Instance_12] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisplayRestrictions"))
+
+([KB_100699_Instance_2] of  Widget
+
+	(height 360)
+	(is_hidden FALSE)
+	(label "Logic View")
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [KB_100699_Instance_3])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 650)
+	(x 0)
+	(y 0))
+
+([KB_100699_Instance_3] of  Property_List
+
+	(properties
+		[KB_100699_Instance_4]
+		[KB_100699_Instance_5]))
+
+([KB_100699_Instance_4] of  Widget
+
+	(height 211)
+	(is_hidden FALSE)
+	(label "Conditions")
+	(name ":DIRECT-SUPERCLASSES")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 640)
+	(x 5)
+	(y 5))
+
+([KB_100699_Instance_5] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "Disjoints")
+	(name "http://www.w3.org/2002/07/owl#disjointWith")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 650)
+	(x 0)
+	(y 223))
+
+([KB_100699_Instance_6] of  Widget
+
+	(height -36)
+	(is_hidden FALSE)
+	(label "Properties View")
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [KB_100699_Instance_7])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width -14)
+	(x 7)
+	(y 28))
+
+([KB_100699_Instance_7] of  Property_List
+
+	(properties
+		[KB_100699_Instance_8]
+		[KB_100699_Instance_9]
+		[KB_100699_Instance_10]))
+
+([KB_100699_Instance_8] of  Widget
+
+	(is_hidden FALSE)
+	(label "Superclasses")
+	(name ":DIRECT-SUPERCLASSES")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
+
+([KB_100699_Instance_9] of  Widget
+
+	(is_hidden FALSE)
+	(label "Properties")
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [KB_100699_Instance_11])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
+
+([KB_140180_Instance_0] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_140180_Instance_1]))
+
+([KB_140180_Instance_1] of  Property_List
+)
+
+([KB_140180_Instance_2] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_140180_Instance_3]))
+
+([KB_140180_Instance_279] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_140180_Instance_280]))
+
+([KB_140180_Instance_280] of  Property_List
+)
+
+([KB_140180_Instance_281] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_140180_Instance_282]))
+
+([KB_140180_Instance_282] of  Property_List
+)
+
+([KB_140180_Instance_283] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_140180_Instance_284]))
+
+([KB_140180_Instance_284] of  Property_List
+)
+
+([KB_140180_Instance_285] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_140180_Instance_286]))
+
+([KB_140180_Instance_286] of  Property_List
+)
+
+([KB_140180_Instance_287] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_140180_Instance_288]))
+
+([KB_140180_Instance_288] of  Property_List
+)
+
+([KB_140180_Instance_289] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_140180_Instance_290]))
+
+([KB_140180_Instance_290] of  Property_List
+)
+
+([KB_140180_Instance_291] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_140180_Instance_292]))
+
+([KB_140180_Instance_292] of  Property_List
+)
+
+([KB_140180_Instance_3] of  Property_List
+)
+
+([KB_140180_Instance_4] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_140180_Instance_5]))
+
+([KB_140180_Instance_5] of  Property_List
+)
+
+([KB_140180_Instance_6] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_140180_Instance_7]))
+
+([KB_140180_Instance_7] of  Property_List
+)
+
+([KB_140180_Instance_8] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_140180_Instance_9]))
+
+([KB_140180_Instance_9] of  Property_List
+)
+
+([KB_221055_Instance_10] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_11])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_11] of  Property_List
+)
+
+([KB_221055_Instance_14] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_15])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_15] of  Property_List
+)
+
+([KB_221055_Instance_18] of  Widget
+
+	(height 60)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_19])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.OWLInversePropertyWidget")
+	(width 200)
+	(x 400)
+	(y 300))
+
+([KB_221055_Instance_19] of  Property_List
+)
+
+([KB_221055_Instance_2] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_3])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_22] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_23])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_23] of  Property_List
+)
+
+([KB_221055_Instance_26] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_27])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_27] of  Property_List
+)
+
+([KB_221055_Instance_3] of  Property_List
+)
+
+([KB_221055_Instance_30] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_31])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_31] of  Property_List
+)
+
+([KB_221055_Instance_34] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_35])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_35] of  Property_List
+)
+
+([KB_221055_Instance_38] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_39])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_39] of  Property_List
+)
+
+([KB_221055_Instance_6] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_7])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_66] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#inverseOf")
+	(property_list [KB_221055_Instance_67])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_67] of  Property_List
+)
+
+([KB_221055_Instance_7] of  Property_List
+)
+
+([KB_221055_Instance_70] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
+	(property_list [KB_221055_Instance_71])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_221055_Instance_71] of  Property_List
 )
 
 ([KB_301165_Instance_1013] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#Nothing")
-	(property_list [KB_475633_Class80])
+	(property_list [XY_Instance_975])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_301165_Instance_856] of  Widget
 
 	(is_hidden FALSE)
 	(name ":DIRECTED-BINARY-RELATION")
-	(property_list [KB_475633_Class711])
+	(property_list [XY_Instance_927])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_303942_Instance_68] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#Thing")
-	(property_list [KB_475633_Class373])
+	(property_list [XY_Instance_784])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_307200_Instance_22] of  Property_List
@@ -626,14 +734,14 @@
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#AllDifferent")
-	(property_list [KB_475633_Class283])
+	(property_list [XY_Instance_89])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_313796_Instance_943] of  Widget
 
 	(is_hidden FALSE)
 	(name ":OWL-ANONYMOUS-ROOT")
-	(property_list [KB_475633_Class681])
+	(property_list [XY_Instance_665])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_325529_Class0] of  Map
@@ -653,1738 +761,224 @@
 
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#ExternalResource")
-	(property_list [KB_475633_Class442])
+	(property_list [XY_Instance_890])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
-([KB_475633_Class0] of  Property_List
-
-	(name "class widget properties")
-	(properties
-		[KB_475633_Class1]
-		[KB_475633_Class3]
-		[KB_475633_Class4]
-		[KB_475633_Class5]
-		[KB_475633_Class8]
-		[KB_475633_Class10]
-		[KB_475633_Class12]
-		[KB_475633_Class14]
-		[KB_475633_Class17]
-		[KB_475633_Class19]
-		[KB_475633_Class22]
-		[KB_475633_Class24]
-		[KB_475633_Class26]
-		[KB_475633_Class28]
-		[KB_475633_Class30]
-		[KB_475633_Class32]
-		[KB_475633_Class34]
-		[KB_475633_Class36]))
-
-([KB_475633_Class1] of  Widget
-
-	(height 0)
-	(label "Constraints")
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class2])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class10] of  Widget
-
-	(height 0)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class11])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class100] of  Widget
-
-	(height 120)
-	(label "Documentation")
-	(name ":DOCUMENTATION")
-	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
-	(width 200)
-	(x 200)
-	(y 0))
-
-([KB_475633_Class1000] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class1001])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1001] of  Property_List
-)
-
-([KB_475633_Class1002] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class1003])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 600)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1003] of  Property_List
-
-	(properties [KB_475633_Class1004]))
-
-([KB_475633_Class1004] of  Boolean
+([KB_632156_Instance_0] of  String
+
+	(name "OWL-PREDEFINED-PROFILE-URI")
+	(string_value "http://protege.stanford.edu/plugins/owl/OWLProfiles.owl#OWL-DL"))
+
+([KB_632156_Instance_3] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_632156_Instance_4] of  Boolean
 
 	(boolean_value FALSE)
 	(name "DisabledByUser"))
 
-([KB_475633_Class1005] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class1006])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1006] of  Property_List
-)
-
-([KB_475633_Class1007] of  Widget
+([KB_635552_Instance_0] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_635552_Instance_1]))
+
+([KB_635552_Instance_1] of  Property_List
+)
+
+([KB_635552_Instance_10] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class1008]))
-
-([KB_475633_Class1008] of  Property_List
-)
-
-([KB_475633_Class1009] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class1010]))
-
-([KB_475633_Class101] of  Widget
-
-	(height 60)
-	(label "Associated Property")
-	(name ":ASSOCIATED-SLOT")
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceFieldWidget")
-	(width 200)
-	(x 0)
-	(y 60))
-
-([KB_475633_Class1010] of  Property_List
-)
-
-([KB_475633_Class1011] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class1012]))
-
-([KB_475633_Class1012] of  Property_List
-)
-
-([KB_475633_Class1013] of  Widget
+	(property_list [KB_635552_Instance_11]))
+
+([KB_635552_Instance_11] of  Property_List
+)
+
+([KB_635552_Instance_12] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#priorVersion")
+	(property_list [KB_635552_Instance_13]))
+
+([KB_635552_Instance_13] of  Property_List
+)
+
+([KB_635552_Instance_14] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class1014]))
-
-([KB_475633_Class1014] of  Property_List
-)
-
-([KB_475633_Class1015] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class1016]))
-
-([KB_475633_Class1016] of  Property_List
-)
-
-([KB_475633_Class1017] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class1018])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1018] of  Property_List
-)
-
-([KB_475633_Class1019] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class1020])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class102] of  Property_List
-
-	(name "class widget properties")
-	(properties
-		[KB_475633_Class103]
-		[KB_475633_Class105]
-		[KB_475633_Class106]
-		[KB_475633_Class107]
-		[KB_475633_Class108]
-		[KB_475633_Class110]
-		[KB_475633_Class111]
-		[KB_475633_Class112]
-		[KB_475633_Class113]
-		[KB_475633_Class127]
-		[KB_475633_Class129]
-		[KB_475633_Class131]
-		[KB_475633_Class133]
-		[KB_475633_Class135]
-		[KB_475633_Class137]
-		[KB_475633_Class139]))
-
-([KB_475633_Class1020] of  Property_List
-)
-
-([KB_475633_Class1021] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class1022])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1022] of  Property_List
-)
-
-([KB_475633_Class1023] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class1024])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1024] of  Property_List
-)
-
-([KB_475633_Class1025] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class1026])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1026] of  Property_List
-)
-
-([KB_475633_Class1027] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class1028])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class1028] of  Property_List
-)
-
-([KB_475633_Class103] of  Widget
-
-	(height 0)
-	(label "Constraints")
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class104])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class104] of  Property_List
-)
-
-([KB_475633_Class105] of  Widget
-
-	(name ":DIRECT-INSTANCES"))
-
-([KB_475633_Class106] of  Widget
-
-	(name ":DIRECT-SUBCLASSES"))
-
-([KB_475633_Class107] of  Widget
-
-	(name ":DIRECT-SUPERCLASSES"))
-
-([KB_475633_Class108] of  Widget
-
-	(height 120)
-	(label "Documentation")
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class109])
-	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
-	(width 400)
-	(x 200)
-	(y 0))
-
-([KB_475633_Class109] of  Property_List
-)
-
-([KB_475633_Class11] of  Property_List
-)
-
-([KB_475633_Class110] of  Widget
-
-	(height 60)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
-	(width 200)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class111] of  Widget
-
-	(height 60)
-	(label "Role")
-	(name ":ROLE")
-	(widget_class_name "edu.stanford.smi.protege.widget.RoleWidget")
-	(width 200)
-	(x 0)
-	(y 60))
-
-([KB_475633_Class112] of  Widget
-
-	(name ":DIRECT-TYPE"))
-
-([KB_475633_Class113] of  Widget
-
-	(height 150)
-	(label "Template Slots")
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class114])
-	(widget_class_name "edu.stanford.smi.protege.widget.TemplateSlotsWidget")
-	(width 600)
-	(x 0)
-	(y 120))
-
-([KB_475633_Class114] of  Property_List
-
-	(properties
-		[KB_475633_Class115]
-		[KB_475633_Class116]
-		[KB_475633_Class117]
-		[KB_475633_Class118]
-		[KB_475633_Class119]
-		[KB_475633_Class120]
-		[KB_475633_Class121]
-		[KB_475633_Class122]
-		[KB_475633_Class123]
-		[KB_475633_Class124]
-		[KB_475633_Class125]
-		[KB_475633_Class126]))
-
-([KB_475633_Class115] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View selected properties"))
-
-([KB_475633_Class116] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View selected properties at class"))
-
-([KB_475633_Class117] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create property and attach to class"))
-
-([KB_475633_Class118] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove overrides from selected properties"))
-
-([KB_475633_Class119] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class12] of  Widget
-
-	(height 220)
-	(label "OWL Properties")
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class13])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.RDFPropertiesWidget")
-	(width 350)
-	(x 210)
-	(y 160))
-
-([KB_475633_Class120] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class121] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Move up"))
-
-([KB_475633_Class122] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Move down"))
-
-([KB_475633_Class123] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View selected slots"))
-
-([KB_475633_Class124] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View selected slots at class"))
-
-([KB_475633_Class125] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create slot and attach to class"))
-
-([KB_475633_Class126] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove overrides from selected slots"))
-
-([KB_475633_Class127] of  Property_List
-
-	(name "layout properties")
-	(properties [KB_475633_Class128]))
-
-([KB_475633_Class128] of  String
-
-	(name "vertical_stretcher")
-	(string_value ":DIRECT-TEMPLATE-SLOTS"))
-
-([KB_475633_Class129] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class130])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class13] of  Property_List
-)
-
-([KB_475633_Class130] of  Property_List
-)
-
-([KB_475633_Class131] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class132])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class132] of  Property_List
-)
-
-([KB_475633_Class133] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class134])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class134] of  Property_List
-)
-
-([KB_475633_Class135] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class136])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class136] of  Property_List
-)
-
-([KB_475633_Class137] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class138]))
-
-([KB_475633_Class138] of  Property_List
-)
-
-([KB_475633_Class139] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class140]))
-
-([KB_475633_Class14] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class15]
-		[KB_475633_Class16]))
-
-([KB_475633_Class140] of  Property_List
-)
-
-([KB_475633_Class141] of  Property_List
-
-	(properties
-		[KB_475633_Class142]
-		[KB_475633_Class143]
-		[KB_475633_Class144]
-		[KB_475633_Class145]))
-
-([KB_475633_Class142] of  Widget
-
-	(height 60)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":PAL-NAME")
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.SingleLiteralWidget")
-	(width 275)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class143] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(label "Range")
-	(name ":PAL-RANGE")
-	(widget_class_name "edu.stanford.smi.protegex.widget.pal.constraint.PalRangeWidget")
-	(width 250)
-	(x 275)
-	(y 180))
-
-([KB_475633_Class144] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(label "Description")
-	(name ":PAL-DESCRIPTION")
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.SingleLiteralAreaWidget")
-	(width 250)
-	(x 275)
-	(y 0))
-
-([KB_475633_Class145] of  Widget
-
-	(height 300)
-	(is_hidden FALSE)
-	(label "Statement")
-	(name ":PAL-STATEMENT")
-	(widget_class_name "edu.stanford.smi.protegex.widget.pal.constraint.PalConstraintWidget")
-	(width 275)
-	(x 0)
-	(y 60))
-
-([KB_475633_Class146] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class147]
-		[KB_475633_Class149]
-		[KB_475633_Class151]
-		[KB_475633_Class152]
-		[KB_475633_Class154]
-		[KB_475633_Class156]
-		[KB_475633_Class158]
-		[KB_475633_Class159]
-		[KB_475633_Class162]
-		[KB_475633_Class164]
-		[KB_475633_Class167]
-		[KB_475633_Class175]
-		[KB_475633_Class177]
-		[KB_475633_Class179]
-		[KB_475633_Class182]
-		[KB_475633_Class184]
-		[KB_475633_Class186]
-		[KB_475633_Class188]
-		[KB_475633_Class190]
-		[KB_475633_Class192]
-		[KB_475633_Class194]
-		[KB_475633_Class196]
-		[KB_475633_Class198]
-		[KB_475633_Class200]
-		[KB_475633_Class202]
-		[KB_475633_Class204]))
-
-([KB_475633_Class147] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class148])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class148] of  Property_List
-)
-
-([KB_475633_Class149] of  Widget
-
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class150]))
-
-([KB_475633_Class15] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class150] of  Property_List
-)
-
-([KB_475633_Class151] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class152] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class153])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class153] of  Property_List
-)
-
-([KB_475633_Class154] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class155])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class155] of  Property_List
-)
-
-([KB_475633_Class156] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class157])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class157] of  Property_List
-)
-
-([KB_475633_Class158] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class159] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class160])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class16] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class160] of  Property_List
-
-	(properties [KB_475633_Class161]))
-
-([KB_475633_Class161] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class162] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class163])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class163] of  Property_List
-)
-
-([KB_475633_Class164] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class165]
-		[KB_475633_Class166]))
-
-([KB_475633_Class165] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class166] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class167] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class168])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
-	(width 200)
-	(x 0)
-	(y 170))
-
-([KB_475633_Class168] of  Property_List
-
-	(properties
-		[KB_475633_Class169]
-		[KB_475633_Class170]
-		[KB_475633_Class171]
-		[KB_475633_Class172]
-		[KB_475633_Class173]
-		[KB_475633_Class174]))
-
-([KB_475633_Class169] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class17] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class18])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class170] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class171] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class172] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class173] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class174] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class175] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class176])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class176] of  Property_List
-)
-
-([KB_475633_Class177] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class178])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class178] of  Property_List
-)
-
-([KB_475633_Class179] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class180])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 600)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class18] of  Property_List
-)
-
-([KB_475633_Class180] of  Property_List
-
-	(properties [KB_475633_Class181]))
-
-([KB_475633_Class181] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class182] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class183])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class183] of  Property_List
-)
-
-([KB_475633_Class184] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class185]))
-
-([KB_475633_Class185] of  Property_List
-)
-
-([KB_475633_Class186] of  Widget
+	(property_list [KB_635552_Instance_15]))
+
+([KB_635552_Instance_15] of  Property_List
+)
+
+([KB_635552_Instance_16] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class187]))
-
-([KB_475633_Class187] of  Property_List
-)
-
-([KB_475633_Class188] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class189]))
-
-([KB_475633_Class189] of  Property_List
-)
-
-([KB_475633_Class19] of  Widget
-
-	(height 160)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class20])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 560)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class190] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class191]))
-
-([KB_475633_Class191] of  Property_List
-)
-
-([KB_475633_Class192] of  Widget
+	(property_list [KB_635552_Instance_17]))
+
+([KB_635552_Instance_17] of  Property_List
+)
+
+([KB_635552_Instance_18] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class193]))
-
-([KB_475633_Class193] of  Property_List
-)
-
-([KB_475633_Class194] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class195])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class195] of  Property_List
-)
-
-([KB_475633_Class196] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class197])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class197] of  Property_List
-)
-
-([KB_475633_Class198] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class199])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
-	(width 200)
-	(x 200)
-	(y 170))
-
-([KB_475633_Class199] of  Property_List
-)
-
-([KB_475633_Class2] of  Property_List
-)
-
-([KB_475633_Class20] of  Property_List
-
-	(properties [KB_475633_Class21]))
-
-([KB_475633_Class200] of  Widget
-
-	(height 80)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class201])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.OWLDatatypePropertyTypesWidget")
-	(width 200)
-	(x 400)
-	(y 190))
-
-([KB_475633_Class201] of  Property_List
-)
-
-([KB_475633_Class202] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class203])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class203] of  Property_List
-)
-
-([KB_475633_Class204] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class205])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class205] of  Property_List
-)
-
-([KB_475633_Class206] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class207]
-		[KB_475633_Class209]
-		[KB_475633_Class210]
-		[KB_475633_Class211]
-		[KB_475633_Class213]
-		[KB_475633_Class215]
-		[KB_475633_Class217]
-		[KB_475633_Class218]
-		[KB_475633_Class240]
-		[KB_475633_Class242]
-		[KB_475633_Class245]
-		[KB_475633_Class253]
-		[KB_475633_Class255]
-		[KB_475633_Class257]
-		[KB_475633_Class259]
-		[KB_475633_Class261]
-		[KB_475633_Class263]
-		[KB_475633_Class265]
-		[KB_475633_Class267]
-		[KB_475633_Class269]
-		[KB_475633_Class271]
-		[KB_475633_Class273]
-		[KB_475633_Class275]
-		[KB_475633_Class277]
-		[KB_475633_Class279]
-		[KB_475633_Class281]))
-
-([KB_475633_Class207] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class208])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class208] of  Property_List
-)
-
-([KB_475633_Class209] of  Widget
-
-	(name ":SLOT-CONSTRAINTS"))
-
-([KB_475633_Class21] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class210] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class211] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class212])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class212] of  Property_List
-)
-
-([KB_475633_Class213] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class214])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class214] of  Property_List
-)
-
-([KB_475633_Class215] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class216])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class216] of  Property_List
-)
-
-([KB_475633_Class217] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class218] of  Widget
-
-	(height 173)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class219])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.RDFPropertyMetadataWidget")
-	(width 300)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class219] of  Property_List
-
-	(properties
-		[KB_475633_Class220]
-		[KB_475633_Class224]
-		[KB_475633_Class228]
-		[KB_475633_Class232]
-		[KB_475633_Class236]))
-
-([KB_475633_Class22] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class23]))
-
-([KB_475633_Class220] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class221])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class221] of  Property_List
-
-	(properties
-		[KB_475633_Class222]
-		[KB_475633_Class223]))
-
-([KB_475633_Class222] of  Widget
-
-	(height 30)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class223] of  Widget
-
-	(height 107)
-	(is_hidden FALSE)
-	(label "Comment")
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 0)
-	(y 30))
-
-([KB_475633_Class224] of  Widget
-
-	(height 138)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(name ":OWL-EQUIVALENT-SLOTS")
-	(property_list [KB_475633_Class225])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 27))
-
-([KB_475633_Class225] of  Property_List
-
-	(properties
-		[KB_475633_Class226]
-		[KB_475633_Class227]))
-
-([KB_475633_Class226] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class227] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class228] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#sameAs")
-	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class229])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class229] of  Property_List
-
-	(properties
-		[KB_475633_Class230]
-		[KB_475633_Class231]))
-
-([KB_475633_Class23] of  Property_List
-)
-
-([KB_475633_Class230] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class231] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class232] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#differentFrom")
-	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class233])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class233] of  Property_List
-
-	(properties
-		[KB_475633_Class234]
-		[KB_475633_Class235]))
-
-([KB_475633_Class234] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class235] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class236] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class237])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class237] of  Property_List
-
-	(properties
-		[KB_475633_Class238]
-		[KB_475633_Class239]))
-
-([KB_475633_Class238] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class239] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class24] of  Widget
+	(property_list [KB_635552_Instance_19]))
+
+([KB_635552_Instance_19] of  Property_List
+)
+
+([KB_635552_Instance_2] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class25]))
-
-([KB_475633_Class240] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class241])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class241] of  Property_List
-)
-
-([KB_475633_Class242] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class243]
-		[KB_475633_Class244]))
-
-([KB_475633_Class243] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class244] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class245] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class246])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
-	(width 200)
-	(x 0)
-	(y 170))
-
-([KB_475633_Class246] of  Property_List
-
-	(properties
-		[KB_475633_Class247]
-		[KB_475633_Class248]
-		[KB_475633_Class249]
-		[KB_475633_Class250]
-		[KB_475633_Class251]
-		[KB_475633_Class252]))
-
-([KB_475633_Class247] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class248] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class249] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class25] of  Property_List
-)
-
-([KB_475633_Class250] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class251] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class252] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class253] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class254])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class254] of  Property_List
-)
-
-([KB_475633_Class255] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class256])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class256] of  Property_List
-)
-
-([KB_475633_Class257] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class258])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
-	(width 300)
-	(x 300)
-	(y 0))
-
-([KB_475633_Class258] of  Property_List
-)
-
-([KB_475633_Class259] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class260])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class26] of  Widget
+	(property_list [KB_635552_Instance_3]))
+
+([KB_635552_Instance_20] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#incompatibleWith")
+	(property_list [KB_635552_Instance_21]))
+
+([KB_635552_Instance_21] of  Property_List
+)
+
+([KB_635552_Instance_22] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#backwardCompatibleWith")
+	(property_list [KB_635552_Instance_23])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_635552_Instance_23] of  Property_List
+
+	(properties [KB_632156_Instance_3]))
+
+([KB_635552_Instance_24] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_635552_Instance_25]))
+
+([KB_635552_Instance_25] of  Property_List
+)
+
+([KB_635552_Instance_26] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_635552_Instance_27]))
+
+([KB_635552_Instance_27] of  Property_List
+)
+
+([KB_635552_Instance_28] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class27]))
-
-([KB_475633_Class260] of  Property_List
-)
-
-([KB_475633_Class261] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class262]))
-
-([KB_475633_Class262] of  Property_List
-)
-
-([KB_475633_Class263] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class264]))
-
-([KB_475633_Class264] of  Property_List
-)
-
-([KB_475633_Class265] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class266]))
-
-([KB_475633_Class266] of  Property_List
-)
-
-([KB_475633_Class267] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class268]))
-
-([KB_475633_Class268] of  Property_List
-)
-
-([KB_475633_Class269] of  Widget
+	(property_list [KB_635552_Instance_29]))
+
+([KB_635552_Instance_29] of  Property_List
+)
+
+([KB_635552_Instance_3] of  Property_List
+)
+
+([KB_635552_Instance_30] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class270]))
-
-([KB_475633_Class27] of  Property_List
-)
-
-([KB_475633_Class270] of  Property_List
-)
-
-([KB_475633_Class271] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class272])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class272] of  Property_List
-)
-
-([KB_475633_Class273] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class274])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class274] of  Property_List
-)
-
-([KB_475633_Class275] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class276])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
-	(width 200)
-	(x 200)
-	(y 170))
-
-([KB_475633_Class276] of  Property_List
-)
-
-([KB_475633_Class277] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class278])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class278] of  Property_List
-)
-
-([KB_475633_Class279] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class280])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class28] of  Widget
+	(property_list [KB_635552_Instance_31]))
+
+([KB_635552_Instance_31] of  Property_List
+)
+
+([KB_635552_Instance_32] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_635552_Instance_33]))
+
+([KB_635552_Instance_33] of  Property_List
+)
+
+([KB_635552_Instance_34] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_635552_Instance_35]))
+
+([KB_635552_Instance_35] of  Property_List
+)
+
+([KB_635552_Instance_4] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_635552_Instance_5]))
+
+([KB_635552_Instance_5] of  Property_List
+)
+
+([KB_635552_Instance_6] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class29]))
-
-([KB_475633_Class280] of  Property_List
-)
-
-([KB_475633_Class281] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class282])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class282] of  Property_List
-)
-
-([KB_475633_Class283] of  Property_List
-
-	(properties
-		[KB_475633_Class284]
-		[KB_475633_Class286]
-		[KB_475633_Class288]
-		[KB_475633_Class290]
-		[KB_475633_Class292]
-		[KB_475633_Class295]
-		[KB_475633_Class297]
-		[KB_475633_Class299]))
-
-([KB_475633_Class284] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class285])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class285] of  Property_List
-)
-
-([KB_475633_Class286] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class287])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class287] of  Property_List
-)
-
-([KB_475633_Class288] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class289])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class289] of  Property_List
-)
-
-([KB_475633_Class29] of  Property_List
-)
-
-([KB_475633_Class290] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class291])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class291] of  Property_List
-)
-
-([KB_475633_Class292] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class293]
-		[KB_475633_Class294]))
-
-([KB_475633_Class293] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class294] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class295] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class296])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class296] of  Property_List
-)
-
-([KB_475633_Class297] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class298]))
-
-([KB_475633_Class298] of  Property_List
-)
-
-([KB_475633_Class299] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class300]))
-
-([KB_475633_Class3] of  Widget
-
-	(name ":DIRECT-INSTANCES"))
-
-([KB_475633_Class30] of  Widget
+	(property_list [KB_635552_Instance_7]))
+
+([KB_635552_Instance_7] of  Property_List
+)
+
+([KB_635552_Instance_8] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class31]))
-
-([KB_475633_Class300] of  Property_List
-)
-
-([KB_475633_Class301] of  Property_List
-
-	(properties
-		[KB_475633_Class302]
-		[KB_475633_Class316]
-		[KB_475633_Class319]
-		[KB_475633_Class321]
-		[KB_475633_Class323]
-		[KB_475633_Class325]
-		[KB_475633_Class327]
-		[KB_475633_Class329]
-		[KB_475633_Class331]
-		[KB_475633_Class333]
-		[KB_475633_Class335]
-		[KB_475633_Class337]
-		[KB_475633_Class339]
-		[KB_475633_Class341]))
-
-([KB_475633_Class302] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class303])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
-	(width 280)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class303] of  Property_List
-
-	(properties
-		[KB_475633_Class304]
-		[KB_475633_Class308]
-		[KB_475633_Class312]))
-
-([KB_475633_Class304] of  Widget
+	(property_list [KB_635552_Instance_9]))
+
+([KB_635552_Instance_9] of  Property_List
+)
+
+([KB_691299_Instance_398] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#DatatypeProperty")
+	(property_list [KB_938545_Instance_56])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_691299_Instance_537] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#ObjectProperty")
+	(property_list [XY_Instance_462])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_10] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class305])
+	(property_list [KB_713803_Instance_11])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class305] of  Property_List
+([KB_713803_Instance_11] of  Property_List
 
 	(properties
-		[KB_475633_Class306]
-		[KB_475633_Class307]))
-
-([KB_475633_Class306] of  Widget
+		[KB_713803_Instance_12]
+		[KB_713803_Instance_13]))
+
+([KB_713803_Instance_12] of  Widget
 
 	(height 30)
 	(is_hidden FALSE)
@@ -2395,7 +989,220 @@
 	(x 0)
 	(y 0))
 
-([KB_475633_Class307] of  Widget
+([KB_713803_Instance_13] of  Widget
+
+	(height 114)
+	(is_hidden FALSE)
+	(label "Comment")
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 0)
+	(y 30))
+
+([KB_713803_Instance_14] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#sameAs")
+	(name "http://www.w3.org/2002/07/owl#sameAs")
+	(property_list [KB_713803_Instance_15])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_15] of  Property_List
+
+	(properties
+		[KB_713803_Instance_16]
+		[KB_713803_Instance_17]))
+
+([KB_713803_Instance_16] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_713803_Instance_17] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_713803_Instance_18] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#differentFrom")
+	(name "http://www.w3.org/2002/07/owl#differentFrom")
+	(property_list [KB_713803_Instance_19])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_19] of  Property_List
+
+	(properties
+		[KB_713803_Instance_20]
+		[KB_713803_Instance_21]))
+
+([KB_713803_Instance_20] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_713803_Instance_21] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_713803_Instance_22] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_713803_Instance_23]
+		[KB_713803_Instance_24]))
+
+([KB_713803_Instance_23] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_713803_Instance_24] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<none>>"))
+
+([KB_713803_Instance_25] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_713803_Instance_26])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
+	(width 280)
+	(x 280)
+	(y 0))
+
+([KB_713803_Instance_26] of  Property_List
+)
+
+([KB_713803_Instance_27] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_713803_Instance_28]))
+
+([KB_713803_Instance_28] of  Property_List
+)
+
+([KB_713803_Instance_29] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_713803_Instance_30]))
+
+([KB_713803_Instance_30] of  Property_List
+)
+
+([KB_713803_Instance_303] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#MaxCardinalityRestriction")
+	(property_list [KB_713803_Instance_348])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_31] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_713803_Instance_32]))
+
+([KB_713803_Instance_32] of  Property_List
+)
+
+([KB_713803_Instance_33] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_713803_Instance_34]))
+
+([KB_713803_Instance_34] of  Property_List
+)
+
+([KB_713803_Instance_348] of  Property_List
+
+	(properties
+		[KB_713803_Instance_349]
+		[KB_713803_Instance_363]
+		[KB_713803_Instance_366]
+		[KB_713803_Instance_368]
+		[KB_713803_Instance_370]
+		[KB_713803_Instance_372]
+		[KB_713803_Instance_374]
+		[KB_713803_Instance_376]
+		[KB_713803_Instance_378]
+		[KB_713803_Instance_380]
+		[KB_713803_Instance_382]
+		[KB_713803_Instance_384]
+		[KB_713803_Instance_386]
+		[KB_713803_Instance_388]))
+
+([KB_713803_Instance_349] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_713803_Instance_350])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
+	(width 280)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_35] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_713803_Instance_36]))
+
+([KB_713803_Instance_350] of  Property_List
+
+	(properties
+		[KB_713803_Instance_351]
+		[KB_713803_Instance_355]
+		[KB_713803_Instance_359]))
+
+([KB_713803_Instance_351] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_713803_Instance_352])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_352] of  Property_List
+
+	(properties
+		[KB_713803_Instance_353]
+		[KB_713803_Instance_354]))
+
+([KB_713803_Instance_353] of  Widget
+
+	(height 30)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_354] of  Widget
 
 	(height 114)
 	(is_hidden FALSE)
@@ -2406,865 +1213,308 @@
 	(x 0)
 	(y 30))
 
-([KB_475633_Class308] of  Widget
+([KB_713803_Instance_355] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#sameAs")
 	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class309])
+	(property_list [KB_713803_Instance_356])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class309] of  Property_List
+([KB_713803_Instance_356] of  Property_List
 
 	(properties
-		[KB_475633_Class310]
-		[KB_475633_Class311]))
-
-([KB_475633_Class31] of  Property_List
-)
-
-([KB_475633_Class310] of  Boolean
+		[KB_713803_Instance_357]
+		[KB_713803_Instance_358]))
+
+([KB_713803_Instance_357] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class311] of  Boolean
+([KB_713803_Instance_358] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class312] of  Widget
+([KB_713803_Instance_359] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#differentFrom")
 	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class313])
+	(property_list [KB_713803_Instance_360])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class313] of  Property_List
+([KB_713803_Instance_36] of  Property_List
+)
+
+([KB_713803_Instance_360] of  Property_List
 
 	(properties
-		[KB_475633_Class314]
-		[KB_475633_Class315]))
-
-([KB_475633_Class314] of  Boolean
+		[KB_713803_Instance_361]
+		[KB_713803_Instance_362]))
+
+([KB_713803_Instance_361] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class315] of  Boolean
+([KB_713803_Instance_362] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class316] of  Property_List
+([KB_713803_Instance_363] of  Property_List
 
 	(name "layout properties")
 	(properties
-		[KB_475633_Class317]
-		[KB_475633_Class318]))
-
-([KB_475633_Class317] of  String
+		[KB_713803_Instance_364]
+		[KB_713803_Instance_365]))
+
+([KB_713803_Instance_364] of  String
 
 	(name "horizontal_stretcher")
 	(string_value "<<all>>"))
 
-([KB_475633_Class318] of  String
+([KB_713803_Instance_365] of  String
 
 	(name "vertical_stretcher")
 	(string_value "<<none>>"))
 
-([KB_475633_Class319] of  Widget
+([KB_713803_Instance_366] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class320])
+	(property_list [KB_713803_Instance_367])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
 	(width 280)
 	(x 280)
 	(y 0))
 
-([KB_475633_Class32] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentClass")
-	(property_list [KB_475633_Class33])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class320] of  Property_List
-)
-
-([KB_475633_Class321] of  Widget
+([KB_713803_Instance_367] of  Property_List
+)
+
+([KB_713803_Instance_368] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class322]))
-
-([KB_475633_Class322] of  Property_List
-)
-
-([KB_475633_Class323] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class324]))
-
-([KB_475633_Class324] of  Property_List
-)
-
-([KB_475633_Class325] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class326]))
-
-([KB_475633_Class326] of  Property_List
-)
-
-([KB_475633_Class327] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class328]))
-
-([KB_475633_Class328] of  Property_List
-)
-
-([KB_475633_Class329] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class330]))
-
-([KB_475633_Class33] of  Property_List
-)
-
-([KB_475633_Class330] of  Property_List
-)
-
-([KB_475633_Class331] of  Widget
+	(property_list [KB_713803_Instance_369]))
+
+([KB_713803_Instance_369] of  Property_List
+)
+
+([KB_713803_Instance_37] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class332])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class332] of  Property_List
-)
-
-([KB_475633_Class333] of  Widget
+	(property_list [KB_713803_Instance_38])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_370] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_713803_Instance_371]))
+
+([KB_713803_Instance_371] of  Property_List
+)
+
+([KB_713803_Instance_372] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_713803_Instance_373]))
+
+([KB_713803_Instance_373] of  Property_List
+)
+
+([KB_713803_Instance_374] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_713803_Instance_375]))
+
+([KB_713803_Instance_375] of  Property_List
+)
+
+([KB_713803_Instance_376] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_713803_Instance_377]))
+
+([KB_713803_Instance_377] of  Property_List
+)
+
+([KB_713803_Instance_378] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-INSTANCES")
+	(property_list [KB_713803_Instance_379])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_379] of  Property_List
+)
+
+([KB_713803_Instance_38] of  Property_List
+)
+
+([KB_713803_Instance_380] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class334])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class334] of  Property_List
-)
-
-([KB_475633_Class335] of  Widget
+	(property_list [KB_713803_Instance_381])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_381] of  Property_List
+)
+
+([KB_713803_Instance_382] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class336])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class336] of  Property_List
-)
-
-([KB_475633_Class337] of  Widget
+	(property_list [KB_713803_Instance_383])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_383] of  Property_List
+)
+
+([KB_713803_Instance_384] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class338])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class338] of  Property_List
-)
-
-([KB_475633_Class339] of  Widget
+	(property_list [KB_713803_Instance_385])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_385] of  Property_List
+)
+
+([KB_713803_Instance_386] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class340])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class34] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subClassOf")
-	(property_list [KB_475633_Class35])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.RDFSSubClassOfWidget")
-	(width 210)
-	(x 0)
-	(y 160))
-
-([KB_475633_Class340] of  Property_List
-)
-
-([KB_475633_Class341] of  Widget
+	(property_list [KB_713803_Instance_387])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_387] of  Property_List
+)
+
+([KB_713803_Instance_388] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#valuesFrom")
-	(property_list [KB_475633_Class342])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class342] of  Property_List
-)
-
-([KB_475633_Class343] of  Property_List
+	(property_list [KB_713803_Instance_389])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_389] of  Property_List
+)
+
+([KB_713803_Instance_390] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#MinCardinalityRestriction")
+	(property_list [KB_713803_Instance_435])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_41] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [KB_713803_Instance_42])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_42] of  Property_List
+)
+
+([KB_713803_Instance_435] of  Property_List
 
 	(properties
-		[KB_475633_Class344]
-		[KB_475633_Class346]
-		[KB_475633_Class351]
-		[KB_475633_Class354]
-		[KB_475633_Class356]
-		[KB_475633_Class358]
-		[KB_475633_Class360]
-		[KB_475633_Class362]
-		[KB_475633_Class364]
-		[KB_475633_Class366]
-		[KB_475633_Class369]
-		[KB_475633_Class371]))
-
-([KB_475633_Class344] of  Widget
-
-	(height 57)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class345])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadatatab.OntologyURIWidget")
-	(width 620)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class345] of  Property_List
-)
-
-([KB_475633_Class346] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class347]
-		[KB_475633_Class348]))
-
-([KB_475633_Class347] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class348] of  String
-
-	(name "vertical_stretcher")
-	(string_value "http://www.w3.org/2002/07/owl#imports"))
-
-([KB_475633_Class35] of  Property_List
-)
-
-([KB_475633_Class351] of  Widget
-
-	(height 230)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class352])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 620)
-	(x 0)
-	(y 60))
-
-([KB_475633_Class352] of  Property_List
-
-	(properties [KB_475633_Class353]))
-
-([KB_475633_Class353] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class354] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class355]))
-
-([KB_475633_Class355] of  Property_List
-)
-
-([KB_475633_Class356] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#priorVersion")
-	(property_list [KB_475633_Class357]))
-
-([KB_475633_Class357] of  Property_List
-)
-
-([KB_475633_Class358] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class359]))
-
-([KB_475633_Class359] of  Property_List
-)
-
-([KB_475633_Class36] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class37])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class360] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class361]))
-
-([KB_475633_Class361] of  Property_List
-)
-
-([KB_475633_Class362] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class363]))
-
-([KB_475633_Class363] of  Property_List
-)
-
-([KB_475633_Class364] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#incompatibleWith")
-	(property_list [KB_475633_Class365]))
-
-([KB_475633_Class365] of  Property_List
-)
-
-([KB_475633_Class366] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#backwardCompatibleWith")
-	(property_list [KB_475633_Class367])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class367] of  Property_List
-
-	(properties [KB_475633_Class368]))
-
-([KB_475633_Class368] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class369] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class370]))
-
-([KB_475633_Class37] of  Property_List
-)
-
-([KB_475633_Class370] of  Property_List
-)
-
-([KB_475633_Class371] of  Widget
-
-	(height 230)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#imports")
-	(property_list [KB_475633_Class372])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadatatab.OWLNamespacesWidget")
-	(width 620)
-	(x 0)
-	(y 290))
-
-([KB_475633_Class372] of  Property_List
-)
-
-([KB_475633_Class373] of  Property_List
-
-	(properties
-		[KB_475633_Class374]
-		[KB_475633_Class377]
-		[KB_475633_Class380]
-		[KB_475633_Class383]
-		[KB_475633_Class385]
-		[KB_475633_Class387]
-		[KB_475633_Class389]
-		[KB_475633_Class391]))
-
-([KB_475633_Class374] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class375])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class375] of  Property_List
-
-	(properties [KB_475633_Class376]))
-
-([KB_475633_Class376] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class377] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class378]
-		[KB_475633_Class379]))
-
-([KB_475633_Class378] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class379] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<none>>"))
-
-([KB_475633_Class38] of  Property_List
-
-	(properties
-		[KB_475633_Class39]
-		[KB_475633_Class53]
-		[KB_475633_Class56]
-		[KB_475633_Class58]
-		[KB_475633_Class60]
-		[KB_475633_Class62]
-		[KB_475633_Class64]
-		[KB_475633_Class66]
-		[KB_475633_Class68]
-		[KB_475633_Class70]
-		[KB_475633_Class72]
-		[KB_475633_Class74]
-		[KB_475633_Class76]
-		[KB_475633_Class78]))
-
-([KB_475633_Class380] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class381])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 550)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class381] of  Property_List
-
-	(properties [KB_475633_Class382]))
-
-([KB_475633_Class382] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class383] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class384]))
-
-([KB_475633_Class384] of  Property_List
-)
-
-([KB_475633_Class385] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class386]))
-
-([KB_475633_Class386] of  Property_List
-)
-
-([KB_475633_Class387] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class388]))
-
-([KB_475633_Class388] of  Property_List
-)
-
-([KB_475633_Class389] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class390]))
-
-([KB_475633_Class39] of  Widget
+		[KB_713803_Instance_436]
+		[KB_713803_Instance_450]
+		[KB_713803_Instance_453]
+		[KB_713803_Instance_455]
+		[KB_713803_Instance_457]
+		[KB_713803_Instance_459]
+		[KB_713803_Instance_461]
+		[KB_713803_Instance_463]
+		[KB_713803_Instance_465]
+		[KB_713803_Instance_467]
+		[KB_713803_Instance_469]
+		[KB_713803_Instance_471]
+		[KB_713803_Instance_473]
+		[KB_713803_Instance_475]))
+
+([KB_713803_Instance_436] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class40])
+	(property_list [KB_713803_Instance_437])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
 	(width 280)
 	(x 0)
 	(y 0))
 
-([KB_475633_Class390] of  Property_List
-)
-
-([KB_475633_Class391] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class392]))
-
-([KB_475633_Class392] of  Property_List
-)
-
-([KB_475633_Class393] of  Property_List
-
-	(name "class widget properties")
-	(properties
-		[KB_475633_Class394]
-		[KB_475633_Class396]
-		[KB_475633_Class397]
-		[KB_475633_Class398]
-		[KB_475633_Class413]
-		[KB_475633_Class416]
-		[KB_475633_Class418]
-		[KB_475633_Class419]
-		[KB_475633_Class421]
-		[KB_475633_Class424]
-		[KB_475633_Class426]
-		[KB_475633_Class428]
-		[KB_475633_Class430]
-		[KB_475633_Class432]
-		[KB_475633_Class434]
-		[KB_475633_Class436]
-		[KB_475633_Class438]
-		[KB_475633_Class440]))
-
-([KB_475633_Class394] of  Widget
-
-	(height 0)
-	(label "Constraints")
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class395])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class395] of  Property_List
-)
-
-([KB_475633_Class396] of  Widget
-
-	(name ":DIRECT-INSTANCES"))
-
-([KB_475633_Class397] of  Widget
-
-	(name ":DIRECT-SUBCLASSES"))
-
-([KB_475633_Class398] of  Widget
-
-	(height 500)
-	(label "Definition")
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class399])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.cls.ClassAnnotationsAndDescriptionWidget")
-	(width 660)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class399] of  Property_List
-
-	(properties [KB_475633_Class400]))
-
-([KB_475633_Class4] of  Widget
-
-	(name ":DIRECT-SUBCLASSES"))
-
-([KB_475633_Class40] of  Property_List
+([KB_713803_Instance_437] of  Property_List
 
 	(properties
-		[KB_475633_Class41]
-		[KB_475633_Class45]
-		[KB_475633_Class49]))
-
-([KB_475633_Class400] of  Widget
-
-	(height 360)
-	(is_hidden FALSE)
-	(label "Class Annotations")
-	(name "http://www.w3.org/2002/07/owl#equivalentClass")
-	(property_list [KB_475633_Class401])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 650)
-	(x 0)
-	(y 130))
-
-([KB_475633_Class401] of  Property_List
-
-	(properties
-		[KB_475633_Class402]
-		[KB_475633_Class406]))
-
-([KB_475633_Class402] of  Widget
-
-	(height 360)
-	(is_hidden FALSE)
-	(label "Logic View")
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class403])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 650)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class403] of  Property_List
-
-	(properties
-		[KB_475633_Class404]
-		[KB_475633_Class405]))
-
-([KB_475633_Class404] of  Widget
-
-	(height 211)
-	(is_hidden FALSE)
-	(label "Conditions")
-	(name ":DIRECT-SUPERCLASSES")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 640)
-	(x 5)
-	(y 5))
-
-([KB_475633_Class405] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "Disjoints")
-	(name "http://www.w3.org/2002/07/owl#disjointWith")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 650)
-	(x 0)
-	(y 223))
-
-([KB_475633_Class406] of  Widget
-
-	(height -36)
-	(is_hidden FALSE)
-	(label "Properties View")
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class407])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width -14)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class407] of  Property_List
-
-	(properties
-		[KB_475633_Class408]
-		[KB_475633_Class409]
-		[KB_475633_Class412]))
-
-([KB_475633_Class408] of  Widget
-
-	(is_hidden FALSE)
-	(label "Superclasses")
-	(name ":DIRECT-SUPERCLASSES")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
-
-([KB_475633_Class409] of  Widget
-
-	(is_hidden FALSE)
-	(label "Properties")
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class410])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
-
-([KB_475633_Class41] of  Widget
+		[KB_713803_Instance_438]
+		[KB_713803_Instance_442]
+		[KB_713803_Instance_446]))
+
+([KB_713803_Instance_438] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class42])
+	(property_list [KB_713803_Instance_439])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class410] of  Property_List
-
-	(properties [KB_475633_Class411]))
-
-([KB_475633_Class411] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisplayRestrictions"))
-
-([KB_475633_Class412] of  Widget
-
-	(is_hidden FALSE)
-	(label "Disjoints")
-	(name "http://www.w3.org/2002/07/owl#disjointWith")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
-
-([KB_475633_Class413] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class414])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class414] of  Property_List
-
-	(properties [KB_475633_Class415]))
-
-([KB_475633_Class415] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class416] of  Widget
-
-	(height 0)
-	(label "Role")
-	(name ":ROLE")
-	(property_list [KB_475633_Class417])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class417] of  Property_List
-)
-
-([KB_475633_Class418] of  Widget
-
-	(name ":DIRECT-TYPE"))
-
-([KB_475633_Class419] of  Widget
-
-	(height 0)
-	(label "OWL Properties")
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class420])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class42] of  Property_List
+([KB_713803_Instance_439] of  Property_List
 
 	(properties
-		[KB_475633_Class43]
-		[KB_475633_Class44]))
-
-([KB_475633_Class420] of  Property_List
-)
-
-([KB_475633_Class421] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class422]
-		[KB_475633_Class423]))
-
-([KB_475633_Class422] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class423] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class424] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class425])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class425] of  Property_List
-)
-
-([KB_475633_Class426] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class427])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class427] of  Property_List
-)
-
-([KB_475633_Class428] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class429]))
-
-([KB_475633_Class429] of  Property_List
-)
-
-([KB_475633_Class43] of  Widget
+		[KB_713803_Instance_440]
+		[KB_713803_Instance_441]))
+
+([KB_713803_Instance_440] of  Widget
 
 	(height 30)
 	(is_hidden FALSE)
@@ -3275,56 +1525,340 @@
 	(x 0)
 	(y 0))
 
-([KB_475633_Class430] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class431]))
-
-([KB_475633_Class431] of  Property_List
-)
-
-([KB_475633_Class432] of  Widget
+([KB_713803_Instance_441] of  Widget
+
+	(height 114)
+	(is_hidden FALSE)
+	(label "Comment")
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 0)
+	(y 30))
+
+([KB_713803_Instance_442] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#sameAs")
+	(name "http://www.w3.org/2002/07/owl#sameAs")
+	(property_list [KB_713803_Instance_443])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_443] of  Property_List
+
+	(properties
+		[KB_713803_Instance_444]
+		[KB_713803_Instance_445]))
+
+([KB_713803_Instance_444] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_713803_Instance_445] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_713803_Instance_446] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#differentFrom")
+	(name "http://www.w3.org/2002/07/owl#differentFrom")
+	(property_list [KB_713803_Instance_447])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_447] of  Property_List
+
+	(properties
+		[KB_713803_Instance_448]
+		[KB_713803_Instance_449]))
+
+([KB_713803_Instance_448] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_713803_Instance_449] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_713803_Instance_45] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_713803_Instance_46])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_450] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_713803_Instance_451]
+		[KB_713803_Instance_452]))
+
+([KB_713803_Instance_451] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_713803_Instance_452] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<none>>"))
+
+([KB_713803_Instance_453] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_713803_Instance_454])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
+	(width 280)
+	(x 280)
+	(y 0))
+
+([KB_713803_Instance_454] of  Property_List
+)
+
+([KB_713803_Instance_455] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_713803_Instance_456]))
+
+([KB_713803_Instance_456] of  Property_List
+)
+
+([KB_713803_Instance_457] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class433]))
-
-([KB_475633_Class433] of  Property_List
-)
-
-([KB_475633_Class434] of  Widget
+	(property_list [KB_713803_Instance_458]))
+
+([KB_713803_Instance_458] of  Property_List
+)
+
+([KB_713803_Instance_459] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class435]))
-
-([KB_475633_Class435] of  Property_List
-)
-
-([KB_475633_Class436] of  Widget
+	(property_list [KB_713803_Instance_460]))
+
+([KB_713803_Instance_46] of  Property_List
+)
+
+([KB_713803_Instance_460] of  Property_List
+)
+
+([KB_713803_Instance_461] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_713803_Instance_462]))
+
+([KB_713803_Instance_462] of  Property_List
+)
+
+([KB_713803_Instance_463] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class437]))
-
-([KB_475633_Class437] of  Property_List
-)
-
-([KB_475633_Class438] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentClass")
-	(property_list [KB_475633_Class439])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class439] of  Property_List
-)
-
-([KB_475633_Class44] of  Widget
+	(property_list [KB_713803_Instance_464]))
+
+([KB_713803_Instance_464] of  Property_List
+)
+
+([KB_713803_Instance_465] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-INSTANCES")
+	(property_list [KB_713803_Instance_466])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_466] of  Property_List
+)
+
+([KB_713803_Instance_467] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [KB_713803_Instance_468])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_468] of  Property_List
+)
+
+([KB_713803_Instance_469] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_713803_Instance_470])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_47] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUBCLASSES")
+	(property_list [KB_713803_Instance_48])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_470] of  Property_List
+)
+
+([KB_713803_Instance_471] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUBCLASSES")
+	(property_list [KB_713803_Instance_472])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_472] of  Property_List
+)
+
+([KB_713803_Instance_473] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [KB_713803_Instance_474])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_474] of  Property_List
+)
+
+([KB_713803_Instance_475] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#valuesFrom")
+	(property_list [KB_713803_Instance_476])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_476] of  Property_List
+)
+
+([KB_713803_Instance_477] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#CardinalityRestriction")
+	(property_list [KB_713803_Instance_522])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_48] of  Property_List
+)
+
+([KB_713803_Instance_49] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [KB_713803_Instance_50])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_50] of  Property_List
+)
+
+([KB_713803_Instance_522] of  Property_List
+
+	(properties
+		[KB_713803_Instance_523]
+		[KB_713803_Instance_537]
+		[KB_713803_Instance_540]
+		[KB_713803_Instance_542]
+		[KB_713803_Instance_544]
+		[KB_713803_Instance_546]
+		[KB_713803_Instance_548]
+		[KB_713803_Instance_550]
+		[KB_713803_Instance_552]
+		[KB_713803_Instance_554]
+		[KB_713803_Instance_556]
+		[KB_713803_Instance_558]
+		[KB_713803_Instance_560]
+		[KB_713803_Instance_562]))
+
+([KB_713803_Instance_523] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_713803_Instance_524])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
+	(width 280)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_524] of  Property_List
+
+	(properties
+		[KB_713803_Instance_525]
+		[KB_713803_Instance_529]
+		[KB_713803_Instance_533]))
+
+([KB_713803_Instance_525] of  Widget
+
+	(height 144)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_713803_Instance_526])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 28))
+
+([KB_713803_Instance_526] of  Property_List
+
+	(properties
+		[KB_713803_Instance_527]
+		[KB_713803_Instance_528]))
+
+([KB_713803_Instance_527] of  Widget
+
+	(height 30)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_528] of  Widget
 
 	(height 114)
 	(is_hidden FALSE)
@@ -3335,1047 +1869,279 @@
 	(x 0)
 	(y 30))
 
-([KB_475633_Class440] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subClassOf")
-	(property_list [KB_475633_Class441])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class441] of  Property_List
-)
-
-([KB_475633_Class442] of  Property_List
-
-	(properties
-		[KB_475633_Class443]
-		[KB_475633_Class445]
-		[KB_475633_Class450]
-		[KB_475633_Class452]
-		[KB_475633_Class454]
-		[KB_475633_Class456]
-		[KB_475633_Class458]
-		[KB_475633_Class460]))
-
-([KB_475633_Class443] of  Widget
-
-	(height 260)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class444])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.ExternalResourceURLWidget")
-	(width 340)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class444] of  Property_List
-)
-
-([KB_475633_Class445] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class446]
-		[KB_475633_Class447]))
-
-([KB_475633_Class446] of  String
-
-	(name "horizontal_stretcher")
-	(string_value ":OWL-RESOURCE-URI"))
-
-([KB_475633_Class447] of  String
-
-	(name "vertical_stretcher")
-	(string_value ":OWL-RESOURCE-URI"))
-
-([KB_475633_Class45] of  Widget
+([KB_713803_Instance_529] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#sameAs")
 	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class46])
+	(property_list [KB_713803_Instance_530])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class450] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class451]))
-
-([KB_475633_Class451] of  Property_List
-)
-
-([KB_475633_Class452] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class453]))
-
-([KB_475633_Class453] of  Property_List
-)
-
-([KB_475633_Class454] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class455]))
-
-([KB_475633_Class455] of  Property_List
-)
-
-([KB_475633_Class456] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class457]))
-
-([KB_475633_Class457] of  Property_List
-)
-
-([KB_475633_Class458] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class459]))
-
-([KB_475633_Class459] of  Property_List
-)
-
-([KB_475633_Class46] of  Property_List
+([KB_713803_Instance_530] of  Property_List
 
 	(properties
-		[KB_475633_Class47]
-		[KB_475633_Class48]))
-
-([KB_475633_Class460] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class461])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class461] of  Property_List
-)
-
-([KB_475633_Class462] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class463]
-		[KB_475633_Class465]
-		[KB_475633_Class467]
-		[KB_475633_Class469]
-		[KB_475633_Class470]
-		[KB_475633_Class472]
-		[KB_475633_Class474]
-		[KB_475633_Class476]
-		[KB_475633_Class477]
-		[KB_475633_Class480]
-		[KB_475633_Class482]
-		[KB_475633_Class485]
-		[KB_475633_Class493]
-		[KB_475633_Class495]
-		[KB_475633_Class497]
-		[KB_475633_Class500]
-		[KB_475633_Class502]
-		[KB_475633_Class504]
-		[KB_475633_Class506]
-		[KB_475633_Class508]
-		[KB_475633_Class510]
-		[KB_475633_Class512]
-		[KB_475633_Class514]
-		[KB_475633_Class516]
-		[KB_475633_Class518]
-		[KB_475633_Class520]))
-
-([KB_475633_Class463] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class464])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class464] of  Property_List
-)
-
-([KB_475633_Class465] of  Widget
-
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class466]))
-
-([KB_475633_Class466] of  Property_List
-)
-
-([KB_475633_Class467] of  Widget
-
-	(height 50)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class468])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.RDFPropertyTypesWidget")
-	(width 200)
-	(x 400)
-	(y 190))
-
-([KB_475633_Class468] of  Property_List
-)
-
-([KB_475633_Class469] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class47] of  Boolean
+		[KB_713803_Instance_531]
+		[KB_713803_Instance_532]))
+
+([KB_713803_Instance_531] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class470] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class471])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class471] of  Property_List
-)
-
-([KB_475633_Class472] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class473])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class473] of  Property_List
-)
-
-([KB_475633_Class474] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class475])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class475] of  Property_List
-)
-
-([KB_475633_Class476] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class477] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class478])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class478] of  Property_List
-
-	(properties [KB_475633_Class479]))
-
-([KB_475633_Class479] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class48] of  Boolean
+([KB_713803_Instance_532] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class480] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class481])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class481] of  Property_List
-)
-
-([KB_475633_Class482] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class483]
-		[KB_475633_Class484]))
-
-([KB_475633_Class483] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class484] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class485] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class486])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
-	(width 200)
-	(x 0)
-	(y 170))
-
-([KB_475633_Class486] of  Property_List
-
-	(properties
-		[KB_475633_Class487]
-		[KB_475633_Class488]
-		[KB_475633_Class489]
-		[KB_475633_Class490]
-		[KB_475633_Class491]
-		[KB_475633_Class492]))
-
-([KB_475633_Class487] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class488] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class489] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class49] of  Widget
+([KB_713803_Instance_533] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#differentFrom")
 	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class50])
+	(property_list [KB_713803_Instance_534])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class490] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class491] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class492] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class493] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class494])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class494] of  Property_List
-)
-
-([KB_475633_Class495] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class496])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class496] of  Property_List
-)
-
-([KB_475633_Class497] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class498])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 600)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class498] of  Property_List
-
-	(properties [KB_475633_Class499]))
-
-([KB_475633_Class499] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class5] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class6])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class50] of  Property_List
+([KB_713803_Instance_534] of  Property_List
 
 	(properties
-		[KB_475633_Class51]
-		[KB_475633_Class52]))
-
-([KB_475633_Class500] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class501])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class501] of  Property_List
-)
-
-([KB_475633_Class502] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class503]))
-
-([KB_475633_Class503] of  Property_List
-)
-
-([KB_475633_Class504] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class505]))
-
-([KB_475633_Class505] of  Property_List
-)
-
-([KB_475633_Class506] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class507]))
-
-([KB_475633_Class507] of  Property_List
-)
-
-([KB_475633_Class508] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class509]))
-
-([KB_475633_Class509] of  Property_List
-)
-
-([KB_475633_Class51] of  Boolean
+		[KB_713803_Instance_535]
+		[KB_713803_Instance_536]))
+
+([KB_713803_Instance_535] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class510] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class511]))
-
-([KB_475633_Class511] of  Property_List
-)
-
-([KB_475633_Class512] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class513])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class513] of  Property_List
-)
-
-([KB_475633_Class514] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class515])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class515] of  Property_List
-)
-
-([KB_475633_Class516] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class517])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
-	(width 200)
-	(x 200)
-	(y 170))
-
-([KB_475633_Class517] of  Property_List
-)
-
-([KB_475633_Class518] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class519])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class519] of  Property_List
-)
-
-([KB_475633_Class52] of  Boolean
+([KB_713803_Instance_536] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class520] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class521])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class521] of  Property_List
-)
-
-([KB_475633_Class522] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class523]
-		[KB_475633_Class525]
-		[KB_475633_Class527]
-		[KB_475633_Class529]
-		[KB_475633_Class530]
-		[KB_475633_Class532]
-		[KB_475633_Class534]
-		[KB_475633_Class536]
-		[KB_475633_Class537]
-		[KB_475633_Class540]
-		[KB_475633_Class542]
-		[KB_475633_Class545]
-		[KB_475633_Class553]
-		[KB_475633_Class555]
-		[KB_475633_Class557]
-		[KB_475633_Class560]
-		[KB_475633_Class562]
-		[KB_475633_Class564]
-		[KB_475633_Class566]
-		[KB_475633_Class568]
-		[KB_475633_Class570]
-		[KB_475633_Class572]
-		[KB_475633_Class574]
-		[KB_475633_Class576]
-		[KB_475633_Class578]
-		[KB_475633_Class580]))
-
-([KB_475633_Class523] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class524])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class524] of  Property_List
-)
-
-([KB_475633_Class525] of  Widget
-
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class526]))
-
-([KB_475633_Class526] of  Property_List
-)
-
-([KB_475633_Class527] of  Widget
-
-	(height 110)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class528])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.OWLObjectPropertyTypesWidget")
-	(width 200)
-	(x 400)
-	(y 190))
-
-([KB_475633_Class528] of  Property_List
-)
-
-([KB_475633_Class529] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class53] of  Property_List
+([KB_713803_Instance_537] of  Property_List
 
 	(name "layout properties")
 	(properties
-		[KB_475633_Class54]
-		[KB_475633_Class55]))
-
-([KB_475633_Class530] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class531])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class531] of  Property_List
-)
-
-([KB_475633_Class532] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class533])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class533] of  Property_List
-)
-
-([KB_475633_Class534] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class535])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class535] of  Property_List
-)
-
-([KB_475633_Class536] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class537] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class538])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class538] of  Property_List
-
-	(properties [KB_475633_Class539]))
-
-([KB_475633_Class539] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class54] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class540] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class541])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class541] of  Property_List
-)
-
-([KB_475633_Class542] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class543]
-		[KB_475633_Class544]))
-
-([KB_475633_Class543] of  String
+		[KB_713803_Instance_538]
+		[KB_713803_Instance_539]))
+
+([KB_713803_Instance_538] of  String
 
 	(name "horizontal_stretcher")
 	(string_value "<<all>>"))
 
-([KB_475633_Class544] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class545] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class546])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
-	(width 200)
-	(x 0)
-	(y 170))
-
-([KB_475633_Class546] of  Property_List
-
-	(properties
-		[KB_475633_Class547]
-		[KB_475633_Class548]
-		[KB_475633_Class549]
-		[KB_475633_Class550]
-		[KB_475633_Class551]
-		[KB_475633_Class552]))
-
-([KB_475633_Class547] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class548] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class549] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class55] of  String
+([KB_713803_Instance_539] of  String
 
 	(name "vertical_stretcher")
 	(string_value "<<none>>"))
 
-([KB_475633_Class550] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class551] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class552] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class553] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class554])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class554] of  Property_List
-)
-
-([KB_475633_Class555] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class556])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class556] of  Property_List
-)
-
-([KB_475633_Class557] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class558])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
-	(width 600)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class558] of  Property_List
-
-	(properties [KB_475633_Class559]))
-
-([KB_475633_Class559] of  Boolean
-
-	(boolean_value FALSE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class56] of  Widget
+([KB_713803_Instance_540] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class57])
+	(property_list [KB_713803_Instance_541])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
 	(width 280)
 	(x 280)
 	(y 0))
 
-([KB_475633_Class560] of  Widget
+([KB_713803_Instance_541] of  Property_List
+)
+
+([KB_713803_Instance_542] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_713803_Instance_543]))
+
+([KB_713803_Instance_543] of  Property_List
+)
+
+([KB_713803_Instance_544] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_713803_Instance_545]))
+
+([KB_713803_Instance_545] of  Property_List
+)
+
+([KB_713803_Instance_546] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_713803_Instance_547]))
+
+([KB_713803_Instance_547] of  Property_List
+)
+
+([KB_713803_Instance_548] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class561]))
-
-([KB_475633_Class561] of  Property_List
-)
-
-([KB_475633_Class562] of  Widget
+	(property_list [KB_713803_Instance_549]))
+
+([KB_713803_Instance_549] of  Property_List
+)
+
+([KB_713803_Instance_550] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class563]))
-
-([KB_475633_Class563] of  Property_List
-)
-
-([KB_475633_Class564] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class565])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
-	(width 200)
-	(x 200)
-	(y 170))
-
-([KB_475633_Class565] of  Property_List
-)
-
-([KB_475633_Class566] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class567])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class567] of  Property_List
-)
-
-([KB_475633_Class568] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class569])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class569] of  Property_List
-)
-
-([KB_475633_Class57] of  Property_List
-)
-
-([KB_475633_Class570] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class571])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class571] of  Property_List
-)
-
-([KB_475633_Class572] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class573]))
-
-([KB_475633_Class573] of  Property_List
-)
-
-([KB_475633_Class574] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class575]))
-
-([KB_475633_Class575] of  Property_List
-)
-
-([KB_475633_Class576] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class577]))
-
-([KB_475633_Class577] of  Property_List
-)
-
-([KB_475633_Class578] of  Widget
-
-	(height 60)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class579])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.OWLInversePropertyWidget")
-	(width 200)
-	(x 400)
-	(y 300))
-
-([KB_475633_Class579] of  Property_List
-)
-
-([KB_475633_Class58] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class59]))
-
-([KB_475633_Class580] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class581])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class581] of  Property_List
-)
-
-([KB_475633_Class582] of  Property_List
+	(property_list [KB_713803_Instance_551]))
+
+([KB_713803_Instance_551] of  Property_List
+)
+
+([KB_713803_Instance_552] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-INSTANCES")
+	(property_list [KB_713803_Instance_553])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_553] of  Property_List
+)
+
+([KB_713803_Instance_554] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [KB_713803_Instance_555])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_555] of  Property_List
+)
+
+([KB_713803_Instance_556] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_713803_Instance_557])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_557] of  Property_List
+)
+
+([KB_713803_Instance_558] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUBCLASSES")
+	(property_list [KB_713803_Instance_559])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_559] of  Property_List
+)
+
+([KB_713803_Instance_560] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [KB_713803_Instance_561])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_561] of  Property_List
+)
+
+([KB_713803_Instance_562] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#valuesFrom")
+	(property_list [KB_713803_Instance_563])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_563] of  Property_List
+)
+
+([KB_713803_Instance_648] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#ComplementClass")
+	(property_list [KB_713803_Instance_651])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_651] of  Property_List
 
 	(properties
-		[KB_475633_Class583]
-		[KB_475633_Class597]
-		[KB_475633_Class600]
-		[KB_475633_Class602]
-		[KB_475633_Class604]
-		[KB_475633_Class606]
-		[KB_475633_Class608]
-		[KB_475633_Class610]
-		[KB_475633_Class612]
-		[KB_475633_Class614]
-		[KB_475633_Class616]
-		[KB_475633_Class618]
-		[KB_475633_Class620]
-		[KB_475633_Class622]))
-
-([KB_475633_Class583] of  Widget
+		[KB_713803_Instance_652]
+		[KB_713803_Instance_666]
+		[KB_713803_Instance_669]
+		[KB_713803_Instance_671]
+		[KB_713803_Instance_673]
+		[KB_713803_Instance_675]
+		[KB_713803_Instance_677]
+		[KB_713803_Instance_679]
+		[KB_713803_Instance_681]
+		[KB_713803_Instance_683]
+		[KB_713803_Instance_685]
+		[KB_713803_Instance_687]
+		[KB_713803_Instance_689]
+		[KB_713803_Instance_691]))
+
+([KB_713803_Instance_652] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class584])
+	(property_list [KB_713803_Instance_653])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
 	(width 280)
 	(x 0)
 	(y 0))
 
-([KB_475633_Class584] of  Property_List
+([KB_713803_Instance_653] of  Property_List
 
 	(properties
-		[KB_475633_Class585]
-		[KB_475633_Class589]
-		[KB_475633_Class593]))
-
-([KB_475633_Class585] of  Widget
+		[KB_713803_Instance_654]
+		[KB_713803_Instance_658]
+		[KB_713803_Instance_662]))
+
+([KB_713803_Instance_654] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class586])
+	(property_list [KB_713803_Instance_655])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class586] of  Property_List
+([KB_713803_Instance_655] of  Property_List
 
 	(properties
-		[KB_475633_Class587]
-		[KB_475633_Class588]))
-
-([KB_475633_Class587] of  Widget
+		[KB_713803_Instance_656]
+		[KB_713803_Instance_657]))
+
+([KB_713803_Instance_656] of  Widget
 
 	(height 30)
 	(is_hidden FALSE)
@@ -4386,7 +2152,7 @@
 	(x 0)
 	(y 0))
 
-([KB_475633_Class588] of  Widget
+([KB_713803_Instance_657] of  Widget
 
 	(height 114)
 	(is_hidden FALSE)
@@ -4397,1026 +2163,296 @@
 	(x 0)
 	(y 30))
 
-([KB_475633_Class589] of  Widget
+([KB_713803_Instance_658] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#sameAs")
 	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class590])
+	(property_list [KB_713803_Instance_659])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class59] of  Property_List
-)
-
-([KB_475633_Class590] of  Property_List
+([KB_713803_Instance_659] of  Property_List
 
 	(properties
-		[KB_475633_Class591]
-		[KB_475633_Class592]))
-
-([KB_475633_Class591] of  Boolean
+		[KB_713803_Instance_660]
+		[KB_713803_Instance_661]))
+
+([KB_713803_Instance_660] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class592] of  Boolean
+([KB_713803_Instance_661] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class593] of  Widget
+([KB_713803_Instance_662] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#differentFrom")
 	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class594])
+	(property_list [KB_713803_Instance_663])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class594] of  Property_List
+([KB_713803_Instance_663] of  Property_List
 
 	(properties
-		[KB_475633_Class595]
-		[KB_475633_Class596]))
-
-([KB_475633_Class595] of  Boolean
+		[KB_713803_Instance_664]
+		[KB_713803_Instance_665]))
+
+([KB_713803_Instance_664] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class596] of  Boolean
+([KB_713803_Instance_665] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class597] of  Property_List
+([KB_713803_Instance_666] of  Property_List
 
 	(name "layout properties")
 	(properties
-		[KB_475633_Class598]
-		[KB_475633_Class599]))
-
-([KB_475633_Class598] of  String
+		[KB_713803_Instance_667]
+		[KB_713803_Instance_668]))
+
+([KB_713803_Instance_667] of  String
 
 	(name "horizontal_stretcher")
 	(string_value "<<all>>"))
 
-([KB_475633_Class599] of  String
+([KB_713803_Instance_668] of  String
 
 	(name "vertical_stretcher")
 	(string_value "<<none>>"))
 
-([KB_475633_Class6] of  Property_List
-
-	(properties [KB_475633_Class7]))
-
-([KB_475633_Class60] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class61]))
-
-([KB_475633_Class600] of  Widget
+([KB_713803_Instance_669] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class601])
+	(property_list [KB_713803_Instance_670])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
 	(width 280)
 	(x 280)
 	(y 0))
 
-([KB_475633_Class601] of  Property_List
-)
-
-([KB_475633_Class602] of  Widget
+([KB_713803_Instance_670] of  Property_List
+)
+
+([KB_713803_Instance_671] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class603]))
-
-([KB_475633_Class603] of  Property_List
-)
-
-([KB_475633_Class604] of  Widget
+	(property_list [KB_713803_Instance_672]))
+
+([KB_713803_Instance_672] of  Property_List
+)
+
+([KB_713803_Instance_673] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class605]))
-
-([KB_475633_Class605] of  Property_List
-)
-
-([KB_475633_Class606] of  Widget
+	(property_list [KB_713803_Instance_674]))
+
+([KB_713803_Instance_674] of  Property_List
+)
+
+([KB_713803_Instance_675] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class607]))
-
-([KB_475633_Class607] of  Property_List
-)
-
-([KB_475633_Class608] of  Widget
+	(property_list [KB_713803_Instance_676]))
+
+([KB_713803_Instance_676] of  Property_List
+)
+
+([KB_713803_Instance_677] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class609]))
-
-([KB_475633_Class609] of  Property_List
-)
-
-([KB_475633_Class61] of  Property_List
-)
-
-([KB_475633_Class610] of  Widget
+	(property_list [KB_713803_Instance_678]))
+
+([KB_713803_Instance_678] of  Property_List
+)
+
+([KB_713803_Instance_679] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class611]))
-
-([KB_475633_Class611] of  Property_List
-)
-
-([KB_475633_Class612] of  Widget
+	(property_list [KB_713803_Instance_680]))
+
+([KB_713803_Instance_680] of  Property_List
+)
+
+([KB_713803_Instance_681] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class613])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class613] of  Property_List
-)
-
-([KB_475633_Class614] of  Widget
+	(property_list [KB_713803_Instance_682])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_682] of  Property_List
+)
+
+([KB_713803_Instance_683] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class615])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class615] of  Property_List
-)
-
-([KB_475633_Class616] of  Widget
+	(property_list [KB_713803_Instance_684])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_684] of  Property_List
+)
+
+([KB_713803_Instance_685] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class617])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class617] of  Property_List
-)
-
-([KB_475633_Class618] of  Widget
+	(property_list [KB_713803_Instance_686])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_686] of  Property_List
+)
+
+([KB_713803_Instance_687] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class619])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class619] of  Property_List
-)
-
-([KB_475633_Class62] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class63]))
-
-([KB_475633_Class620] of  Widget
+	(property_list [KB_713803_Instance_688])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_688] of  Property_List
+)
+
+([KB_713803_Instance_689] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class621])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class621] of  Property_List
-)
-
-([KB_475633_Class622] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#valuesFrom")
-	(property_list [KB_475633_Class623])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class623] of  Property_List
-)
-
-([KB_475633_Class624] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class625]
-		[KB_475633_Class626]
-		[KB_475633_Class627]
-		[KB_475633_Class628]
-		[KB_475633_Class629]
-		[KB_475633_Class635]
-		[KB_475633_Class636]
-		[KB_475633_Class637]
-		[KB_475633_Class638]
-		[KB_475633_Class639]
-		[KB_475633_Class640]
-		[KB_475633_Class641]
-		[KB_475633_Class642]
-		[KB_475633_Class643]
-		[KB_475633_Class651]
-		[KB_475633_Class659]
-		[KB_475633_Class667]
-		[KB_475633_Class669]
-		[KB_475633_Class671]
-		[KB_475633_Class673]
-		[KB_475633_Class675]
-		[KB_475633_Class677]
-		[KB_475633_Class679]))
-
-([KB_475633_Class625] of  Widget
-
-	(name ":SLOT-CONSTRAINTS"))
-
-([KB_475633_Class626] of  Widget
-
-	(name ":DIRECT-TYPE"))
-
-([KB_475633_Class627] of  Widget
-
-	(name ":DIRECT-SUPERSLOTS"))
-
-([KB_475633_Class628] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class629] of  Widget
-
-	(height 150)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class630])
-	(widget_class_name "edu.stanford.smi.protege.widget.DefaultValuesWidget")
-	(width 200)
-	(x 400)
-	(y 120))
-
-([KB_475633_Class63] of  Property_List
-)
-
-([KB_475633_Class630] of  Property_List
-
-	(properties
-		[KB_475633_Class631]
-		[KB_475633_Class632]
-		[KB_475633_Class633]
-		[KB_475633_Class634]))
-
-([KB_475633_Class631] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View the selected value"))
-
-([KB_475633_Class632] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create a new value"))
-
-([KB_475633_Class633] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class634] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class635] of  Widget
-
-	(height 120)
-	(label "Documentation")
-	(name ":DOCUMENTATION")
-	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
-	(width 200)
-	(x 200)
-	(y 0))
-
-([KB_475633_Class636] of  Widget
-
-	(height 60)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(widget_class_name "edu.stanford.smi.protege.widget.NumericMaximumWidget")
-	(width 100)
-	(x 100)
-	(y 210))
-
-([KB_475633_Class637] of  Widget
-
-	(height 60)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(widget_class_name "edu.stanford.smi.protege.widget.NumericMinimumWidget")
-	(width 100)
-	(x 0)
-	(y 210))
-
-([KB_475633_Class638] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class639] of  Widget
-
-	(height 60)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
-	(width 200)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class64] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class65]))
-
-([KB_475633_Class640] of  Widget
-
-	(height 60)
-	(label "Inverse")
-	(name ":SLOT-INVERSE")
-	(widget_class_name "edu.stanford.smi.protege.widget.InverseSlotWidget")
-	(width 200)
-	(x 200)
-	(y 210))
-
-([KB_475633_Class641] of  Widget
-
-	(height 150)
-	(label "Value Type")
-	(name ":SLOT-VALUE-TYPE")
-	(widget_class_name "edu.stanford.smi.protege.widget.ValueTypeWidget")
-	(width 200)
-	(x 0)
-	(y 60))
-
-([KB_475633_Class642] of  Property_List
-
-	(name "layout properties"))
-
-([KB_475633_Class643] of  Widget
-
-	(height 120)
-	(is_hidden FALSE)
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class644])
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
-	(width 250)
-	(x 0)
-	(y 270))
-
-([KB_475633_Class644] of  Property_List
-
-	(properties
-		[KB_475633_Class645]
-		[KB_475633_Class646]
-		[KB_475633_Class647]
-		[KB_475633_Class648]
-		[KB_475633_Class649]
-		[KB_475633_Class650]))
-
-([KB_475633_Class645] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class646] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class647] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class648] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class649] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class65] of  Property_List
-)
-
-([KB_475633_Class650] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class651] of  Widget
-
-	(height 120)
-	(is_hidden FALSE)
-	(name ":OWL-DIFFERENT-FROM")
-	(property_list [KB_475633_Class652])
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
-	(width 250)
-	(x 0)
-	(y 630))
-
-([KB_475633_Class652] of  Property_List
-
-	(properties
-		[KB_475633_Class653]
-		[KB_475633_Class654]
-		[KB_475633_Class655]
-		[KB_475633_Class656]
-		[KB_475633_Class657]
-		[KB_475633_Class658]))
-
-([KB_475633_Class653] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class654] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class655] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class656] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class657] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class658] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class659] of  Widget
-
-	(height 240)
-	(is_hidden FALSE)
-	(name ":OWL-SAME-AS")
-	(property_list [KB_475633_Class660])
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
-	(width 250)
-	(x 250)
-	(y 510))
-
-([KB_475633_Class66] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class67]))
-
-([KB_475633_Class660] of  Property_List
+	(property_list [KB_713803_Instance_690])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_690] of  Property_List
+)
+
+([KB_713803_Instance_691] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#complementOf")
+	(property_list [KB_713803_Instance_692])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_692] of  Property_List
+)
+
+([KB_713803_Instance_693] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#IntersectionClass")
+	(property_list [KB_713803_Instance_738])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_7] of  Property_List
 
 	(properties
-		[KB_475633_Class661]
-		[KB_475633_Class662]
-		[KB_475633_Class663]
-		[KB_475633_Class664]
-		[KB_475633_Class665]
-		[KB_475633_Class666]))
-
-([KB_475633_Class661] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class662] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class663] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class664] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class665] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class666] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class667] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class668]))
-
-([KB_475633_Class668] of  Property_List
-)
-
-([KB_475633_Class669] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class670]))
-
-([KB_475633_Class67] of  Property_List
-)
-
-([KB_475633_Class670] of  Property_List
-)
-
-([KB_475633_Class671] of  Widget
-
-	(is_hidden FALSE)
-	(name ":TO")
-	(property_list [KB_475633_Class672]))
-
-([KB_475633_Class672] of  Property_List
-)
-
-([KB_475633_Class673] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class674]))
-
-([KB_475633_Class674] of  Property_List
-)
-
-([KB_475633_Class675] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class676]))
-
-([KB_475633_Class676] of  Property_List
-)
-
-([KB_475633_Class677] of  Widget
-
-	(is_hidden FALSE)
-	(name ":FROM")
-	(property_list [KB_475633_Class678]))
-
-([KB_475633_Class678] of  Property_List
-)
-
-([KB_475633_Class679] of  Widget
-
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class680]))
-
-([KB_475633_Class68] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class69])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class680] of  Property_List
-)
-
-([KB_475633_Class681] of  Property_List
+		[KB_713803_Instance_8]
+		[KB_713803_Instance_22]
+		[KB_713803_Instance_25]
+		[KB_713803_Instance_27]
+		[KB_713803_Instance_29]
+		[KB_713803_Instance_31]
+		[KB_713803_Instance_33]
+		[KB_713803_Instance_35]
+		[KB_713803_Instance_37]
+		[KB_713803_Instance_41]
+		[KB_713803_Instance_45]
+		[KB_713803_Instance_47]
+		[KB_713803_Instance_49]))
+
+([KB_713803_Instance_738] of  Property_List
 
 	(properties
-		[KB_475633_Class682]
-		[KB_475633_Class684]
-		[KB_475633_Class686]
-		[KB_475633_Class688]
-		[KB_475633_Class690]
-		[KB_475633_Class692]
-		[KB_475633_Class694]
-		[KB_475633_Class696]
-		[KB_475633_Class699]
-		[KB_475633_Class701]
-		[KB_475633_Class703]
-		[KB_475633_Class705]
-		[KB_475633_Class707]
-		[KB_475633_Class709]))
-
-([KB_475633_Class682] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class683])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class683] of  Property_List
-)
-
-([KB_475633_Class684] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":OWL-DIFFERENT-FROM")
-	(property_list [KB_475633_Class685])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class685] of  Property_List
-)
-
-([KB_475633_Class686] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class687])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class687] of  Property_List
-)
-
-([KB_475633_Class688] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class689])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class689] of  Property_List
-)
-
-([KB_475633_Class69] of  Property_List
-)
-
-([KB_475633_Class690] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class691])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class691] of  Property_List
-)
-
-([KB_475633_Class692] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":OWL-SAME-AS")
-	(property_list [KB_475633_Class693])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class693] of  Property_List
-)
-
-([KB_475633_Class694] of  Widget
-
-	(height 160)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class695])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
-	(width 300)
-	(x 300)
-	(y 0))
-
-([KB_475633_Class695] of  Property_List
-)
-
-([KB_475633_Class696] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class697]
-		[KB_475633_Class698]))
-
-([KB_475633_Class697] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class698] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class699] of  Widget
-
-	(is_hidden FALSE)
-	(name ":TO")
-	(property_list [KB_475633_Class700]))
-
-([KB_475633_Class7] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class70] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class71])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class700] of  Property_List
-)
-
-([KB_475633_Class701] of  Widget
-
-	(is_hidden FALSE)
-	(name ":FROM")
-	(property_list [KB_475633_Class702]))
-
-([KB_475633_Class702] of  Property_List
-)
-
-([KB_475633_Class703] of  Widget
-
-	(height 160)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class704])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
-	(width 300)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class704] of  Property_List
-)
-
-([KB_475633_Class705] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#member")
-	(property_list [KB_475633_Class706])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class706] of  Property_List
-)
-
-([KB_475633_Class707] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/1999/02/22-rdf-syntax-ns#value")
-	(property_list [KB_475633_Class708])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class708] of  Property_List
-)
-
-([KB_475633_Class709] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class710])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class71] of  Property_List
-)
-
-([KB_475633_Class710] of  Property_List
-)
-
-([KB_475633_Class711] of  Property_List
-
-	(properties
-		[KB_475633_Class712]
-		[KB_475633_Class714]
-		[KB_475633_Class717]))
-
-([KB_475633_Class712] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class713])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class713] of  Property_List
-)
-
-([KB_475633_Class714] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class715]
-		[KB_475633_Class716]))
-
-([KB_475633_Class715] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class716] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class717] of  Widget
-
-	(height 120)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class718])
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
-	(width 200)
-	(x 0)
-	(y 280))
-
-([KB_475633_Class718] of  Property_List
-
-	(properties
-		[KB_475633_Class719]
-		[KB_475633_Class720]
-		[KB_475633_Class721]
-		[KB_475633_Class722]
-		[KB_475633_Class723]
-		[KB_475633_Class724]
-		[KB_475633_Class725]
-		[KB_475633_Class726]))
-
-([KB_475633_Class719] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instance"))
-
-([KB_475633_Class72] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class73])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class720] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class721] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class722] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class723] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class724] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class725] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class726] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class727] of  Property_List
-
-	(properties
-		[KB_475633_Class728]
-		[KB_475633_Class742]
-		[KB_475633_Class745]
-		[KB_475633_Class747]
-		[KB_475633_Class749]
-		[KB_475633_Class751]
-		[KB_475633_Class753]
-		[KB_475633_Class755]
-		[KB_475633_Class757]
-		[KB_475633_Class759]
-		[KB_475633_Class761]
-		[KB_475633_Class763]
-		[KB_475633_Class765]
-		[KB_475633_Class767]))
-
-([KB_475633_Class728] of  Widget
+		[KB_713803_Instance_739]
+		[KB_713803_Instance_753]
+		[KB_713803_Instance_756]
+		[KB_713803_Instance_758]
+		[KB_713803_Instance_760]
+		[KB_713803_Instance_762]
+		[KB_713803_Instance_764]
+		[KB_713803_Instance_766]
+		[KB_713803_Instance_768]
+		[KB_713803_Instance_770]
+		[KB_713803_Instance_772]
+		[KB_713803_Instance_774]
+		[KB_713803_Instance_776]
+		[KB_713803_Instance_778]))
+
+([KB_713803_Instance_739] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class729])
+	(property_list [KB_713803_Instance_740])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
 	(width 280)
 	(x 0)
 	(y 0))
 
-([KB_475633_Class729] of  Property_List
+([KB_713803_Instance_740] of  Property_List
 
 	(properties
-		[KB_475633_Class730]
-		[KB_475633_Class734]
-		[KB_475633_Class738]))
-
-([KB_475633_Class73] of  Property_List
-)
-
-([KB_475633_Class730] of  Widget
+		[KB_713803_Instance_741]
+		[KB_713803_Instance_745]
+		[KB_713803_Instance_749]))
+
+([KB_713803_Instance_741] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class731])
+	(property_list [KB_713803_Instance_742])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class731] of  Property_List
+([KB_713803_Instance_742] of  Property_List
 
 	(properties
-		[KB_475633_Class732]
-		[KB_475633_Class733]))
-
-([KB_475633_Class732] of  Widget
+		[KB_713803_Instance_743]
+		[KB_713803_Instance_744]))
+
+([KB_713803_Instance_743] of  Widget
 
 	(height 30)
 	(is_hidden FALSE)
@@ -5427,360 +2463,7 @@
 	(x 0)
 	(y 0))
 
-([KB_475633_Class733] of  Widget
-
-	(height 114)
-	(is_hidden FALSE)
-	(label "Comment")
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 0)
-	(y 30))
-
-([KB_475633_Class734] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#sameAs")
-	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class735])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class735] of  Property_List
-
-	(properties
-		[KB_475633_Class736]
-		[KB_475633_Class737]))
-
-([KB_475633_Class736] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class737] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class738] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#differentFrom")
-	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class739])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class739] of  Property_List
-
-	(properties
-		[KB_475633_Class740]
-		[KB_475633_Class741]))
-
-([KB_475633_Class74] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class75])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class740] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class741] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class742] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class743]
-		[KB_475633_Class744]))
-
-([KB_475633_Class743] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class744] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<none>>"))
-
-([KB_475633_Class745] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class746])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
-	(width 280)
-	(x 280)
-	(y 0))
-
-([KB_475633_Class746] of  Property_List
-)
-
-([KB_475633_Class747] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class748]))
-
-([KB_475633_Class748] of  Property_List
-)
-
-([KB_475633_Class749] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class750]))
-
-([KB_475633_Class75] of  Property_List
-)
-
-([KB_475633_Class750] of  Property_List
-)
-
-([KB_475633_Class751] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class752]))
-
-([KB_475633_Class752] of  Property_List
-)
-
-([KB_475633_Class753] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class754]))
-
-([KB_475633_Class754] of  Property_List
-)
-
-([KB_475633_Class755] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class756]))
-
-([KB_475633_Class756] of  Property_List
-)
-
-([KB_475633_Class757] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class758])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class758] of  Property_List
-)
-
-([KB_475633_Class759] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class760])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class76] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class77])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class760] of  Property_List
-)
-
-([KB_475633_Class761] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class762])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class762] of  Property_List
-)
-
-([KB_475633_Class763] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class764])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class764] of  Property_List
-)
-
-([KB_475633_Class765] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class766])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class766] of  Property_List
-)
-
-([KB_475633_Class767] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#valuesFrom")
-	(property_list [KB_475633_Class768])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class768] of  Property_List
-)
-
-([KB_475633_Class769] of  Property_List
-
-	(properties
-		[KB_475633_Class770]
-		[KB_475633_Class771]
-		[KB_475633_Class772]
-		[KB_475633_Class773]))
-
-([KB_475633_Class77] of  Property_List
-)
-
-([KB_475633_Class770] of  Widget
-
-	(name ":ANNOTATED-INSTANCE"))
-
-([KB_475633_Class771] of  Widget
-
-	(name ":CREATOR"))
-
-([KB_475633_Class772] of  Widget
-
-	(name ":CREATION-TIMESTAMP"))
-
-([KB_475633_Class773] of  Widget
-
-	(height 100)
-	(is_hidden FALSE)
-	(name ":ANNOTATION-TEXT")
-	(widget_class_name "edu.stanford.smi.protege.widget.YellowStickyWidget")
-	(width 200)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class774] of  Property_List
-
-	(properties
-		[KB_475633_Class775]
-		[KB_475633_Class789]
-		[KB_475633_Class792]
-		[KB_475633_Class794]
-		[KB_475633_Class796]
-		[KB_475633_Class798]
-		[KB_475633_Class800]
-		[KB_475633_Class802]
-		[KB_475633_Class804]
-		[KB_475633_Class806]
-		[KB_475633_Class808]
-		[KB_475633_Class810]
-		[KB_475633_Class812]
-		[KB_475633_Class814]))
-
-([KB_475633_Class775] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class776])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
-	(width 280)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class776] of  Property_List
-
-	(properties
-		[KB_475633_Class777]
-		[KB_475633_Class781]
-		[KB_475633_Class785]))
-
-([KB_475633_Class777] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class778])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class778] of  Property_List
-
-	(properties
-		[KB_475633_Class779]
-		[KB_475633_Class780]))
-
-([KB_475633_Class779] of  Widget
-
-	(height 30)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class78] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#intersectionOf")
-	(property_list [KB_475633_Class79])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class780] of  Widget
+([KB_713803_Instance_744] of  Widget
 
 	(height 114)
 	(is_hidden FALSE)
@@ -5791,871 +2474,291 @@
 	(x 0)
 	(y 30))
 
-([KB_475633_Class781] of  Widget
+([KB_713803_Instance_745] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#sameAs")
 	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class782])
+	(property_list [KB_713803_Instance_746])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class782] of  Property_List
+([KB_713803_Instance_746] of  Property_List
 
 	(properties
-		[KB_475633_Class783]
-		[KB_475633_Class784]))
-
-([KB_475633_Class783] of  Boolean
+		[KB_713803_Instance_747]
+		[KB_713803_Instance_748]))
+
+([KB_713803_Instance_747] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class784] of  Boolean
+([KB_713803_Instance_748] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class785] of  Widget
+([KB_713803_Instance_749] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#differentFrom")
 	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class786])
+	(property_list [KB_713803_Instance_750])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class786] of  Property_List
+([KB_713803_Instance_750] of  Property_List
 
 	(properties
-		[KB_475633_Class787]
-		[KB_475633_Class788]))
-
-([KB_475633_Class787] of  Boolean
+		[KB_713803_Instance_751]
+		[KB_713803_Instance_752]))
+
+([KB_713803_Instance_751] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class788] of  Boolean
+([KB_713803_Instance_752] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class789] of  Property_List
+([KB_713803_Instance_753] of  Property_List
 
 	(name "layout properties")
 	(properties
-		[KB_475633_Class790]
-		[KB_475633_Class791]))
-
-([KB_475633_Class79] of  Property_List
-)
-
-([KB_475633_Class790] of  String
+		[KB_713803_Instance_754]
+		[KB_713803_Instance_755]))
+
+([KB_713803_Instance_754] of  String
 
 	(name "horizontal_stretcher")
 	(string_value "<<all>>"))
 
-([KB_475633_Class791] of  String
+([KB_713803_Instance_755] of  String
 
 	(name "vertical_stretcher")
 	(string_value "<<none>>"))
 
-([KB_475633_Class792] of  Widget
+([KB_713803_Instance_756] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class793])
+	(property_list [KB_713803_Instance_757])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
 	(width 280)
 	(x 280)
 	(y 0))
 
-([KB_475633_Class793] of  Property_List
-)
-
-([KB_475633_Class794] of  Widget
+([KB_713803_Instance_757] of  Property_List
+)
+
+([KB_713803_Instance_758] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class795]))
-
-([KB_475633_Class795] of  Property_List
-)
-
-([KB_475633_Class796] of  Widget
+	(property_list [KB_713803_Instance_759]))
+
+([KB_713803_Instance_759] of  Property_List
+)
+
+([KB_713803_Instance_760] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class797]))
-
-([KB_475633_Class797] of  Property_List
-)
-
-([KB_475633_Class798] of  Widget
+	(property_list [KB_713803_Instance_761]))
+
+([KB_713803_Instance_761] of  Property_List
+)
+
+([KB_713803_Instance_762] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class799]))
-
-([KB_475633_Class799] of  Property_List
-)
-
-([KB_475633_Class8] of  Widget
-
-	(height 0)
-	(label "Role")
-	(name ":ROLE")
-	(property_list [KB_475633_Class9])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class80] of  Property_List
-
-	(properties
-		[KB_475633_Class81]
-		[KB_475633_Class83]
-		[KB_475633_Class86]
-		[KB_475633_Class88]
-		[KB_475633_Class90]
-		[KB_475633_Class92]
-		[KB_475633_Class94]
-		[KB_475633_Class96]))
-
-([KB_475633_Class800] of  Widget
+	(property_list [KB_713803_Instance_763]))
+
+([KB_713803_Instance_763] of  Property_List
+)
+
+([KB_713803_Instance_764] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class801]))
-
-([KB_475633_Class801] of  Property_List
-)
-
-([KB_475633_Class802] of  Widget
+	(property_list [KB_713803_Instance_765]))
+
+([KB_713803_Instance_765] of  Property_List
+)
+
+([KB_713803_Instance_766] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class803]))
-
-([KB_475633_Class803] of  Property_List
-)
-
-([KB_475633_Class804] of  Widget
+	(property_list [KB_713803_Instance_767]))
+
+([KB_713803_Instance_767] of  Property_List
+)
+
+([KB_713803_Instance_768] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class805])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class805] of  Property_List
-)
-
-([KB_475633_Class806] of  Widget
+	(property_list [KB_713803_Instance_769])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_769] of  Property_List
+)
+
+([KB_713803_Instance_770] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class807])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class807] of  Property_List
-)
-
-([KB_475633_Class808] of  Widget
+	(property_list [KB_713803_Instance_771])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_771] of  Property_List
+)
+
+([KB_713803_Instance_772] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class809])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class809] of  Property_List
-)
-
-([KB_475633_Class81] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class82])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class810] of  Widget
+	(property_list [KB_713803_Instance_773])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_773] of  Property_List
+)
+
+([KB_713803_Instance_774] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class811])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class811] of  Property_List
-)
-
-([KB_475633_Class812] of  Widget
+	(property_list [KB_713803_Instance_775])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_775] of  Property_List
+)
+
+([KB_713803_Instance_776] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class813])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class813] of  Property_List
-)
-
-([KB_475633_Class814] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#complementOf")
-	(property_list [KB_475633_Class815])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class815] of  Property_List
-)
-
-([KB_475633_Class816] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class817]
-		[KB_475633_Class819]
-		[KB_475633_Class820]
-		[KB_475633_Class821]
-		[KB_475633_Class823]
-		[KB_475633_Class825]
-		[KB_475633_Class827]
-		[KB_475633_Class828]
-		[KB_475633_Class850]
-		[KB_475633_Class852]
-		[KB_475633_Class855]
-		[KB_475633_Class863]
-		[KB_475633_Class865]
-		[KB_475633_Class867]
-		[KB_475633_Class869]
-		[KB_475633_Class871]
-		[KB_475633_Class873]
-		[KB_475633_Class875]
-		[KB_475633_Class877]
-		[KB_475633_Class879]
-		[KB_475633_Class881]
-		[KB_475633_Class883]
-		[KB_475633_Class885]
-		[KB_475633_Class887]
-		[KB_475633_Class889]
-		[KB_475633_Class891]))
-
-([KB_475633_Class817] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class818])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class818] of  Property_List
-)
-
-([KB_475633_Class819] of  Widget
-
-	(name ":SLOT-CONSTRAINTS"))
-
-([KB_475633_Class82] of  Property_List
-)
-
-([KB_475633_Class820] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class821] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class822])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class822] of  Property_List
-)
-
-([KB_475633_Class823] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class824])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class824] of  Property_List
-)
-
-([KB_475633_Class825] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class826])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class826] of  Property_List
-)
-
-([KB_475633_Class827] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class828] of  Widget
-
-	(height 173)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class829])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.RDFPropertyMetadataWidget")
-	(width 300)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class829] of  Property_List
-
-	(properties
-		[KB_475633_Class830]
-		[KB_475633_Class834]
-		[KB_475633_Class838]
-		[KB_475633_Class842]
-		[KB_475633_Class846]))
-
-([KB_475633_Class83] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class84]
-		[KB_475633_Class85]))
-
-([KB_475633_Class830] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class831])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class831] of  Property_List
-
-	(properties
-		[KB_475633_Class832]
-		[KB_475633_Class833]))
-
-([KB_475633_Class832] of  Widget
-
-	(height 30)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class833] of  Widget
-
-	(height 107)
-	(is_hidden FALSE)
-	(label "Comment")
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 0)
-	(y 30))
-
-([KB_475633_Class834] of  Widget
-
-	(height 138)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(name ":OWL-EQUIVALENT-SLOTS")
-	(property_list [KB_475633_Class835])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 27))
-
-([KB_475633_Class835] of  Property_List
-
-	(properties
-		[KB_475633_Class836]
-		[KB_475633_Class837]))
-
-([KB_475633_Class836] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class837] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class838] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#sameAs")
-	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class839])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class839] of  Property_List
-
-	(properties
-		[KB_475633_Class840]
-		[KB_475633_Class841]))
-
-([KB_475633_Class84] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class840] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class841] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class842] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#differentFrom")
-	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class843])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class843] of  Property_List
-
-	(properties
-		[KB_475633_Class844]
-		[KB_475633_Class845]))
-
-([KB_475633_Class844] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class845] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class846] of  Widget
-
-	(height 137)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class847])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 286)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class847] of  Property_List
-
-	(properties
-		[KB_475633_Class848]
-		[KB_475633_Class849]))
-
-([KB_475633_Class848] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class849] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class85] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class850] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class851])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class851] of  Property_List
-)
-
-([KB_475633_Class852] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class853]
-		[KB_475633_Class854]))
-
-([KB_475633_Class853] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class854] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class855] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class856])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
-	(width 200)
-	(x 0)
-	(y 170))
-
-([KB_475633_Class856] of  Property_List
-
-	(properties
-		[KB_475633_Class857]
-		[KB_475633_Class858]
-		[KB_475633_Class859]
-		[KB_475633_Class860]
-		[KB_475633_Class861]
-		[KB_475633_Class862]))
-
-([KB_475633_Class857] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-View Selected Instances"))
-
-([KB_475633_Class858] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Create Instance"))
-
-([KB_475633_Class859] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-References"))
-
-([KB_475633_Class86] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class87]))
-
-([KB_475633_Class860] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Add"))
-
-([KB_475633_Class861] of  Boolean
-
-	(boolean_value TRUE)
-	(name "ButtonDisplayed-Remove"))
-
-([KB_475633_Class862] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Selected Instances"))
-
-([KB_475633_Class863] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class864])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class864] of  Property_List
-)
-
-([KB_475633_Class865] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DOCUMENTATION")
-	(property_list [KB_475633_Class866])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class866] of  Property_List
-)
-
-([KB_475633_Class867] of  Widget
-
-	(height 170)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class868])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
-	(width 300)
-	(x 300)
-	(y 0))
-
-([KB_475633_Class868] of  Property_List
-)
-
-([KB_475633_Class869] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-MAXIMUM-CARDINALITY")
-	(property_list [KB_475633_Class870])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class87] of  Property_List
-)
-
-([KB_475633_Class870] of  Property_List
-)
-
-([KB_475633_Class871] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class872]))
-
-([KB_475633_Class872] of  Property_List
-)
-
-([KB_475633_Class873] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class874]))
-
-([KB_475633_Class874] of  Property_List
-)
-
-([KB_475633_Class875] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class876]))
-
-([KB_475633_Class876] of  Property_List
-)
-
-([KB_475633_Class877] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class878]))
-
-([KB_475633_Class878] of  Property_List
-)
-
-([KB_475633_Class879] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class880]))
-
-([KB_475633_Class88] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class89]))
-
-([KB_475633_Class880] of  Property_List
-)
-
-([KB_475633_Class881] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#domain")
-	(property_list [KB_475633_Class882])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class882] of  Property_List
-)
-
-([KB_475633_Class883] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
-	(property_list [KB_475633_Class884])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class884] of  Property_List
-)
-
-([KB_475633_Class885] of  Widget
-
-	(height 220)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#range")
-	(property_list [KB_475633_Class886])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
-	(width 200)
-	(x 200)
-	(y 170))
-
-([KB_475633_Class886] of  Property_List
-)
-
-([KB_475633_Class887] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class888])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class888] of  Property_List
-)
-
-([KB_475633_Class889] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#inverseOf")
-	(property_list [KB_475633_Class890])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class89] of  Property_List
-)
-
-([KB_475633_Class890] of  Property_List
-)
-
-([KB_475633_Class891] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#subPropertyOf")
-	(property_list [KB_475633_Class892])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class892] of  Property_List
-)
-
-([KB_475633_Class893] of  Property_List
-
-	(properties
-		[KB_475633_Class894]
-		[KB_475633_Class908]
-		[KB_475633_Class911]
-		[KB_475633_Class913]
-		[KB_475633_Class915]
-		[KB_475633_Class917]
-		[KB_475633_Class919]
-		[KB_475633_Class921]
-		[KB_475633_Class923]
-		[KB_475633_Class925]
-		[KB_475633_Class927]
-		[KB_475633_Class929]
-		[KB_475633_Class931]))
-
-([KB_475633_Class894] of  Widget
+	(property_list [KB_713803_Instance_777])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_777] of  Property_List
+)
+
+([KB_713803_Instance_778] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#intersectionOf")
+	(property_list [KB_713803_Instance_779])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_779] of  Property_List
+)
+
+([KB_713803_Instance_780] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#UnionClass")
+	(property_list [KB_713803_Instance_825])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+
+([KB_713803_Instance_8] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class895])
+	(property_list [KB_713803_Instance_9])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
 	(width 280)
 	(x 0)
 	(y 0))
 
-([KB_475633_Class895] of  Property_List
+([KB_713803_Instance_825] of  Property_List
 
 	(properties
-		[KB_475633_Class896]
-		[KB_475633_Class900]
-		[KB_475633_Class904]))
-
-([KB_475633_Class896] of  Widget
+		[KB_713803_Instance_826]
+		[KB_713803_Instance_840]
+		[KB_713803_Instance_843]
+		[KB_713803_Instance_845]
+		[KB_713803_Instance_847]
+		[KB_713803_Instance_849]
+		[KB_713803_Instance_851]
+		[KB_713803_Instance_853]
+		[KB_713803_Instance_855]
+		[KB_713803_Instance_857]
+		[KB_713803_Instance_859]
+		[KB_713803_Instance_861]
+		[KB_713803_Instance_863]
+		[KB_713803_Instance_865]))
+
+([KB_713803_Instance_826] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_713803_Instance_827])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
+	(width 280)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_827] of  Property_List
+
+	(properties
+		[KB_713803_Instance_828]
+		[KB_713803_Instance_832]
+		[KB_713803_Instance_836]))
+
+([KB_713803_Instance_828] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "Name")
 	(name ":NAME")
-	(property_list [KB_475633_Class897])
+	(property_list [KB_713803_Instance_829])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class897] of  Property_List
+([KB_713803_Instance_829] of  Property_List
 
 	(properties
-		[KB_475633_Class898]
-		[KB_475633_Class899]))
-
-([KB_475633_Class898] of  Widget
+		[KB_713803_Instance_830]
+		[KB_713803_Instance_831]))
+
+([KB_713803_Instance_830] of  Widget
 
 	(height 30)
 	(is_hidden FALSE)
@@ -6666,7 +2769,7 @@
 	(x 0)
 	(y 0))
 
-([KB_475633_Class899] of  Widget
+([KB_713803_Instance_831] of  Widget
 
 	(height 114)
 	(is_hidden FALSE)
@@ -6677,792 +2780,240 @@
 	(x 0)
 	(y 30))
 
-([KB_475633_Class9] of  Property_List
-)
-
-([KB_475633_Class90] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class91]))
-
-([KB_475633_Class900] of  Widget
+([KB_713803_Instance_832] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#sameAs")
 	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class901])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class901] of  Property_List
-
-	(properties
-		[KB_475633_Class902]
-		[KB_475633_Class903]))
-
-([KB_475633_Class902] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class903] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class904] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#differentFrom")
-	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class905])
+	(property_list [KB_713803_Instance_833])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class905] of  Property_List
+([KB_713803_Instance_833] of  Property_List
 
 	(properties
-		[KB_475633_Class906]
-		[KB_475633_Class907]))
-
-([KB_475633_Class906] of  Boolean
+		[KB_713803_Instance_834]
+		[KB_713803_Instance_835]))
+
+([KB_713803_Instance_834] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class907] of  Boolean
+([KB_713803_Instance_835] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class908] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class909]
-		[KB_475633_Class910]))
-
-([KB_475633_Class909] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class91] of  Property_List
-)
-
-([KB_475633_Class910] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<none>>"))
-
-([KB_475633_Class911] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class912])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
-	(width 280)
-	(x 280)
-	(y 0))
-
-([KB_475633_Class912] of  Property_List
-)
-
-([KB_475633_Class913] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class914]))
-
-([KB_475633_Class914] of  Property_List
-)
-
-([KB_475633_Class915] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class916]))
-
-([KB_475633_Class916] of  Property_List
-)
-
-([KB_475633_Class917] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class918]))
-
-([KB_475633_Class918] of  Property_List
-)
-
-([KB_475633_Class919] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class920]))
-
-([KB_475633_Class92] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class93])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class920] of  Property_List
-)
-
-([KB_475633_Class921] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class922]))
-
-([KB_475633_Class922] of  Property_List
-)
-
-([KB_475633_Class923] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class924])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class924] of  Property_List
-)
-
-([KB_475633_Class925] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class926])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class926] of  Property_List
-)
-
-([KB_475633_Class927] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class928])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class928] of  Property_List
-)
-
-([KB_475633_Class929] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class930])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class93] of  Property_List
-)
-
-([KB_475633_Class930] of  Property_List
-)
-
-([KB_475633_Class931] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class932])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class932] of  Property_List
-)
-
-([KB_475633_Class933] of  Property_List
-
-	(properties
-		[KB_475633_Class934]
-		[KB_475633_Class948]
-		[KB_475633_Class951]
-		[KB_475633_Class953]
-		[KB_475633_Class955]
-		[KB_475633_Class957]
-		[KB_475633_Class959]
-		[KB_475633_Class961]
-		[KB_475633_Class963]
-		[KB_475633_Class965]
-		[KB_475633_Class967]
-		[KB_475633_Class969]
-		[KB_475633_Class971]
-		[KB_475633_Class973]))
-
-([KB_475633_Class934] of  Widget
-
-	(height 180)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class935])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
-	(width 280)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class935] of  Property_List
-
-	(properties
-		[KB_475633_Class936]
-		[KB_475633_Class940]
-		[KB_475633_Class944]))
-
-([KB_475633_Class936] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class937])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class937] of  Property_List
-
-	(properties
-		[KB_475633_Class938]
-		[KB_475633_Class939]))
-
-([KB_475633_Class938] of  Widget
-
-	(height 30)
-	(is_hidden FALSE)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class939] of  Widget
-
-	(height 114)
-	(is_hidden FALSE)
-	(label "Comment")
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 0)
-	(y 30))
-
-([KB_475633_Class94] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class95]))
-
-([KB_475633_Class940] of  Widget
-
-	(height 144)
-	(is_hidden FALSE)
-	(label "http://www.w3.org/2002/07/owl#sameAs")
-	(name "http://www.w3.org/2002/07/owl#sameAs")
-	(property_list [KB_475633_Class941])
-	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
-	(width 266)
-	(x 7)
-	(y 28))
-
-([KB_475633_Class941] of  Property_List
-
-	(properties
-		[KB_475633_Class942]
-		[KB_475633_Class943]))
-
-([KB_475633_Class942] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-View References to Value  "))
-
-([KB_475633_Class943] of  Boolean
-
-	(boolean_value FALSE)
-	(name "ButtonDisplayed-Delete Instance"))
-
-([KB_475633_Class944] of  Widget
+([KB_713803_Instance_836] of  Widget
 
 	(height 144)
 	(is_hidden FALSE)
 	(label "http://www.w3.org/2002/07/owl#differentFrom")
 	(name "http://www.w3.org/2002/07/owl#differentFrom")
-	(property_list [KB_475633_Class945])
+	(property_list [KB_713803_Instance_837])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 266)
 	(x 7)
 	(y 28))
 
-([KB_475633_Class945] of  Property_List
+([KB_713803_Instance_837] of  Property_List
 
 	(properties
-		[KB_475633_Class946]
-		[KB_475633_Class947]))
-
-([KB_475633_Class946] of  Boolean
+		[KB_713803_Instance_838]
+		[KB_713803_Instance_839]))
+
+([KB_713803_Instance_838] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-View References to Value  "))
 
-([KB_475633_Class947] of  Boolean
+([KB_713803_Instance_839] of  Boolean
 
 	(boolean_value FALSE)
 	(name "ButtonDisplayed-Delete Instance"))
 
-([KB_475633_Class948] of  Property_List
+([KB_713803_Instance_840] of  Property_List
 
 	(name "layout properties")
 	(properties
-		[KB_475633_Class949]
-		[KB_475633_Class950]))
-
-([KB_475633_Class949] of  String
+		[KB_713803_Instance_841]
+		[KB_713803_Instance_842]))
+
+([KB_713803_Instance_841] of  String
 
 	(name "horizontal_stretcher")
 	(string_value "<<all>>"))
 
-([KB_475633_Class95] of  Property_List
-)
-
-([KB_475633_Class950] of  String
+([KB_713803_Instance_842] of  String
 
 	(name "vertical_stretcher")
 	(string_value "<<none>>"))
 
-([KB_475633_Class951] of  Widget
+([KB_713803_Instance_843] of  Widget
 
 	(height 180)
 	(is_hidden FALSE)
 	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
-	(property_list [KB_475633_Class952])
+	(property_list [KB_713803_Instance_844])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
 	(width 280)
 	(x 280)
 	(y 0))
 
-([KB_475633_Class952] of  Property_List
-)
-
-([KB_475633_Class953] of  Widget
+([KB_713803_Instance_844] of  Property_List
+)
+
+([KB_713803_Instance_845] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#versionInfo")
-	(property_list [KB_475633_Class954]))
-
-([KB_475633_Class954] of  Property_List
-)
-
-([KB_475633_Class955] of  Widget
+	(property_list [KB_713803_Instance_846]))
+
+([KB_713803_Instance_846] of  Property_List
+)
+
+([KB_713803_Instance_847] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
-	(property_list [KB_475633_Class956]))
-
-([KB_475633_Class956] of  Property_List
-)
-
-([KB_475633_Class957] of  Widget
+	(property_list [KB_713803_Instance_848]))
+
+([KB_713803_Instance_848] of  Property_List
+)
+
+([KB_713803_Instance_849] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#comment")
-	(property_list [KB_475633_Class958]))
-
-([KB_475633_Class958] of  Property_List
-)
-
-([KB_475633_Class959] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class960]))
-
-([KB_475633_Class96] of  Widget
+	(property_list [KB_713803_Instance_850]))
+
+([KB_713803_Instance_850] of  Property_List
+)
+
+([KB_713803_Instance_851] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
-	(property_list [KB_475633_Class97]))
-
-([KB_475633_Class960] of  Property_List
-)
-
-([KB_475633_Class961] of  Widget
+	(property_list [KB_713803_Instance_852]))
+
+([KB_713803_Instance_852] of  Property_List
+)
+
+([KB_713803_Instance_853] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#label")
-	(property_list [KB_475633_Class962]))
-
-([KB_475633_Class962] of  Property_List
-)
-
-([KB_475633_Class963] of  Widget
+	(property_list [KB_713803_Instance_854]))
+
+([KB_713803_Instance_854] of  Property_List
+)
+
+([KB_713803_Instance_855] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-INSTANCES")
-	(property_list [KB_475633_Class964])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class964] of  Property_List
-)
-
-([KB_475633_Class965] of  Widget
+	(property_list [KB_713803_Instance_856])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_856] of  Property_List
+)
+
+([KB_713803_Instance_857] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TEMPLATE-SLOTS")
-	(property_list [KB_475633_Class966])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class966] of  Property_List
-)
-
-([KB_475633_Class967] of  Widget
+	(property_list [KB_713803_Instance_858])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_858] of  Property_List
+)
+
+([KB_713803_Instance_859] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-TYPE")
-	(property_list [KB_475633_Class968])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class968] of  Property_List
-)
-
-([KB_475633_Class969] of  Widget
+	(property_list [KB_713803_Instance_860])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_860] of  Property_List
+)
+
+([KB_713803_Instance_861] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUBCLASSES")
-	(property_list [KB_475633_Class970])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class97] of  Property_List
-)
-
-([KB_475633_Class970] of  Property_List
-)
-
-([KB_475633_Class971] of  Widget
+	(property_list [KB_713803_Instance_862])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_862] of  Property_List
+)
+
+([KB_713803_Instance_863] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name ":DIRECT-SUPERCLASSES")
-	(property_list [KB_475633_Class972])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class972] of  Property_List
-)
-
-([KB_475633_Class973] of  Widget
+	(property_list [KB_713803_Instance_864])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_864] of  Property_List
+)
+
+([KB_713803_Instance_865] of  Widget
 
 	(height 0)
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#unionOf")
-	(property_list [KB_475633_Class974])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class974] of  Property_List
-)
-
-([KB_475633_Class975] of  Property_List
-
-	(name "slot widget properties")
-	(properties
-		[KB_475633_Class976]
-		[KB_475633_Class978]
-		[KB_475633_Class980]
-		[KB_475633_Class981]
-		[KB_475633_Class983]
-		[KB_475633_Class985]
-		[KB_475633_Class987]
-		[KB_475633_Class988]
-		[KB_475633_Class991]
-		[KB_475633_Class993]
-		[KB_475633_Class996]
-		[KB_475633_Class998]
-		[KB_475633_Class1000]
-		[KB_475633_Class1002]
-		[KB_475633_Class1005]
-		[KB_475633_Class1007]
-		[KB_475633_Class1009]
-		[KB_475633_Class1011]
-		[KB_475633_Class1013]
-		[KB_475633_Class1015]
-		[KB_475633_Class1017]
-		[KB_475633_Class1019]
-		[KB_475633_Class1021]
-		[KB_475633_Class1023]
-		[KB_475633_Class1025]
-		[KB_475633_Class1027]))
-
-([KB_475633_Class976] of  Widget
-
-	(height 0)
-	(label "Cardinality")
-	(name ":SLOT-MINIMUM-CARDINALITY")
-	(property_list [KB_475633_Class977])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class977] of  Property_List
-)
-
-([KB_475633_Class978] of  Widget
-
-	(name ":SLOT-CONSTRAINTS")
-	(property_list [KB_475633_Class979]))
-
-([KB_475633_Class979] of  Property_List
-)
-
-([KB_475633_Class98] of  Property_List
-
-	(name "facet widget properties")
+	(property_list [KB_713803_Instance_866])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_713803_Instance_866] of  Property_List
+)
+
+([KB_713803_Instance_9] of  Property_List
+
 	(properties
-		[KB_475633_Class99]
-		[KB_475633_Class100]
-		[KB_475633_Class101]))
-
-([KB_475633_Class980] of  Widget
-
-	(name ":DIRECT-SUBSLOTS"))
-
-([KB_475633_Class981] of  Widget
-
-	(height 0)
-	(label "Default")
-	(name ":SLOT-DEFAULTS")
-	(property_list [KB_475633_Class982])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class982] of  Property_List
-)
-
-([KB_475633_Class983] of  Widget
-
-	(height 0)
-	(label "Maximum")
-	(name ":SLOT-NUMERIC-MAXIMUM")
-	(property_list [KB_475633_Class984])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class984] of  Property_List
-)
-
-([KB_475633_Class985] of  Widget
-
-	(height 0)
-	(label "Minimum")
-	(name ":SLOT-NUMERIC-MINIMUM")
-	(property_list [KB_475633_Class986])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class986] of  Property_List
-)
-
-([KB_475633_Class987] of  Widget
-
-	(name ":ASSOCIATED-FACET"))
-
-([KB_475633_Class988] of  Widget
-
-	(height 0)
-	(label "Name")
-	(name ":NAME")
-	(property_list [KB_475633_Class989])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class989] of  Property_List
-
-	(properties [KB_475633_Class990]))
-
-([KB_475633_Class99] of  Widget
-
-	(height 60)
-	(label "Name")
-	(name ":NAME")
-	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
-	(width 200)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class990] of  Boolean
-
-	(boolean_value TRUE)
-	(name "DisabledByUser"))
-
-([KB_475633_Class991] of  Widget
-
-	(height 0)
-	(label "Range Type")
-	(name ":SLOT-VALUE-TYPE")
-	(property_list [KB_475633_Class992])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class992] of  Property_List
-)
-
-([KB_475633_Class993] of  Property_List
-
-	(name "layout properties")
-	(properties
-		[KB_475633_Class994]
-		[KB_475633_Class995]))
-
-([KB_475633_Class994] of  String
-
-	(name "horizontal_stretcher")
-	(string_value "<<all>>"))
-
-([KB_475633_Class995] of  String
-
-	(name "vertical_stretcher")
-	(string_value "<<none>>"))
-
-([KB_475633_Class996] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(label "Domain")
-	(name ":DIRECT-DOMAIN")
-	(property_list [KB_475633_Class997])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class997] of  Property_List
-)
-
-([KB_475633_Class998] of  Widget
-
-	(height 0)
-	(is_hidden FALSE)
-	(name ":SLOT-VALUES")
-	(property_list [KB_475633_Class999])
-	(width 0)
-	(x 0)
-	(y 0))
-
-([KB_475633_Class999] of  Property_List
-)
-
-([KB_632156_Instance_0] of  String
-
-	(name "OWL-PREDEFINED-PROFILE-URI")
-	(string_value "http://protege.stanford.edu/plugins/owl/OWLProfiles.owl#OWL-Full"))
-
-([KB_691299_Instance_398] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#DatatypeProperty")
-	(property_list [KB_475633_Class146])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_691299_Instance_537] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#ObjectProperty")
-	(property_list [KB_475633_Class522])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_303] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#MaxCardinalityRestriction")
-	(property_list [KB_475633_Class301])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_390] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#MinCardinalityRestriction")
-	(property_list [KB_475633_Class582])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_477] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#CardinalityRestriction")
-	(property_list [KB_475633_Class727])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_648] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#ComplementClass")
-	(property_list [KB_475633_Class774])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_693] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#IntersectionClass")
-	(property_list [KB_475633_Class38])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
-
-([KB_713803_Instance_780] of  Widget
-
-	(is_hidden FALSE)
-	(name "http://www.w3.org/2002/07/owl#UnionClass")
-	(property_list [KB_475633_Class933])
-	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
+		[KB_713803_Instance_10]
+		[KB_713803_Instance_14]
+		[KB_713803_Instance_18]))
+
+([KB_713803_Instance_980] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_713803_Instance_981]))
+
+([KB_713803_Instance_981] of  Property_List
+)
+
+([KB_739164_Class0] of  Map
+)
 
 ([KB_764103_Instance_545] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#Ontology")
-	(property_list [KB_475633_Class343])
+	(property_list [XY_Instance_195])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
 ([KB_865583_Instance_10] of  Widget
@@ -7514,61 +3065,2564 @@
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2000/01/rdf-schema#Class")
-	(property_list [KB_475633_Class0])
+	(property_list [XY_Instance_409])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
+([KB_886778_Instance_12] of  Property_List
+)
+
+([KB_886778_Instance_144] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[KB_886778_Instance_145]
+		[KB_886778_Instance_149]
+		[KB_886778_Instance_150]
+		[KB_886778_Instance_152]
+		[KB_886778_Instance_153]
+		[KB_886778_Instance_155]
+		[KB_886778_Instance_157]
+		[KB_886778_Instance_159]
+		[KB_886778_Instance_160]
+		[KB_886778_Instance_180]
+		[KB_886778_Instance_181]
+		[KB_886778_Instance_184]
+		[KB_886778_Instance_198]
+		[KB_886778_Instance_202]
+		[KB_886778_Instance_206]
+		[KB_886778_Instance_208]
+		[KB_140180_Instance_0]
+		[KB_140180_Instance_2]
+		[KB_140180_Instance_4]
+		[KB_140180_Instance_6]
+		[KB_140180_Instance_8]
+		[KB_938545_Instance_14]
+		[KB_938545_Instance_18]
+		[KB_938545_Instance_23]
+		[KB_221055_Instance_2]
+		[KB_221055_Instance_6]))
+
+([KB_886778_Instance_145] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [KB_886778_Instance_146])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_146] of  Property_List
+)
+
+([KB_886778_Instance_149] of  Widget
+
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [KB_933314_Instance_58]))
+
+([KB_886778_Instance_150] of  Widget
+
+	(height 50)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_27])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.RDFPropertyTypesWidget")
+	(width 200)
+	(x 400)
+	(y 190))
+
+([KB_886778_Instance_152] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([KB_886778_Instance_153] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [KB_886778_Instance_154])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_154] of  Property_List
+)
+
+([KB_886778_Instance_155] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [KB_886778_Instance_156])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_156] of  Property_List
+)
+
+([KB_886778_Instance_157] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [KB_886778_Instance_158])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_158] of  Property_List
+)
+
+([KB_886778_Instance_159] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([KB_886778_Instance_160] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_886778_Instance_161])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_161] of  Property_List
+
+	(properties [KB_933314_Instance_59]))
+
+([KB_886778_Instance_180] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_22])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_181] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_886778_Instance_182]
+		[KB_886778_Instance_183]))
+
+([KB_886778_Instance_182] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_886778_Instance_183] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([KB_886778_Instance_184] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [KB_886778_Instance_185])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
+	(width 200)
+	(x 0)
+	(y 170))
+
+([KB_886778_Instance_185] of  Property_List
+
+	(properties
+		[KB_886778_Instance_186]
+		[KB_886778_Instance_187]
+		[KB_886778_Instance_188]
+		[KB_886778_Instance_189]
+		[KB_886778_Instance_190]
+		[KB_886778_Instance_191]))
+
+([KB_886778_Instance_186] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([KB_886778_Instance_187] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([KB_886778_Instance_188] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([KB_886778_Instance_189] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([KB_886778_Instance_190] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([KB_886778_Instance_191] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([KB_886778_Instance_198] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [KB_886778_Instance_199])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_199] of  Property_List
+)
+
+([KB_886778_Instance_202] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [KB_886778_Instance_203])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_203] of  Property_List
+)
+
+([KB_886778_Instance_206] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_886778_Instance_207])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 600)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_207] of  Property_List
+
+	(properties [KB_933314_Instance_60]))
+
+([KB_886778_Instance_208] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_886778_Instance_209])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_886778_Instance_209] of  Property_List
+)
+
+([KB_886778_Instance_226] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_886778_Instance_227] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_933314_Instance_11] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_12] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_13] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_14] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_15] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_58] of  Property_List
+)
+
+([KB_933314_Instance_59] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_60] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_61] of  Property_List
+)
+
+([KB_933314_Instance_62] of  Property_List
+)
+
+([KB_933314_Instance_63] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_64] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_65] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_66] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_67] of  Property_List
+)
+
+([KB_933314_Instance_68] of  Boolean
+
+	(boolean_value TRUE)
+	(name "DisabledByUser"))
+
+([KB_933314_Instance_69] of  Boolean
+
+	(boolean_value FALSE)
+	(name "DisabledByUser"))
+
+([KB_938545_Instance_100] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [KB_938545_Instance_101])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
+	(width 200)
+	(x 0)
+	(y 170))
+
+([KB_938545_Instance_101] of  Property_List
+
+	(properties
+		[KB_938545_Instance_102]
+		[KB_938545_Instance_103]
+		[KB_938545_Instance_104]
+		[KB_938545_Instance_105]
+		[KB_938545_Instance_106]
+		[KB_938545_Instance_107]))
+
+([KB_938545_Instance_102] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([KB_938545_Instance_103] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([KB_938545_Instance_104] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([KB_938545_Instance_105] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([KB_938545_Instance_106] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([KB_938545_Instance_107] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([KB_938545_Instance_108] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [KB_938545_Instance_109])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_109] of  Property_List
+)
+
+([KB_938545_Instance_112] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [KB_938545_Instance_113])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_113] of  Property_List
+)
+
+([KB_938545_Instance_114] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_938545_Instance_115])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 600)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_115] of  Property_List
+
+	(properties [KB_933314_Instance_66]))
+
+([KB_938545_Instance_116] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_117])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_117] of  Property_List
+)
+
+([KB_938545_Instance_118] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_938545_Instance_119]))
+
+([KB_938545_Instance_119] of  Property_List
+)
+
+([KB_938545_Instance_120] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_938545_Instance_121]))
+
+([KB_938545_Instance_1206] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_1207]))
+
+([KB_938545_Instance_1207] of  Property_List
+)
+
+([KB_938545_Instance_1208] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_938545_Instance_1209]))
+
+([KB_938545_Instance_1209] of  Property_List
+)
+
+([KB_938545_Instance_121] of  Property_List
+)
+
+([KB_938545_Instance_122] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_938545_Instance_123]))
+
+([KB_938545_Instance_123] of  Property_List
+)
+
+([KB_938545_Instance_124] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_938545_Instance_125]))
+
+([KB_938545_Instance_125] of  Property_List
+)
+
+([KB_938545_Instance_126] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_127]))
+
+([KB_938545_Instance_127] of  Property_List
+)
+
+([KB_938545_Instance_128] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_129])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_129] of  Property_List
+)
+
+([KB_938545_Instance_130] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_131])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_131] of  Property_List
+)
+
+([KB_938545_Instance_132] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_133])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
+	(width 200)
+	(x 200)
+	(y 170))
+
+([KB_938545_Instance_133] of  Property_List
+)
+
+([KB_938545_Instance_134] of  Widget
+
+	(height 80)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_135])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.OWLDatatypePropertyTypesWidget")
+	(width 200)
+	(x 400)
+	(y 190))
+
+([KB_938545_Instance_135] of  Property_List
+)
+
+([KB_938545_Instance_14] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_15])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_140] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_938545_Instance_141]))
+
+([KB_938545_Instance_141] of  Property_List
+)
+
+([KB_938545_Instance_142] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_938545_Instance_143]))
+
+([KB_938545_Instance_143] of  Property_List
+)
+
+([KB_938545_Instance_144] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_145])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
+	(width 200)
+	(x 200)
+	(y 170))
+
+([KB_938545_Instance_145] of  Property_List
+)
+
+([KB_938545_Instance_148] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_149])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_149] of  Property_List
+)
+
+([KB_938545_Instance_15] of  Property_List
+)
+
+([KB_938545_Instance_152] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_153])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_153] of  Property_List
+)
+
+([KB_938545_Instance_156] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_157])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_157] of  Property_List
+)
+
+([KB_938545_Instance_158] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_938545_Instance_159]))
+
+([KB_938545_Instance_159] of  Property_List
+)
+
+([KB_938545_Instance_160] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_161]))
+
+([KB_938545_Instance_161] of  Property_List
+)
+
+([KB_938545_Instance_162] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_938545_Instance_163]))
+
+([KB_938545_Instance_163] of  Property_List
+)
+
+([KB_938545_Instance_164] of  Property_List
+)
+
+([KB_938545_Instance_165] of  Property_List
+)
+
 ([KB_938545_Instance_166] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#AnnotationProperty")
-	(property_list [KB_475633_Class975])
+	(property_list [KB_938545_Instance_249])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
+([KB_938545_Instance_18] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_19])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_19] of  Property_List
+)
+
+([KB_938545_Instance_22] of  Property_List
+)
+
+([KB_938545_Instance_23] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_24])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
+	(width 200)
+	(x 200)
+	(y 170))
+
+([KB_938545_Instance_24] of  Property_List
+)
+
+([KB_938545_Instance_249] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[KB_938545_Instance_250]
+		[KB_938545_Instance_252]
+		[KB_938545_Instance_256]
+		[KB_938545_Instance_257]
+		[KB_938545_Instance_259]
+		[KB_938545_Instance_261]
+		[KB_938545_Instance_263]
+		[KB_938545_Instance_264]
+		[KB_938545_Instance_288]
+		[KB_938545_Instance_290]
+		[KB_938545_Instance_293]
+		[KB_938545_Instance_301]
+		[KB_938545_Instance_305]
+		[KB_938545_Instance_307]
+		[KB_938545_Instance_309]
+		[KB_938545_Instance_311]
+		[KB_938545_Instance_313]
+		[KB_938545_Instance_315]
+		[KB_938545_Instance_317]
+		[KB_938545_Instance_319]
+		[KB_938545_Instance_321]
+		[KB_938545_Instance_323]
+		[KB_938545_Instance_325]
+		[KB_938545_Instance_327]
+		[KB_221055_Instance_26]
+		[KB_221055_Instance_30]))
+
+([KB_938545_Instance_250] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_251])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_251] of  Property_List
+)
+
+([KB_938545_Instance_252] of  Widget
+
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [KB_933314_Instance_67]))
+
+([KB_938545_Instance_256] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([KB_938545_Instance_257] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [KB_938545_Instance_258])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_258] of  Property_List
+)
+
+([KB_938545_Instance_259] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [KB_938545_Instance_260])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_260] of  Property_List
+)
+
+([KB_938545_Instance_261] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [KB_938545_Instance_262])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_262] of  Property_List
+)
+
+([KB_938545_Instance_263] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([KB_938545_Instance_264] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_265])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_265] of  Property_List
+
+	(properties [KB_933314_Instance_68]))
+
+([KB_938545_Instance_27] of  Property_List
+)
+
+([KB_938545_Instance_288] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_289])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_289] of  Property_List
+)
+
+([KB_938545_Instance_290] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_938545_Instance_291]
+		[KB_938545_Instance_292]))
+
+([KB_938545_Instance_291] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_292] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<none>>"))
+
+([KB_938545_Instance_293] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [KB_938545_Instance_294])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_294] of  Property_List
+)
+
+([KB_938545_Instance_301] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [KB_938545_Instance_302])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_302] of  Property_List
+)
+
+([KB_938545_Instance_305] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [KB_938545_Instance_306])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_306] of  Property_List
+)
+
+([KB_938545_Instance_307] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_938545_Instance_308])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 600)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_308] of  Property_List
+
+	(properties [KB_933314_Instance_69]))
+
+([KB_938545_Instance_309] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_310])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_310] of  Property_List
+)
+
+([KB_938545_Instance_311] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_938545_Instance_312]))
+
+([KB_938545_Instance_312] of  Property_List
+)
+
+([KB_938545_Instance_313] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_938545_Instance_314]))
+
+([KB_938545_Instance_314] of  Property_List
+)
+
+([KB_938545_Instance_315] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_938545_Instance_316]))
+
+([KB_938545_Instance_316] of  Property_List
+)
+
+([KB_938545_Instance_317] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_938545_Instance_318]))
+
+([KB_938545_Instance_318] of  Property_List
+)
+
+([KB_938545_Instance_319] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_320]))
+
+([KB_938545_Instance_320] of  Property_List
+)
+
+([KB_938545_Instance_321] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_322])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_322] of  Property_List
+)
+
+([KB_938545_Instance_323] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_324])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_324] of  Property_List
+)
+
+([KB_938545_Instance_325] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_326])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_326] of  Property_List
+)
+
+([KB_938545_Instance_327] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_328])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_328] of  Property_List
+)
+
 ([KB_938545_Instance_329] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#FunctionalProperty")
-	(property_list [KB_475633_Class206])
+	(property_list [KB_938545_Instance_332])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
+([KB_938545_Instance_332] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[KB_938545_Instance_333]
+		[KB_938545_Instance_335]
+		[KB_938545_Instance_339]
+		[KB_938545_Instance_340]
+		[KB_938545_Instance_342]
+		[KB_938545_Instance_344]
+		[KB_938545_Instance_346]
+		[KB_938545_Instance_347]
+		[KB_938545_Instance_371]
+		[KB_938545_Instance_373]
+		[KB_938545_Instance_376]
+		[KB_938545_Instance_384]
+		[KB_938545_Instance_388]
+		[KB_938545_Instance_390]
+		[KB_938545_Instance_392]
+		[KB_938545_Instance_394]
+		[KB_938545_Instance_396]
+		[KB_938545_Instance_398]
+		[KB_938545_Instance_400]
+		[KB_938545_Instance_402]
+		[KB_938545_Instance_404]
+		[KB_938545_Instance_406]
+		[KB_938545_Instance_408]
+		[KB_938545_Instance_410]
+		[KB_221055_Instance_34]
+		[KB_221055_Instance_38]))
+
+([KB_938545_Instance_333] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_334])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_334] of  Property_List
+)
+
+([KB_938545_Instance_335] of  Widget
+
+	(name ":SLOT-CONSTRAINTS"))
+
+([KB_938545_Instance_339] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([KB_938545_Instance_340] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [KB_938545_Instance_341])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_341] of  Property_List
+)
+
+([KB_938545_Instance_342] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [KB_938545_Instance_343])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_343] of  Property_List
+)
+
+([KB_938545_Instance_344] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [KB_938545_Instance_345])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_345] of  Property_List
+)
+
+([KB_938545_Instance_346] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([KB_938545_Instance_347] of  Widget
+
+	(height 173)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_348])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.RDFPropertyMetadataWidget")
+	(width 300)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_348] of  Property_List
+
+	(properties
+		[KB_938545_Instance_349]
+		[KB_938545_Instance_353]
+		[KB_938545_Instance_357]
+		[KB_938545_Instance_361]
+		[KB_938545_Instance_365]))
+
+([KB_938545_Instance_349] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_350])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_350] of  Property_List
+
+	(properties
+		[KB_938545_Instance_351]
+		[KB_938545_Instance_352]))
+
+([KB_938545_Instance_351] of  Widget
+
+	(height 30)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_352] of  Widget
+
+	(height 107)
+	(is_hidden FALSE)
+	(label "Comment")
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 0)
+	(y 30))
+
+([KB_938545_Instance_353] of  Widget
+
+	(height 138)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(name ":OWL-EQUIVALENT-SLOTS")
+	(property_list [KB_938545_Instance_354])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 27))
+
+([KB_938545_Instance_354] of  Property_List
+
+	(properties
+		[KB_938545_Instance_355]
+		[KB_938545_Instance_356]))
+
+([KB_938545_Instance_355] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_356] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_357] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#sameAs")
+	(name "http://www.w3.org/2002/07/owl#sameAs")
+	(property_list [KB_938545_Instance_358])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_358] of  Property_List
+
+	(properties
+		[KB_938545_Instance_359]
+		[KB_938545_Instance_360]))
+
+([KB_938545_Instance_359] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_360] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_361] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#differentFrom")
+	(name "http://www.w3.org/2002/07/owl#differentFrom")
+	(property_list [KB_938545_Instance_362])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_362] of  Property_List
+
+	(properties
+		[KB_938545_Instance_363]
+		[KB_938545_Instance_364]))
+
+([KB_938545_Instance_363] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_364] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_365] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_366])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_366] of  Property_List
+
+	(properties
+		[KB_938545_Instance_367]
+		[KB_938545_Instance_368]))
+
+([KB_938545_Instance_367] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_368] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_371] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_372])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_372] of  Property_List
+)
+
+([KB_938545_Instance_373] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_938545_Instance_374]
+		[KB_938545_Instance_375]))
+
+([KB_938545_Instance_374] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_375] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_376] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [KB_938545_Instance_377])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
+	(width 200)
+	(x 0)
+	(y 170))
+
+([KB_938545_Instance_377] of  Property_List
+
+	(properties
+		[KB_938545_Instance_378]
+		[KB_938545_Instance_379]
+		[KB_938545_Instance_380]
+		[KB_938545_Instance_381]
+		[KB_938545_Instance_382]
+		[KB_938545_Instance_383]))
+
+([KB_938545_Instance_378] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([KB_938545_Instance_379] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([KB_938545_Instance_380] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([KB_938545_Instance_381] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([KB_938545_Instance_382] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([KB_938545_Instance_383] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([KB_938545_Instance_384] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [KB_938545_Instance_385])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_385] of  Property_List
+)
+
+([KB_938545_Instance_388] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [KB_938545_Instance_389])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_389] of  Property_List
+)
+
+([KB_938545_Instance_390] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_938545_Instance_391])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
+	(width 300)
+	(x 300)
+	(y 0))
+
+([KB_938545_Instance_391] of  Property_List
+)
+
+([KB_938545_Instance_392] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_393])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_393] of  Property_List
+)
+
+([KB_938545_Instance_394] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_938545_Instance_395]))
+
+([KB_938545_Instance_395] of  Property_List
+)
+
+([KB_938545_Instance_396] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_938545_Instance_397]))
+
+([KB_938545_Instance_397] of  Property_List
+)
+
+([KB_938545_Instance_398] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_938545_Instance_399]))
+
+([KB_938545_Instance_399] of  Property_List
+)
+
+([KB_938545_Instance_400] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_938545_Instance_401]))
+
+([KB_938545_Instance_401] of  Property_List
+)
+
+([KB_938545_Instance_402] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_403]))
+
+([KB_938545_Instance_403] of  Property_List
+)
+
+([KB_938545_Instance_404] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_405])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_405] of  Property_List
+)
+
+([KB_938545_Instance_406] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_407])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_407] of  Property_List
+)
+
+([KB_938545_Instance_408] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_409])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
+	(width 200)
+	(x 200)
+	(y 170))
+
+([KB_938545_Instance_409] of  Property_List
+)
+
+([KB_938545_Instance_410] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_411])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_411] of  Property_List
+)
+
+([KB_938545_Instance_56] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[KB_938545_Instance_57]
+		[KB_938545_Instance_59]
+		[KB_938545_Instance_63]
+		[KB_938545_Instance_64]
+		[KB_938545_Instance_66]
+		[KB_938545_Instance_68]
+		[KB_938545_Instance_70]
+		[KB_938545_Instance_71]
+		[KB_938545_Instance_95]
+		[KB_938545_Instance_97]
+		[KB_938545_Instance_100]
+		[KB_938545_Instance_108]
+		[KB_938545_Instance_112]
+		[KB_938545_Instance_114]
+		[KB_938545_Instance_116]
+		[KB_938545_Instance_118]
+		[KB_938545_Instance_120]
+		[KB_938545_Instance_122]
+		[KB_938545_Instance_124]
+		[KB_938545_Instance_126]
+		[KB_938545_Instance_128]
+		[KB_938545_Instance_130]
+		[KB_938545_Instance_132]
+		[KB_938545_Instance_134]
+		[KB_221055_Instance_10]
+		[KB_221055_Instance_14]))
+
+([KB_938545_Instance_57] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_58])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_58] of  Property_List
+)
+
+([KB_938545_Instance_59] of  Widget
+
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [KB_933314_Instance_61]))
+
+([KB_938545_Instance_63] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([KB_938545_Instance_64] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [KB_938545_Instance_65])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_65] of  Property_List
+)
+
+([KB_938545_Instance_66] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [KB_938545_Instance_67])
+	(width 0)
+	(x 0)
+	(y 0))
+
 ([KB_938545_Instance_661] of  Widget
 
 	(is_hidden FALSE)
 	(name "http://www.w3.org/2002/07/owl#DeprecatedProperty")
-	(property_list [KB_475633_Class816])
+	(property_list [KB_938545_Instance_664])
 	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget"))
 
-([MPIWGannotations_ProjectKB_Class61] of  String
+([KB_938545_Instance_664] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[KB_938545_Instance_665]
+		[KB_938545_Instance_667]
+		[KB_938545_Instance_671]
+		[KB_938545_Instance_672]
+		[KB_938545_Instance_674]
+		[KB_938545_Instance_676]
+		[KB_938545_Instance_678]
+		[KB_938545_Instance_679]
+		[KB_938545_Instance_703]
+		[KB_938545_Instance_705]
+		[KB_938545_Instance_708]
+		[KB_938545_Instance_716]
+		[KB_938545_Instance_720]
+		[KB_938545_Instance_722]
+		[KB_938545_Instance_724]
+		[KB_938545_Instance_726]
+		[KB_938545_Instance_728]
+		[KB_938545_Instance_730]
+		[KB_938545_Instance_732]
+		[KB_938545_Instance_734]
+		[KB_938545_Instance_736]
+		[KB_938545_Instance_738]
+		[KB_938545_Instance_740]
+		[KB_938545_Instance_742]
+		[KB_221055_Instance_66]
+		[KB_221055_Instance_70]))
+
+([KB_938545_Instance_665] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_666])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_666] of  Property_List
+)
+
+([KB_938545_Instance_667] of  Widget
+
+	(name ":SLOT-CONSTRAINTS"))
+
+([KB_938545_Instance_67] of  Property_List
+)
+
+([KB_938545_Instance_671] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([KB_938545_Instance_672] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [KB_938545_Instance_673])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_673] of  Property_List
+)
+
+([KB_938545_Instance_674] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [KB_938545_Instance_675])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_675] of  Property_List
+)
+
+([KB_938545_Instance_676] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [KB_938545_Instance_677])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_677] of  Property_List
+)
+
+([KB_938545_Instance_678] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([KB_938545_Instance_679] of  Widget
+
+	(height 173)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_680])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.RDFPropertyMetadataWidget")
+	(width 300)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_68] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [KB_938545_Instance_69])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_680] of  Property_List
+
+	(properties
+		[KB_938545_Instance_681]
+		[KB_938545_Instance_685]
+		[KB_938545_Instance_689]
+		[KB_938545_Instance_693]
+		[KB_938545_Instance_697]))
+
+([KB_938545_Instance_681] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_682])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_682] of  Property_List
+
+	(properties
+		[KB_938545_Instance_683]
+		[KB_938545_Instance_684]))
+
+([KB_938545_Instance_683] of  Widget
+
+	(height 30)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_684] of  Widget
+
+	(height 107)
+	(is_hidden FALSE)
+	(label "Comment")
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 0)
+	(y 30))
+
+([KB_938545_Instance_685] of  Widget
+
+	(height 138)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(name ":OWL-EQUIVALENT-SLOTS")
+	(property_list [KB_938545_Instance_686])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 266)
+	(x 7)
+	(y 27))
+
+([KB_938545_Instance_686] of  Property_List
+
+	(properties
+		[KB_938545_Instance_687]
+		[KB_938545_Instance_688]))
+
+([KB_938545_Instance_687] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_688] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_689] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#sameAs")
+	(name "http://www.w3.org/2002/07/owl#sameAs")
+	(property_list [KB_938545_Instance_690])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_69] of  Property_List
+)
+
+([KB_938545_Instance_690] of  Property_List
+
+	(properties
+		[KB_938545_Instance_691]
+		[KB_938545_Instance_692]))
+
+([KB_938545_Instance_691] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_692] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_693] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#differentFrom")
+	(name "http://www.w3.org/2002/07/owl#differentFrom")
+	(property_list [KB_938545_Instance_694])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_694] of  Property_List
+
+	(properties
+		[KB_938545_Instance_695]
+		[KB_938545_Instance_696]))
+
+([KB_938545_Instance_695] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_696] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_697] of  Widget
+
+	(height 137)
+	(is_hidden FALSE)
+	(label "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_698])
+	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
+	(width 286)
+	(x 7)
+	(y 28))
+
+([KB_938545_Instance_698] of  Property_List
+
+	(properties
+		[KB_938545_Instance_699]
+		[KB_938545_Instance_700]))
+
+([KB_938545_Instance_699] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-View References to Value  "))
+
+([KB_938545_Instance_70] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([KB_938545_Instance_700] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Instance"))
+
+([KB_938545_Instance_703] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_704])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_704] of  Property_List
+)
+
+([KB_938545_Instance_705] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_938545_Instance_706]
+		[KB_938545_Instance_707]))
+
+([KB_938545_Instance_706] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_707] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_708] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [KB_938545_Instance_709])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
+	(width 200)
+	(x 0)
+	(y 170))
+
+([KB_938545_Instance_709] of  Property_List
+
+	(properties
+		[KB_938545_Instance_710]
+		[KB_938545_Instance_711]
+		[KB_938545_Instance_712]
+		[KB_938545_Instance_713]
+		[KB_938545_Instance_714]
+		[KB_938545_Instance_715]))
+
+([KB_938545_Instance_71] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [KB_938545_Instance_72])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_710] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([KB_938545_Instance_711] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([KB_938545_Instance_712] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([KB_938545_Instance_713] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([KB_938545_Instance_714] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([KB_938545_Instance_715] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([KB_938545_Instance_716] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [KB_938545_Instance_717])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_717] of  Property_List
+)
+
+([KB_938545_Instance_72] of  Property_List
+
+	(properties [KB_933314_Instance_65]))
+
+([KB_938545_Instance_720] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [KB_938545_Instance_721])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_721] of  Property_List
+)
+
+([KB_938545_Instance_722] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [KB_938545_Instance_723])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
+	(width 300)
+	(x 300)
+	(y 0))
+
+([KB_938545_Instance_723] of  Property_List
+)
+
+([KB_938545_Instance_724] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-MAXIMUM-CARDINALITY")
+	(property_list [KB_938545_Instance_725])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_725] of  Property_List
+)
+
+([KB_938545_Instance_726] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [KB_938545_Instance_727]))
+
+([KB_938545_Instance_727] of  Property_List
+)
+
+([KB_938545_Instance_728] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [KB_938545_Instance_729]))
+
+([KB_938545_Instance_729] of  Property_List
+)
+
+([KB_938545_Instance_730] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [KB_938545_Instance_731]))
+
+([KB_938545_Instance_731] of  Property_List
+)
+
+([KB_938545_Instance_732] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [KB_938545_Instance_733]))
+
+([KB_938545_Instance_733] of  Property_List
+)
+
+([KB_938545_Instance_734] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_735]))
+
+([KB_938545_Instance_735] of  Property_List
+)
+
+([KB_938545_Instance_736] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#domain")
+	(property_list [KB_938545_Instance_737])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_737] of  Property_List
+)
+
+([KB_938545_Instance_738] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentProperty")
+	(property_list [KB_938545_Instance_739])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_739] of  Property_List
+)
+
+([KB_938545_Instance_740] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#range")
+	(property_list [KB_938545_Instance_741])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.range.OWLRangeWidget")
+	(width 200)
+	(x 200)
+	(y 170))
+
+([KB_938545_Instance_741] of  Property_List
+)
+
+([KB_938545_Instance_742] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_743])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_743] of  Property_List
+)
+
+([KB_938545_Instance_744] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [KB_938545_Instance_745]))
+
+([KB_938545_Instance_745] of  Property_List
+)
+
+([KB_938545_Instance_8] of  Widget
+
+	(height 230)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#imports")
+	(property_list [KB_938545_Instance_9])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadatatab.OWLNamespacesWidget")
+	(width 620)
+	(x 0)
+	(y 290))
+
+([KB_938545_Instance_9] of  Property_List
+)
+
+([KB_938545_Instance_95] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_96])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_938545_Instance_96] of  Property_List
+)
+
+([KB_938545_Instance_97] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[KB_938545_Instance_98]
+		[KB_938545_Instance_99]))
+
+([KB_938545_Instance_98] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([KB_938545_Instance_99] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([KB_941921_Instance_10] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentClass")
+	(property_list [KB_941921_Instance_11])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_941921_Instance_11] of  Property_List
+)
+
+([KB_941921_Instance_14] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subClassOf")
+	(property_list [KB_941921_Instance_15])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.RDFSSubClassOfWidget")
+	(width 210)
+	(x 0)
+	(y 160))
+
+([KB_941921_Instance_15] of  Property_List
+)
+
+([KB_941921_Instance_2] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#equivalentClass")
+	(property_list [KB_941921_Instance_3])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_941921_Instance_3] of  Property_List
+)
+
+([KB_941921_Instance_6] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#subClassOf")
+	(property_list [KB_941921_Instance_7])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([KB_941921_Instance_7] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class1] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class2])
+	(widget_class_name "se.liu.ida.JessTab.JessTab"))
+
+([MPIWGannotations_ProjectKB_Class10] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class11] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class12])
+	(widget_class_name "edu.stanford.smi.protege.widget.instance_tree.InstanceTreeTab"))
+
+([MPIWGannotations_ProjectKB_Class12] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class13] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class14])
+	(widget_class_name "edu.stanford.smi.protegex.widget.pal.PalConstraintsTab"))
+
+([MPIWGannotations_ProjectKB_Class14] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class15] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class16])
+	(widget_class_name "edu.stanford.smi.RemoteKBTab.WordNetTab"))
+
+([MPIWGannotations_ProjectKB_Class16] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class17] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class18])
+	(widget_class_name "edu.stanford.smi.protegex.evaluation.MetaAnalysis"))
+
+([MPIWGannotations_ProjectKB_Class18] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class19] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class20])
+	(widget_class_name "uk.ac.man.cs.mig.coode.owlviz.ui.OWLVizTab"))
+
+([MPIWGannotations_ProjectKB_Class2] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class20] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class21] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class22])
+	(widget_class_name "edu.stanford.smi.RemoteKBTab.UMLSTab"))
+
+([MPIWGannotations_ProjectKB_Class22] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class23] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class24])
+	(widget_class_name "TGViztab.TGVizTab"))
+
+([MPIWGannotations_ProjectKB_Class24] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class25] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class26])
+	(widget_class_name "org.algernon.kb.okbc.protege.plugins.AlgernonTab"))
+
+([MPIWGannotations_ProjectKB_Class26] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class27] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class28])
+	(widget_class_name "edu.stanford.smi.protegex.changes.changesKBViewTab.ChangesKBViewTab"))
+
+([MPIWGannotations_ProjectKB_Class28] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class29] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class30])
+	(widget_class_name "edu.stanford.smi.protegex.xml.tab.XMLTab"))
+
+([MPIWGannotations_ProjectKB_Class3] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class4])
+	(widget_class_name "edu.stanford.smi.protege.widget.ProtegePropertiesTab"))
+
+([MPIWGannotations_ProjectKB_Class30] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class31] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class32])
+	(widget_class_name "edu.stanford.smi.protegex.widget.pal.PalQueriesTab"))
+
+([MPIWGannotations_ProjectKB_Class32] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class33] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class34])
+	(widget_class_name "edu.stanford.smi.protegex.chatPlugin.ChatTab"))
+
+([MPIWGannotations_ProjectKB_Class34] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class35] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class36])
+	(widget_class_name "edu.stanford.smi.protege.keywordsearch.StringSearch"))
+
+([MPIWGannotations_ProjectKB_Class36] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class37] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class38])
+	(widget_class_name "script.ProtegeScriptTab"))
+
+([MPIWGannotations_ProjectKB_Class38] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class39] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class40])
+	(widget_class_name "edu.stanford.smi.protegex.changes.ChangesTab"))
+
+([MPIWGannotations_ProjectKB_Class4] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class40] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class41] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class42])
+	(widget_class_name "edu.stanford.smi.protegex.fctab.FacetConstraintsTab"))
+
+([MPIWGannotations_ProjectKB_Class42] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class43] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class44])
+	(widget_class_name "cobract.metaui.cls.OboOntologyTab"))
+
+([MPIWGannotations_ProjectKB_Class44] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class45] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class46])
+	(widget_class_name "edu.stanford.smi.protege.widget.instance_tree.KnowledgeTreeTab"))
+
+([MPIWGannotations_ProjectKB_Class46] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class47] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class48])
+	(widget_class_name "edu.stanford.smi.protegex.datamaster.DataMasterTab"))
+
+([MPIWGannotations_ProjectKB_Class48] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class49] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class50])
+	(widget_class_name "dfki.protege.ontoviz_tab.OntovizTab"))
+
+([MPIWGannotations_ProjectKB_Class5] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class6])
+	(widget_class_name "ezpal.EZPalTab"))
+
+([MPIWGannotations_ProjectKB_Class50] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class51] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class52])
+	(widget_class_name "edu.stanford.smi.protegex.changes.stats.ChangeStatisticsTab"))
+
+([MPIWGannotations_ProjectKB_Class52] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class53] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class54])
+	(widget_class_name "cobract.ui.cls.OboClassesTab"))
+
+([MPIWGannotations_ProjectKB_Class54] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class55] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class56])
+	(widget_class_name "edu.stanford.smi.protegex.oboconverter.tabwidget.OboConverterTab"))
+
+([MPIWGannotations_ProjectKB_Class56] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class57] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class58])
+	(widget_class_name "edu.stanford.smi.protegex.prompt.PromptTab"))
+
+([MPIWGannotations_ProjectKB_Class58] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class6] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class69] of  String
 
 	(name "http://www.w3.org/2002/07/owl#Class")
 	(string_value "%3ANAME"))
 
-([MPIWGannotations_ProjectKB_Class62] of  String
+([MPIWGannotations_ProjectKB_Class7] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class8])
+	(widget_class_name "edu.stanford.smi.protegex.server_changes.prompt.UsersTab"))
+
+([MPIWGannotations_ProjectKB_Class70] of  String
 
 	(name ":INSTANCE-ANNOTATION")
 	(string_value "%3AANNOTATION-TEXT"))
 
-([MPIWGannotations_ProjectKB_Class63] of  String
+([MPIWGannotations_ProjectKB_Class71] of  String
 
 	(name ":META-CLASS")
 	(string_value "%3ANAME"))
 
-([MPIWGannotations_ProjectKB_Class64] of  String
+([MPIWGannotations_ProjectKB_Class72] of  String
 
 	(name ":PAL-CONSTRAINT")
 	(string_value "%3APAL-NAME"))
 
-([MPIWGannotations_ProjectKB_Class65] of  String
+([MPIWGannotations_ProjectKB_Class73] of  String
 
 	(name "http://www.w3.org/2002/07/owl#Thing")
 	(string_value "%3ANAME"))
 
+([MPIWGannotations_ProjectKB_Class8] of  Property_List
+)
+
+([MPIWGannotations_ProjectKB_Class9] of  Widget
+
+	(is_hidden TRUE)
+	(property_list [MPIWGannotations_ProjectKB_Class10])
+	(widget_class_name "ca.uvic.csr.shrimp.jambalaya.JambalayaTab"))
+
+([OWL_ProjectKB_Instance_3] of  Integer
+
+	(integer_value 533)
+	(name "owl_build"))
+
 ([PAL_FORM_WIDGET] of  Widget
 
 	(height 476)
 	(is_hidden FALSE)
 	(name ":PAL-CONSTRAINT")
-	(property_list [KB_475633_Class141])
+	(property_list [XY_Instance_922])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget")
 	(width 603)
 	(x 0)
@@ -7610,165 +5664,111 @@
 	(default_instance_widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.OWLFormWidget")
 	(default_slot_metaclass "http://www.w3.org/2002/07/owl#ObjectProperty")
 	(hidden_classes
-		"http://protege.stanford.edu/plugins/owl/protege#ExternalClass"
-		"http://www.w3.org/2003/11/swrlb#subtractDatTimeDurationFromTime"
 		":DIRECT-DOMAIN"
-		":CONSTRAINT"
-		":PAL-NAME"
 		"http://www.w3.org/2003/11/swrl#Imp"
 		"http://protege.stanford.edu/plugins/owl/protege#PAL-RANGE"
 		"http://www.w3.org/2001/XMLSchema#anySimpleType"
 		"http://www.w3.org/2001/XMLSchema#NOTATION"
 		":MODIFIER"
+		"http://protege.stanford.edu/plugins/owl/protege#SLOT-CONSTRAINTS"
 		"http://www.w3.org/2000/01/rdf-schema#Container"
-		"http://protege.stanford.edu/plugins/owl/protege#SLOT-CONSTRAINTS"
-		"http://www.w3.org/2003/11/swrlb#subtractDayTimeDurations"
-		"http://www.w3.org/2003/11/swrlb#addYearMonthDurationToDatetime"
 		"http://www.w3.org/2001/XMLSchema#integer"
 		":SLOT-NUMERIC-MINIMUM"
-		"http://www.w3.org/2003/11/swrlb#subtractDates"
 		"http://www.w3.org/2003/11/swrl#DatavaluedPropertyAtom"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement"
-		":DIRECTED-BINARY-RELATION"
-		"http://www.w3.org/2003/11/swrlb#substring"
 		":NUMERIC-MAXIMUM"
 		"http://www.w3.org/2003/11/swrl#propertyPredicate"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag"
-		"http://www.w3.org/2003/11/swrlb#stringConcat"
 		":ANNOTATION-TEXT"
 		"http://www.w3.org/2003/11/swrl#arguments"
-		"http://www.w3.org/2003/11/swrlb#greaterThan"
 		"http://www.w3.org/2002/07/owl#InverseFunctionalProperty"
 		":ANNOTATED-INSTANCE"
-		"http://www.w3.org/2001/XMLSchema#string"
-		":SLOT-CONSTRAINTS"
 		"http://www.w3.org/2003/11/swrl#BuiltinAtom"
-		"http://www.w3.org/2003/11/swrlb#unaryMinus"
+		":OWL-ONTOLOGY-POINTER-CLASS"
 		"http://www.w3.org/2002/07/owl#Ontology"
-		":PAL-RANGE"
-		":OWL-ONTOLOGY-POINTER-CLASS"
-		"http://www.w3.org/2003/11/swrlb#stringEqualIgnoreCase"
-		"http://www.w3.org/2001/XMLSchema#dateTime"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#object"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"
-		"http://www.w3.org/2003/11/swrlb#greaterThanOrEqual"
 		":VALUE-TYPE"
 		"http://www.w3.org/2002/07/owl#incompatibleWith"
 		"http://www.w3.org/2002/07/owl#CardinalityRestriction"
-		"http://www.w3.org/2001/XMLSchema#boolean"
 		"http://www.w3.org/2002/07/owl#inverseOf"
 		"http://protege.stanford.edu/plugins/owl/protege#inferredType"
-		"http://www.w3.org/2003/11/swrlb#round"
 		"http://www.w3.org/2002/07/owl#cardinality"
 		"http://www.w3.org/2001/XMLSchema#Name"
 		":ANNOTATION"
 		"http://www.w3.org/2002/07/owl#valuesFrom"
 		"http://www.w3.org/2003/11/swrl#body"
 		":STANDARD-SLOT"
-		"http://www.w3.org/2003/11/swrlb#subtractYearMonthDurationFromDate"
 		":OWL-ANONYMOUS-ROOT"
-		"http://www.w3.org/2001/XMLSchema#int"
-		"http://www.w3.org/2003/11/swrlb#yearMonthDuration"
-		"http://www.w3.org/2003/11/swrlb#subtractYearMonthDurations"
-		"http://www.w3.org/2003/11/swrlb#substringBefore"
-		"http://www.w3.org/2003/11/swrlb#divideYearMonthDurations"
 		":MAXIMUM-CARDINALITY"
-		"http://www.w3.org/2003/11/swrlb#booleanNot"
+		"http://protege.stanford.edu/plugins/owl/protege#ExternalResource"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt"
 		"http://www.w3.org/2001/XMLSchema#NMTOKEN"
-		"http://www.w3.org/2003/11/swrlb#normalizeSpace"
 		"http://www.w3.org/2002/07/owl#UnionClass"
 		"http://www.w3.org/2002/07/owl#sameAs"
 		":DIRECT-TYPE"
-		"http://www.w3.org/2001/XMLSchema#time"
+		":NAME"
 		"http://www.w3.org/2002/07/owl#equivalentClass"
-		":NAME"
-		"http://www.w3.org/2003/11/swrlb#subtract"
-		"http://www.w3.org/2003/11/swrlb#subtractDatetimesYieldingYearMonthDuration"
-		"http://www.w3.org/2003/11/swrlb#multiplyDayTimeDurations"
-		"http://www.w3.org/2003/11/swrlb#divideDayTimeDuration"
-		"http://www.w3.org/2003/11/swrlb#subtractYearMonthDurationFromDatetime"
 		"http://www.w3.org/2002/07/owl#FunctionalProperty"
-		"http://protege.stanford.edu/plugins/owl/protege#OWL-ONTOLOGY-POINTER-PROPERTY"
-		"http://protege.stanford.edu/plugins/owl/protege#OWL-ONTOLOGY-PREFIXES"
 		"http://protege.stanford.edu/plugins/owl/protege#inferredSubclassOf"
 		"http://www.w3.org/2003/11/swrl#SameIndividualAtom"
 		":PAL-DESCRIPTION"
-		"http://www.w3.org/2003/11/swrlb#equal"
 		"http://www.w3.org/2002/07/owl#MinCardinalityRestriction"
 		"http://www.w3.org/2002/07/owl#AnonymousClass"
 		"http://www.w3.org/2001/XMLSchema#anyURI"
 		"http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
-		"http://www.w3.org/2003/11/swrlb#subtractDayTimeDurationFromDate"
 		":CLASS"
-		"http://www.w3.org/2003/11/swrlb#contains"
 		"http://www.w3.org/2002/07/owl#complementOf"
 		":ROLE"
-		"http://www.w3.org/2003/11/swrlb#addDayTimeDurationToTime"
-		"http://www.w3.org/2003/11/swrlb#translate"
-		"http://www.w3.org/2003/11/swrlb#dayTimeDuration"
+		"http://www.w3.org/2002/07/owl#TransitiveProperty"
+		"http://www.w3.org/2002/07/owl#IntersectionClass"
 		":DOCUMENTATION-IN-FRAME"
-		"http://www.w3.org/2002/07/owl#IntersectionClass"
-		"http://www.w3.org/2002/07/owl#TransitiveProperty"
 		"http://www.w3.org/2000/01/rdf-schema#range"
-		"http://www.w3.org/2003/11/swrlb#pow"
 		"http://www.w3.org/2001/XMLSchema#gYearMonth"
-		":CREATOR"
 		"http://www.w3.org/2002/07/owl#ComplementClass"
+		":CREATOR"
 		":ASSOCIATED-FACET"
-		"http://www.w3.org/2003/11/swrlb#upperCase"
 		":DOCUMENTATION"
-		"http://www.w3.org/2003/11/swrlb#addYearMonthDurations"
 		":DIRECT-SUPERCLASSES"
 		":CREATION-TIMESTAMP"
 		":META-CLASS"
 		"http://www.w3.org/2000/01/rdf-schema#Class"
 		"http://www.w3.org/2000/01/rdf-schema#domain"
 		":DIRECT-SUBSLOTS"
-		"http://www.w3.org/2000/01/rdf-schema#subClassOf"
 		":MODIFICATION-TIMESTAMP"
 		"http://www.w3.org/2001/XMLSchema#gYear"
 		"http://www.w3.org/2001/XMLSchema#gMonthDay"
+		"http://www.w3.org/2001/XMLSchema#normalizedString"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#value"
-		"http://www.w3.org/2001/XMLSchema#normalizedString"
 		"http://protege.stanford.edu/plugins/owl/protege#FROM"
 		"http://www.w3.org/2001/XMLSchema#nonPositiveInteger"
-		"http://www.w3.org/2003/11/swrlb#time"
+		"http://www.w3.org/2002/07/owl#someValuesFrom"
 		"http://protege.stanford.edu/plugins/owl/protege#classificationStatus"
-		"http://www.w3.org/2002/07/owl#someValuesFrom"
 		"http://protege.stanford.edu/plugins/owl/protege#inferredSuperclassOf"
-		"http://www.w3.org/2003/11/swrlb#notEqual"
+		"http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
 		"http://www.w3.org/2000/01/rdf-schema#subPropertyOf"
-		"http://www.w3.org/1999/02/22-rdf-syntax-ns#List"
 		"http://www.w3.org/2003/11/swrl#DifferentIndividualsAtom"
-		"http://www.w3.org/2003/11/swrlb#multiply"
 		"http://www.w3.org/2003/11/swrl#dataRange"
 		"http://www.w3.org/2002/07/owl#AllDifferent"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
 		"http://www.w3.org/2003/11/swrl#Variable"
-		"http://www.w3.org/2001/XMLSchema#date"
 		":DIRECT-INSTANCES"
+		"http://protege.stanford.edu/plugins/owl/protege#DIRECTED-BINARY-RELATION"
 		"http://www.w3.org/2002/07/owl#unionOf"
-		"http://protege.stanford.edu/plugins/owl/protege#DIRECTED-BINARY-RELATION"
 		":SLOT"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate"
 		"http://www.w3.org/2002/07/owl#minCardinality"
-		"http://www.w3.org/2003/11/swrlb#integerDivide"
 		"http://www.w3.org/2002/07/owl#allValuesFrom"
-		"http://www.w3.org/2003/11/swrlb#multiplyYearMonthDuration"
-		"http://www.w3.org/2003/11/swrlb#floor"
 		":INVERSE"
+		"http://www.w3.org/2002/07/owl#priorVersion"
 		"http://www.w3.org/2003/11/swrl#DataRangeAtom"
-		"http://www.w3.org/2002/07/owl#priorVersion"
 		"http://www.w3.org/2001/XMLSchema#token"
-		"http://www.w3.org/2003/11/swrlb#tan"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq"
 		":DIRECT-TEMPLATE-SLOTS"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"
 		"http://www.w3.org/2002/07/owl#DataRange"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
 		"http://www.w3.org/2002/07/owl#onProperty"
-		":PAL-CONSTRAINT"
 		"http://protege.stanford.edu/plugins/owl/protege#ExternalProperty"
 		"http://protege.stanford.edu/plugins/owl/protege#PAL-STATEMENT"
 		"http://protege.stanford.edu/plugins/owl/protege#PAL-CONSTRAINT"
@@ -7781,124 +5781,84 @@
 		"http://www.w3.org/2003/11/swrl#IndividualPropertyAtom"
 		":OWL-CLASS"
 		"http://www.w3.org/2001/XMLSchema#unsignedShort"
-		"http://www.w3.org/2003/11/swrlb#subtractDayTimeDurationFromDatetime"
 		"http://www.w3.org/2001/XMLSchema#unsignedInt"
 		":STANDARD-FACET"
 		":STANDARD-CLASS"
 		"http://www.w3.org/2002/07/owl#Restriction"
 		"http://www.w3.org/2002/07/owl#MaxCardinalityRestriction"
+		"http://www.w3.org/2001/XMLSchema#NCName"
 		"http://www.w3.org/2002/07/owl#Class"
-		"http://www.w3.org/2001/XMLSchema#NCName"
 		"http://www.w3.org/2001/XMLSchema#ID"
-		"http://www.w3.org/2003/11/swrlb#maxArgs"
 		"http://www.w3.org/2002/07/owl#imports"
-		"http://www.w3.org/2003/11/swrlb#roundHalfToEven"
 		"http://www.w3.org/2000/01/rdf-schema#member"
 		"http://www.w3.org/2002/07/owl#LogicalClass"
-		"http://www.w3.org/2003/11/swrlb#addDayTimeDurationToDate"
-		"http://www.w3.org/2003/11/swrlb#subtractTimes"
 		"http://www.w3.org/2003/11/swrl#Builtin"
-		"http://protege.stanford.edu/plugins/owl/protege#OWL-RESOURCE-URI"
 		"http://www.w3.org/2001/XMLSchema#negativeInteger"
 		"http://www.w3.org/2003/11/swrl#head"
 		"http://www.w3.org/2003/11/swrl#builtin"
 		"http://www.w3.org/2001/XMLSchema#decimal"
 		"http://www.w3.org/2003/11/swrl#AtomList"
+		"http://www.w3.org/2002/07/owl#equivalentProperty"
 		"http://www.w3.org/2003/11/swrl#classPredicate"
-		"http://www.w3.org/2002/07/owl#equivalentProperty"
-		"http://www.w3.org/2000/01/rdf-schema#seeAlso"
-		"http://www.w3.org/2000/01/rdf-schema#label"
-		"http://www.w3.org/2002/07/owl#SomeValuesFromRestriction"
 		"http://www.w3.org/2001/XMLSchema#long"
+		"http://www.w3.org/2002/07/owl#SomeValuesFromRestriction"
+		":SLOT-VALUE-TYPE"
 		"http://www.w3.org/2002/07/owl#HasValueRestriction"
-		":SLOT-VALUE-TYPE"
+		"http://www.w3.org/2001/XMLSchema#duration"
 		"http://www.w3.org/2001/XMLSchema#positiveInteger"
-		"http://www.w3.org/2001/XMLSchema#duration"
-		"http://www.w3.org/2003/11/swrlb#minArgs"
 		"http://www.w3.org/2002/07/owl#oneOf"
 		":VALUES"
 		":ASSOCIATED-SLOT"
-		"http://www.w3.org/2003/11/swrlb#lowerCase"
 		"http://www.w3.org/2001/XMLSchema#language"
-		"http://www.w3.org/2003/11/swrlb#stringLength"
+		"http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
 		"http://www.w3.org/2002/07/owl#versionInfo"
-		"http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
-		":CONSTRAINTS"
 		"http://www.w3.org/2001/XMLSchema#base64Binary"
 		"http://www.w3.org/2001/XMLSchema#short"
-		"http://www.w3.org/2003/11/swrlb#lessThan"
 		"http://www.w3.org/2002/07/owl#maxCardinality"
-		"http://www.w3.org/2003/11/swrlb#args"
 		"http://protege.stanford.edu/plugins/owl/protege#PAL-DESCRIPTION"
-		"http://www.w3.org/2003/11/swrlb#dateTime"
-		"http://www.w3.org/2003/11/swrlb#cos"
-		":PAL-STATEMENT"
-		"http://www.w3.org/2003/11/swrlb#addYearMonthDurationToDate"
 		"http://www.w3.org/2002/07/owl#AllValuesFromRestriction"
-		"http://www.w3.org/2003/11/swrlb#matches"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject"
-		"http://www.w3.org/2002/07/owl#DeprecatedClass"
 		"http://www.w3.org/2001/XMLSchema#hexBinary"
+		"http://www.w3.org/2002/07/owl#DeprecatedClass"
 		"http://www.w3.org/2002/07/owl#DatatypeProperty"
+		"http://www.w3.org/2001/XMLSchema#double"
 		"http://www.w3.org/2001/XMLSchema#unsignedByte"
-		"http://www.w3.org/2001/XMLSchema#double"
 		"http://www.w3.org/2002/07/owl#distinctMembers"
 		":SLOT-NUMERIC-MAXIMUM"
-		"http://www.w3.org/2003/11/swrlb#containsIgnoreCase"
 		":INSTANCE-ANNOTATION"
 		":SLOT-MINIMUM-CARDINALITY"
-		"http://www.w3.org/2003/11/swrlb#divide"
 		"http://www.w3.org/2002/07/owl#AnnotationProperty"
 		":DIRECT-SUBCLASSES"
 		"http://www.w3.org/2002/07/owl#DeprecatedProperty"
-		"http://www.w3.org/2003/11/swrlb#replace"
-		"http://www.w3.org/2003/11/swrlb#date"
 		"http://www.w3.org/2002/07/owl#ObjectProperty"
-		"http://www.w3.org/2003/11/swrlb#ceiling"
 		"http://www.w3.org/2001/XMLSchema#ENTITY"
-		"http://www.w3.org/2003/11/swrlb#lessThanOrEqual"
 		"http://www.w3.org/2001/XMLSchema#byte"
-		"http://www.w3.org/2000/01/rdf-schema#comment"
 		"http://www.w3.org/2001/XMLSchema#float"
 		":NUMERIC-MINIMUM"
 		"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
 		"http://protege.stanford.edu/plugins/owl/protege#TO"
 		"http://www.w3.org/2002/07/owl#backwardCompatibleWith"
 		":RELATION"
-		"http://www.w3.org/2003/11/swrlb#tokenize"
-		"http://www.w3.org/2003/11/swrlb#mode"
 		"http://www.w3.org/2000/01/rdf-schema#Datatype"
-		"http://www.w3.org/2003/11/swrlb#unaryPlus"
-		"http://www.w3.org/2003/11/swrlb#subtractDatetimesYieldingDayTimeDuration"
+		"http://www.w3.org/2001/XMLSchema#QName"
 		"http://www.w3.org/2003/11/swrl#Atom"
-		"http://www.w3.org/2001/XMLSchema#QName"
 		"http://www.w3.org/2002/07/owl#EnumeratedClass"
-		"http://www.w3.org/2003/11/swrlb#abs"
-		"http://www.w3.org/2003/11/swrlb#addDayTimeDurations"
-		":FROM"
 		"http://www.w3.org/2002/07/owl#disjointWith"
 		"http://www.w3.org/2001/XMLSchema#unsignedLong"
 		":MINIMUM-CARDINALITY"
-		"http://www.w3.org/2003/11/swrlb#endsWith"
+		":TO"
 		":SLOT-DEFAULTS"
-		":TO"
-		"http://www.w3.org/2003/11/swrlb#startsWith"
 		":SYSTEM-CLASS"
 		":SLOT-MAXIMUM-CARDINALITY"
-		"http://www.w3.org/2003/11/swrlb#substringAfter"
 		":DEFAULTS"
 		"http://www.w3.org/2001/XMLSchema#gDay"
 		"http://www.w3.org/2003/11/swrl#argument2"
 		"http://www.w3.org/2003/11/swrl#argument1"
 		":FACET"
-		"http://www.w3.org/2003/11/swrlb#sin"
-		"http://www.w3.org/2003/11/swrlb#add"
-		"http://www.w3.org/2003/11/swrlb#addDayTimeDurationToDatetime"
 		":SLOT-VALUES"
 		"http://www.w3.org/2002/07/owl#intersectionOf"
 		"http://www.w3.org/2002/07/owl#Nothing"
-		"http://www.w3.org/2002/07/owl#hasValue"
-		"http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+		"http://www.w3.org/2002/07/owl#hasValue")
 	(journaling_enabled FALSE)
 	(next_frame_number 0)
 	(options [Instance_48])
@@ -7936,27 +5896,1979 @@
 		[Instance_2470]
 		[KB_307200_Instance_22]
 		[KB_307200_Instance_23]
+		[OWL_ProjectKB_Instance_3]
 		[KB_444675_Instance_0]
 		[KB_632156_Instance_0]
 		[KB_325529_Class4]
 		[empty.owl_ProjectKB_Class5]
-		[empty.owl_ProjectKB_Class6]
-		[annotations_ProjectKB_Class1090]))
+		[empty.owl_ProjectKB_Class6]))
 
 ([STANDARD_CLASS_FORM_WIDGET] of  Widget
 
 	(name ":STANDARD-CLASS")
-	(property_list [KB_475633_Class102])
+	(property_list [XY_Instance_1063])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
 
 ([STANDARD_FACET_FORM_WIDGET] of  Widget
 
 	(name ":STANDARD-FACET")
-	(property_list [KB_475633_Class98])
+	(property_list [XY_Instance_587])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
 
 ([STANDARD_SLOT_FORM_WIDGET] of  Widget
 
 	(name ":STANDARD-SLOT")
-	(property_list [KB_475633_Class624])
+	(property_list [XY_Instance_725])
 	(widget_class_name "edu.stanford.smi.protege.widget.FormWidget"))
+
+([XY_Instance_0] of  Property_List
+
+	(properties
+		[XY_Instance_1]
+		[XY_Instance_2]
+		[XY_Instance_3]
+		[XY_Instance_4]))
+
+([XY_Instance_1] of  Widget
+
+	(name ":ANNOTATED-INSTANCE"))
+
+([XY_Instance_1001] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_1002]))
+
+([XY_Instance_1002] of  Property_List
+)
+
+([XY_Instance_1003] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_1004]))
+
+([XY_Instance_1004] of  Property_List
+)
+
+([XY_Instance_1005] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_1006]))
+
+([XY_Instance_1006] of  Property_List
+)
+
+([XY_Instance_1015] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_1016])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1016] of  Property_List
+)
+
+([XY_Instance_104] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_105]
+		[XY_Instance_106]))
+
+([XY_Instance_105] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_106] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_1063] of  Property_List
+
+	(name "class widget properties")
+	(properties
+		[XY_Instance_1064]
+		[XY_Instance_1066]
+		[XY_Instance_1067]
+		[XY_Instance_1068]
+		[XY_Instance_1069]
+		[XY_Instance_1071]
+		[XY_Instance_1072]
+		[XY_Instance_1073]
+		[XY_Instance_1074]
+		[XY_Instance_1088]
+		[XY_Instance_1092]
+		[XY_Instance_1096]
+		[XY_Instance_1098]
+		[XY_Instance_1100]
+		[KB_938545_Instance_1206]
+		[KB_938545_Instance_1208]))
+
+([XY_Instance_1064] of  Widget
+
+	(height 0)
+	(label "Constraints")
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [XY_Instance_1065])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1065] of  Property_List
+)
+
+([XY_Instance_1066] of  Widget
+
+	(name ":DIRECT-INSTANCES"))
+
+([XY_Instance_1067] of  Widget
+
+	(name ":DIRECT-SUBCLASSES"))
+
+([XY_Instance_1068] of  Widget
+
+	(name ":DIRECT-SUPERCLASSES"))
+
+([XY_Instance_1069] of  Widget
+
+	(height 120)
+	(label "Documentation")
+	(name ":DOCUMENTATION")
+	(property_list [XY_Instance_1070])
+	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
+	(width 400)
+	(x 200)
+	(y 0))
+
+([XY_Instance_1070] of  Property_List
+)
+
+([XY_Instance_1071] of  Widget
+
+	(height 60)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
+	(width 200)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1072] of  Widget
+
+	(height 60)
+	(label "Role")
+	(name ":ROLE")
+	(widget_class_name "edu.stanford.smi.protege.widget.RoleWidget")
+	(width 200)
+	(x 0)
+	(y 60))
+
+([XY_Instance_1073] of  Widget
+
+	(name ":DIRECT-TYPE"))
+
+([XY_Instance_1074] of  Widget
+
+	(height 150)
+	(label "Template Slots")
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [XY_Instance_1075])
+	(widget_class_name "edu.stanford.smi.protege.widget.TemplateSlotsWidget")
+	(width 600)
+	(x 0)
+	(y 120))
+
+([XY_Instance_1075] of  Property_List
+
+	(properties
+		[XY_Instance_1076]
+		[XY_Instance_1077]
+		[XY_Instance_1078]
+		[XY_Instance_1079]
+		[XY_Instance_1080]
+		[XY_Instance_1081]
+		[XY_Instance_1082]
+		[XY_Instance_1083]
+		[XY_Instance_1084]
+		[XY_Instance_1085]
+		[XY_Instance_1086]
+		[XY_Instance_1087]))
+
+([XY_Instance_1076] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View selected properties"))
+
+([XY_Instance_1077] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View selected properties at class"))
+
+([XY_Instance_1078] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create property and attach to class"))
+
+([XY_Instance_1079] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove overrides from selected properties"))
+
+([XY_Instance_1080] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_1081] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_1082] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Move up"))
+
+([XY_Instance_1083] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Move down"))
+
+([XY_Instance_1084] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View selected slots"))
+
+([XY_Instance_1085] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View selected slots at class"))
+
+([XY_Instance_1086] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create slot and attach to class"))
+
+([XY_Instance_1087] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove overrides from selected slots"))
+
+([XY_Instance_1088] of  Property_List
+
+	(name "layout properties")
+	(properties [XY_Instance_1089]))
+
+([XY_Instance_1089] of  String
+
+	(name "vertical_stretcher")
+	(string_value ":DIRECT-TEMPLATE-SLOTS"))
+
+([XY_Instance_1092] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_1093])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1093] of  Property_List
+)
+
+([XY_Instance_1096] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_1097])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1097] of  Property_List
+)
+
+([XY_Instance_1098] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_1099])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1099] of  Property_List
+)
+
+([XY_Instance_1100] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [XY_Instance_1101])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_1101] of  Property_List
+)
+
+([XY_Instance_117] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_118])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_118] of  Property_List
+)
+
+([XY_Instance_195] of  Property_List
+
+	(properties
+		[XY_Instance_200]
+		[XY_Instance_210]
+		[XY_Instance_235]
+		[KB_635552_Instance_10]
+		[KB_635552_Instance_12]
+		[KB_635552_Instance_14]
+		[KB_635552_Instance_16]
+		[KB_635552_Instance_18]
+		[KB_635552_Instance_20]
+		[KB_635552_Instance_22]
+		[KB_635552_Instance_24]
+		[KB_938545_Instance_8]))
+
+([XY_Instance_2] of  Widget
+
+	(name ":CREATOR"))
+
+([XY_Instance_200] of  Widget
+
+	(height 57)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_201])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadatatab.OntologyURIWidget")
+	(width 620)
+	(x 0)
+	(y 0))
+
+([XY_Instance_201] of  Property_List
+)
+
+([XY_Instance_210] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_211]
+		[XY_Instance_212]))
+
+([XY_Instance_211] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_212] of  String
+
+	(name "vertical_stretcher")
+	(string_value "http://www.w3.org/2002/07/owl#imports"))
+
+([XY_Instance_235] of  Widget
+
+	(height 230)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_236])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 620)
+	(x 0)
+	(y 60))
+
+([XY_Instance_236] of  Property_List
+
+	(properties [KB_632156_Instance_4]))
+
+([XY_Instance_3] of  Widget
+
+	(name ":CREATION-TIMESTAMP"))
+
+([XY_Instance_4] of  Widget
+
+	(height 100)
+	(is_hidden FALSE)
+	(name ":ANNOTATION-TEXT")
+	(widget_class_name "edu.stanford.smi.protege.widget.YellowStickyWidget")
+	(width 200)
+	(x 0)
+	(y 0))
+
+([XY_Instance_409] of  Property_List
+
+	(name "class widget properties")
+	(properties
+		[XY_Instance_410]
+		[XY_Instance_412]
+		[XY_Instance_413]
+		[XY_Instance_422]
+		[XY_Instance_424]
+		[XY_Instance_426]
+		[XY_Instance_427]
+		[XY_Instance_429]
+		[XY_Instance_440]
+		[XY_Instance_460]
+		[KB_140180_Instance_283]
+		[KB_140180_Instance_285]
+		[KB_140180_Instance_287]
+		[KB_140180_Instance_289]
+		[KB_140180_Instance_291]
+		[KB_941921_Instance_10]
+		[KB_941921_Instance_14]
+		[KB_024013_Instance_4]))
+
+([XY_Instance_410] of  Widget
+
+	(height 0)
+	(label "Constraints")
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [XY_Instance_411])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_411] of  Property_List
+)
+
+([XY_Instance_412] of  Widget
+
+	(name ":DIRECT-INSTANCES"))
+
+([XY_Instance_413] of  Widget
+
+	(name ":DIRECT-SUBCLASSES"))
+
+([XY_Instance_422] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_423])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_423] of  Property_List
+
+	(properties [KB_933314_Instance_13]))
+
+([XY_Instance_424] of  Widget
+
+	(height 0)
+	(label "Role")
+	(name ":ROLE")
+	(property_list [XY_Instance_425])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_425] of  Property_List
+)
+
+([XY_Instance_426] of  Widget
+
+	(height 0)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_886778_Instance_12])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_427] of  Widget
+
+	(height 220)
+	(label "OWL Properties")
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [XY_Instance_428])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.RDFPropertiesWidget")
+	(width 350)
+	(x 210)
+	(y 160))
+
+([XY_Instance_428] of  Property_List
+)
+
+([XY_Instance_429] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_430]
+		[XY_Instance_431]))
+
+([XY_Instance_430] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_431] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_440] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [XY_Instance_441])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_441] of  Property_List
+)
+
+([XY_Instance_460] of  Widget
+
+	(height 160)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_461])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 560)
+	(x 0)
+	(y 0))
+
+([XY_Instance_461] of  Property_List
+
+	(properties [KB_933314_Instance_14]))
+
+([XY_Instance_462] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[XY_Instance_463]
+		[XY_Instance_467]
+		[XY_Instance_468]
+		[XY_Instance_470]
+		[XY_Instance_471]
+		[XY_Instance_473]
+		[XY_Instance_475]
+		[XY_Instance_477]
+		[XY_Instance_478]
+		[XY_Instance_482]
+		[XY_Instance_483]
+		[XY_Instance_486]
+		[XY_Instance_520]
+		[XY_Instance_526]
+		[XY_Instance_538]
+		[KB_938545_Instance_140]
+		[KB_938545_Instance_142]
+		[KB_938545_Instance_144]
+		[KB_938545_Instance_148]
+		[KB_938545_Instance_152]
+		[KB_938545_Instance_156]
+		[KB_938545_Instance_158]
+		[KB_938545_Instance_160]
+		[KB_938545_Instance_162]
+		[KB_221055_Instance_18]
+		[KB_221055_Instance_22]))
+
+([XY_Instance_463] of  Widget
+
+	(height 0)
+	(label "Cardinality")
+	(name ":SLOT-MINIMUM-CARDINALITY")
+	(property_list [XY_Instance_464])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_464] of  Property_List
+)
+
+([XY_Instance_467] of  Widget
+
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [KB_933314_Instance_62]))
+
+([XY_Instance_468] of  Widget
+
+	(height 110)
+	(name ":DIRECT-TYPE")
+	(property_list [KB_938545_Instance_165])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.types.OWLObjectPropertyTypesWidget")
+	(width 200)
+	(x 400)
+	(y 190))
+
+([XY_Instance_470] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([XY_Instance_471] of  Widget
+
+	(height 0)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [XY_Instance_472])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_472] of  Property_List
+)
+
+([XY_Instance_473] of  Widget
+
+	(height 0)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(property_list [XY_Instance_474])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_474] of  Property_List
+)
+
+([XY_Instance_475] of  Widget
+
+	(height 0)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(property_list [XY_Instance_476])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_476] of  Property_List
+)
+
+([XY_Instance_477] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([XY_Instance_478] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_479])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_479] of  Property_List
+
+	(properties [KB_933314_Instance_64]))
+
+([XY_Instance_482] of  Widget
+
+	(height 0)
+	(label "Range Type")
+	(name ":SLOT-VALUE-TYPE")
+	(property_list [KB_938545_Instance_164])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_483] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_484]
+		[XY_Instance_485]))
+
+([XY_Instance_484] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_485] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_486] of  Widget
+
+	(height 220)
+	(is_hidden FALSE)
+	(label "Domain")
+	(name ":DIRECT-DOMAIN")
+	(property_list [XY_Instance_487])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.properties.domain.OWLDomainWidget")
+	(width 200)
+	(x 0)
+	(y 170))
+
+([XY_Instance_487] of  Property_List
+
+	(properties
+		[XY_Instance_488]
+		[XY_Instance_489]
+		[XY_Instance_490]
+		[XY_Instance_491]
+		[XY_Instance_492]
+		[XY_Instance_493]))
+
+([XY_Instance_488] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([XY_Instance_489] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([XY_Instance_490] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([XY_Instance_491] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_492] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_493] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([XY_Instance_520] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [XY_Instance_521])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_521] of  Property_List
+)
+
+([XY_Instance_526] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [XY_Instance_527])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_527] of  Property_List
+)
+
+([XY_Instance_538] of  Widget
+
+	(height 170)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_539])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 600)
+	(x 0)
+	(y 0))
+
+([XY_Instance_539] of  Property_List
+
+	(properties [KB_933314_Instance_63]))
+
+([XY_Instance_540] of  Property_List
+
+	(name "class widget properties")
+	(properties
+		[XY_Instance_541]
+		[XY_Instance_543]
+		[XY_Instance_544]
+		[XY_Instance_545]
+		[XY_Instance_547]
+		[XY_Instance_549]
+		[XY_Instance_551]
+		[XY_Instance_552]
+		[XY_Instance_554]
+		[XY_Instance_575]
+		[XY_Instance_585]
+		[KB_635552_Instance_0]
+		[KB_635552_Instance_2]
+		[KB_635552_Instance_4]
+		[KB_635552_Instance_6]
+		[KB_635552_Instance_8]
+		[KB_941921_Instance_2]
+		[KB_941921_Instance_6]))
+
+([XY_Instance_541] of  Widget
+
+	(height 0)
+	(label "Constraints")
+	(name ":SLOT-CONSTRAINTS")
+	(property_list [XY_Instance_542])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_542] of  Property_List
+)
+
+([XY_Instance_543] of  Widget
+
+	(name ":DIRECT-INSTANCES"))
+
+([XY_Instance_544] of  Widget
+
+	(name ":DIRECT-SUBCLASSES"))
+
+([XY_Instance_545] of  Widget
+
+	(height 500)
+	(label "Definition")
+	(name ":DIRECT-SUPERCLASSES")
+	(property_list [XY_Instance_546])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.cls.ClassAnnotationsAndDescriptionWidget")
+	(width 660)
+	(x 0)
+	(y 0))
+
+([XY_Instance_546] of  Property_List
+
+	(properties [KB_100699_Instance_0]))
+
+([XY_Instance_547] of  Widget
+
+	(height 0)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_548])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_548] of  Property_List
+
+	(properties [KB_933314_Instance_15]))
+
+([XY_Instance_549] of  Widget
+
+	(height 0)
+	(label "Role")
+	(name ":ROLE")
+	(property_list [XY_Instance_550])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_550] of  Property_List
+)
+
+([XY_Instance_551] of  Widget
+
+	(name ":DIRECT-TYPE"))
+
+([XY_Instance_552] of  Widget
+
+	(height 0)
+	(label "OWL Properties")
+	(name ":DIRECT-TEMPLATE-SLOTS")
+	(property_list [XY_Instance_553])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_553] of  Property_List
+)
+
+([XY_Instance_554] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_555]
+		[XY_Instance_556]))
+
+([XY_Instance_555] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_556] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_575] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":DOCUMENTATION")
+	(property_list [XY_Instance_576])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_576] of  Property_List
+)
+
+([XY_Instance_585] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_586])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_586] of  Property_List
+)
+
+([XY_Instance_587] of  Property_List
+
+	(name "facet widget properties")
+	(properties
+		[XY_Instance_588]
+		[XY_Instance_589]
+		[XY_Instance_590]))
+
+([XY_Instance_588] of  Widget
+
+	(height 60)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
+	(width 200)
+	(x 0)
+	(y 0))
+
+([XY_Instance_589] of  Widget
+
+	(height 120)
+	(label "Documentation")
+	(name ":DOCUMENTATION")
+	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
+	(width 200)
+	(x 200)
+	(y 0))
+
+([XY_Instance_590] of  Widget
+
+	(height 60)
+	(label "Associated Property")
+	(name ":ASSOCIATED-SLOT")
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceFieldWidget")
+	(width 200)
+	(x 0)
+	(y 60))
+
+([XY_Instance_665] of  Property_List
+
+	(properties
+		[XY_Instance_666]
+		[XY_Instance_668]
+		[XY_Instance_670]
+		[XY_Instance_672]
+		[XY_Instance_674]
+		[XY_Instance_676]
+		[XY_Instance_678]
+		[XY_Instance_680]
+		[XY_Instance_683]
+		[XY_Instance_685]
+		[XY_Instance_687]
+		[XY_Instance_689]
+		[XY_Instance_691]
+		[XY_Instance_693]))
+
+([XY_Instance_666] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_667])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_667] of  Property_List
+)
+
+([XY_Instance_668] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":OWL-DIFFERENT-FROM")
+	(property_list [XY_Instance_669])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_669] of  Property_List
+)
+
+([XY_Instance_670] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_671])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_671] of  Property_List
+)
+
+([XY_Instance_672] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_673])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_673] of  Property_List
+)
+
+([XY_Instance_674] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_675])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_675] of  Property_List
+)
+
+([XY_Instance_676] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name ":OWL-SAME-AS")
+	(property_list [XY_Instance_677])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_677] of  Property_List
+)
+
+([XY_Instance_678] of  Widget
+
+	(height 160)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [XY_Instance_679])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.AnnotationsWidget")
+	(width 300)
+	(x 300)
+	(y 0))
+
+([XY_Instance_679] of  Property_List
+)
+
+([XY_Instance_680] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_681]
+		[XY_Instance_682]))
+
+([XY_Instance_681] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_682] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_683] of  Widget
+
+	(is_hidden FALSE)
+	(name ":TO")
+	(property_list [XY_Instance_684]))
+
+([XY_Instance_684] of  Property_List
+)
+
+([XY_Instance_685] of  Widget
+
+	(is_hidden FALSE)
+	(name ":FROM")
+	(property_list [XY_Instance_686]))
+
+([XY_Instance_686] of  Property_List
+)
+
+([XY_Instance_687] of  Widget
+
+	(height 160)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [XY_Instance_688])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.metadata.OWLMetadataWidget")
+	(width 300)
+	(x 0)
+	(y 0))
+
+([XY_Instance_688] of  Property_List
+)
+
+([XY_Instance_689] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#member")
+	(property_list [XY_Instance_690])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_690] of  Property_List
+)
+
+([XY_Instance_691] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/1999/02/22-rdf-syntax-ns#value")
+	(property_list [XY_Instance_692])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_692] of  Property_List
+)
+
+([XY_Instance_693] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_694])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_694] of  Property_List
+)
+
+([XY_Instance_725] of  Property_List
+
+	(name "slot widget properties")
+	(properties
+		[XY_Instance_728]
+		[XY_Instance_729]
+		[XY_Instance_730]
+		[XY_Instance_731]
+		[XY_Instance_732]
+		[XY_Instance_738]
+		[XY_Instance_739]
+		[XY_Instance_740]
+		[XY_Instance_741]
+		[XY_Instance_742]
+		[XY_Instance_743]
+		[XY_Instance_744]
+		[XY_Instance_745]
+		[XY_Instance_746]
+		[XY_Instance_754]
+		[XY_Instance_762]
+		[XY_Instance_770]
+		[XY_Instance_772]
+		[XY_Instance_774]
+		[XY_Instance_776]
+		[XY_Instance_778]
+		[XY_Instance_780]
+		[XY_Instance_782]))
+
+([XY_Instance_728] of  Widget
+
+	(name ":SLOT-CONSTRAINTS"))
+
+([XY_Instance_729] of  Widget
+
+	(name ":DIRECT-TYPE"))
+
+([XY_Instance_730] of  Widget
+
+	(name ":DIRECT-SUPERSLOTS"))
+
+([XY_Instance_731] of  Widget
+
+	(name ":DIRECT-SUBSLOTS"))
+
+([XY_Instance_732] of  Widget
+
+	(height 150)
+	(label "Default")
+	(name ":SLOT-DEFAULTS")
+	(property_list [XY_Instance_733])
+	(widget_class_name "edu.stanford.smi.protege.widget.DefaultValuesWidget")
+	(width 200)
+	(x 400)
+	(y 120))
+
+([XY_Instance_733] of  Property_List
+
+	(properties
+		[XY_Instance_734]
+		[XY_Instance_735]
+		[XY_Instance_736]
+		[XY_Instance_737]))
+
+([XY_Instance_734] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View the selected value"))
+
+([XY_Instance_735] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create a new value"))
+
+([XY_Instance_736] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_737] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_738] of  Widget
+
+	(height 120)
+	(label "Documentation")
+	(name ":DOCUMENTATION")
+	(widget_class_name "edu.stanford.smi.protege.widget.DocumentationWidget")
+	(width 200)
+	(x 200)
+	(y 0))
+
+([XY_Instance_739] of  Widget
+
+	(height 60)
+	(label "Maximum")
+	(name ":SLOT-NUMERIC-MAXIMUM")
+	(widget_class_name "edu.stanford.smi.protege.widget.NumericMaximumWidget")
+	(width 100)
+	(x 100)
+	(y 210))
+
+([XY_Instance_740] of  Widget
+
+	(height 60)
+	(label "Minimum")
+	(name ":SLOT-NUMERIC-MINIMUM")
+	(widget_class_name "edu.stanford.smi.protege.widget.NumericMinimumWidget")
+	(width 100)
+	(x 0)
+	(y 210))
+
+([XY_Instance_741] of  Widget
+
+	(name ":ASSOCIATED-FACET"))
+
+([XY_Instance_742] of  Widget
+
+	(height 60)
+	(label "Name")
+	(name ":NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceNameWidget")
+	(width 200)
+	(x 0)
+	(y 0))
+
+([XY_Instance_743] of  Widget
+
+	(height 60)
+	(label "Inverse")
+	(name ":SLOT-INVERSE")
+	(widget_class_name "edu.stanford.smi.protege.widget.InverseSlotWidget")
+	(width 200)
+	(x 200)
+	(y 210))
+
+([XY_Instance_744] of  Widget
+
+	(height 150)
+	(label "Value Type")
+	(name ":SLOT-VALUE-TYPE")
+	(widget_class_name "edu.stanford.smi.protege.widget.ValueTypeWidget")
+	(width 200)
+	(x 0)
+	(y 60))
+
+([XY_Instance_745] of  Property_List
+
+	(name "layout properties"))
+
+([XY_Instance_746] of  Widget
+
+	(height 120)
+	(is_hidden FALSE)
+	(name ":DIRECT-DOMAIN")
+	(property_list [XY_Instance_747])
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
+	(width 250)
+	(x 0)
+	(y 270))
+
+([XY_Instance_747] of  Property_List
+
+	(properties
+		[XY_Instance_748]
+		[XY_Instance_749]
+		[XY_Instance_750]
+		[XY_Instance_751]
+		[XY_Instance_752]
+		[XY_Instance_753]))
+
+([XY_Instance_748] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([XY_Instance_749] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([XY_Instance_750] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([XY_Instance_751] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_752] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_753] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([XY_Instance_754] of  Widget
+
+	(height 120)
+	(is_hidden FALSE)
+	(name ":OWL-DIFFERENT-FROM")
+	(property_list [XY_Instance_755])
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
+	(width 250)
+	(x 0)
+	(y 630))
+
+([XY_Instance_755] of  Property_List
+
+	(properties
+		[XY_Instance_756]
+		[XY_Instance_757]
+		[XY_Instance_758]
+		[XY_Instance_759]
+		[XY_Instance_760]
+		[XY_Instance_761]))
+
+([XY_Instance_756] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([XY_Instance_757] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([XY_Instance_758] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([XY_Instance_759] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_760] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_761] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([XY_Instance_762] of  Widget
+
+	(height 240)
+	(is_hidden FALSE)
+	(name ":OWL-SAME-AS")
+	(property_list [XY_Instance_763])
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
+	(width 250)
+	(x 250)
+	(y 510))
+
+([XY_Instance_763] of  Property_List
+
+	(properties
+		[XY_Instance_764]
+		[XY_Instance_765]
+		[XY_Instance_766]
+		[XY_Instance_767]
+		[XY_Instance_768]
+		[XY_Instance_769]))
+
+([XY_Instance_764] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instances"))
+
+([XY_Instance_765] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([XY_Instance_766] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([XY_Instance_767] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_768] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_769] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([XY_Instance_770] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_771]))
+
+([XY_Instance_771] of  Property_List
+)
+
+([XY_Instance_772] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_773]))
+
+([XY_Instance_773] of  Property_List
+)
+
+([XY_Instance_774] of  Widget
+
+	(is_hidden FALSE)
+	(name ":TO")
+	(property_list [XY_Instance_775]))
+
+([XY_Instance_775] of  Property_List
+)
+
+([XY_Instance_776] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_777]))
+
+([XY_Instance_777] of  Property_List
+)
+
+([XY_Instance_778] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [XY_Instance_779]))
+
+([XY_Instance_779] of  Property_List
+)
+
+([XY_Instance_780] of  Widget
+
+	(is_hidden FALSE)
+	(name ":FROM")
+	(property_list [XY_Instance_781]))
+
+([XY_Instance_781] of  Property_List
+)
+
+([XY_Instance_782] of  Widget
+
+	(is_hidden FALSE)
+	(name ":SLOT-VALUES")
+	(property_list [XY_Instance_783]))
+
+([XY_Instance_783] of  Property_List
+)
+
+([XY_Instance_784] of  Property_List
+
+	(properties
+		[XY_Instance_789]
+		[XY_Instance_799]
+		[XY_Instance_812]
+		[KB_635552_Instance_26]
+		[KB_635552_Instance_28]
+		[KB_635552_Instance_30]
+		[KB_635552_Instance_32]
+		[KB_635552_Instance_34]))
+
+([XY_Instance_789] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_790])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_790] of  Property_List
+
+	(properties [KB_933314_Instance_12]))
+
+([XY_Instance_799] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_800]
+		[XY_Instance_801]))
+
+([XY_Instance_800] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_801] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<none>>"))
+
+([XY_Instance_812] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_813])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.HeaderWidget")
+	(width 550)
+	(x 0)
+	(y 0))
+
+([XY_Instance_813] of  Property_List
+
+	(properties [KB_933314_Instance_11]))
+
+([XY_Instance_89] of  Property_List
+
+	(properties
+		[XY_Instance_90]
+		[XY_Instance_94]
+		[XY_Instance_96]
+		[XY_Instance_98]
+		[XY_Instance_104]
+		[XY_Instance_117]
+		[KB_938545_Instance_744]
+		[KB_713803_Instance_980]))
+
+([XY_Instance_890] of  Property_List
+
+	(properties
+		[XY_Instance_893]
+		[XY_Instance_897]
+		[XY_Instance_900]
+		[XY_Instance_906]
+		[XY_Instance_910]
+		[XY_Instance_912]
+		[XY_Instance_914]
+		[XY_Instance_916]
+		[XY_Instance_920]))
+
+([XY_Instance_893] of  Widget
+
+	(height 260)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_894])
+	(widget_class_name "edu.stanford.smi.protegex.owl.ui.widget.ExternalResourceURLWidget")
+	(width 340)
+	(x 0)
+	(y 0))
+
+([XY_Instance_894] of  Property_List
+)
+
+([XY_Instance_897] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_898]
+		[XY_Instance_899]))
+
+([XY_Instance_898] of  String
+
+	(name "horizontal_stretcher")
+	(string_value ":OWL-RESOURCE-URI"))
+
+([XY_Instance_899] of  String
+
+	(name "vertical_stretcher")
+	(string_value ":OWL-RESOURCE-URI"))
+
+([XY_Instance_90] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_91])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_900] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Resource URI")
+	(name ":OWL-RESOURCE-URI")
+	(property_list [XY_Instance_901])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_901] of  Property_List
+)
+
+([XY_Instance_906] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#seeAlso")
+	(property_list [XY_Instance_907]))
+
+([XY_Instance_907] of  Property_List
+)
+
+([XY_Instance_91] of  Property_List
+)
+
+([XY_Instance_910] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_911]))
+
+([XY_Instance_911] of  Property_List
+)
+
+([XY_Instance_912] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_913]))
+
+([XY_Instance_913] of  Property_List
+)
+
+([XY_Instance_914] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#comment")
+	(property_list [XY_Instance_915]))
+
+([XY_Instance_915] of  Property_List
+)
+
+([XY_Instance_916] of  Widget
+
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#isDefinedBy")
+	(property_list [XY_Instance_917]))
+
+([XY_Instance_917] of  Property_List
+)
+
+([XY_Instance_920] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_921])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_921] of  Property_List
+)
+
+([XY_Instance_922] of  Property_List
+
+	(properties
+		[XY_Instance_923]
+		[XY_Instance_924]
+		[XY_Instance_925]
+		[XY_Instance_926]))
+
+([XY_Instance_923] of  Widget
+
+	(height 60)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":PAL-NAME")
+	(widget_class_name "edu.stanford.smi.protege.widget.TextFieldWidget")
+	(width 275)
+	(x 0)
+	(y 0))
+
+([XY_Instance_924] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(label "Range")
+	(name ":PAL-RANGE")
+	(widget_class_name "edu.stanford.smi.protegex.widget.pal.constraint.PalRangeWidget")
+	(width 250)
+	(x 275)
+	(y 180))
+
+([XY_Instance_925] of  Widget
+
+	(height 180)
+	(is_hidden FALSE)
+	(label "Description")
+	(name ":PAL-DESCRIPTION")
+	(widget_class_name "edu.stanford.smi.protege.widget.TextAreaWidget")
+	(width 250)
+	(x 275)
+	(y 0))
+
+([XY_Instance_926] of  Widget
+
+	(height 300)
+	(is_hidden FALSE)
+	(label "Statement")
+	(name ":PAL-STATEMENT")
+	(widget_class_name "edu.stanford.smi.protegex.widget.pal.constraint.PalConstraintWidget")
+	(width 275)
+	(x 0)
+	(y 60))
+
+([XY_Instance_927] of  Property_List
+
+	(properties
+		[XY_Instance_930]
+		[XY_Instance_936]
+		[XY_Instance_967]))
+
+([XY_Instance_930] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_931])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_931] of  Property_List
+)
+
+([XY_Instance_936] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_937]
+		[XY_Instance_938]))
+
+([XY_Instance_937] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_938] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_94] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_95])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_95] of  Property_List
+)
+
+([XY_Instance_96] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2000/01/rdf-schema#label")
+	(property_list [XY_Instance_97])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_967] of  Widget
+
+	(height 120)
+	(is_hidden FALSE)
+	(name "http://protege.stanford.edu/plugins/owl/protege#inferredType")
+	(property_list [XY_Instance_968])
+	(widget_class_name "edu.stanford.smi.protege.widget.InstanceListWidget")
+	(width 200)
+	(x 0)
+	(y 280))
+
+([XY_Instance_968] of  Property_List
+
+	(properties
+		[XY_Instance_969]
+		[XY_Instance_970]
+		[XY_Instance_971]
+		[XY_Instance_972]
+		[XY_Instance_973]
+		[XY_Instance_974]
+		[KB_886778_Instance_226]
+		[KB_886778_Instance_227]))
+
+([XY_Instance_969] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-View Selected Instance"))
+
+([XY_Instance_97] of  Property_List
+)
+
+([XY_Instance_970] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Create Instance"))
+
+([XY_Instance_971] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-References"))
+
+([XY_Instance_972] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Add"))
+
+([XY_Instance_973] of  Boolean
+
+	(boolean_value TRUE)
+	(name "ButtonDisplayed-Remove"))
+
+([XY_Instance_974] of  Boolean
+
+	(boolean_value FALSE)
+	(name "ButtonDisplayed-Delete Selected Instances"))
+
+([XY_Instance_975] of  Property_List
+
+	(properties
+		[XY_Instance_978]
+		[XY_Instance_984]
+		[XY_Instance_1001]
+		[XY_Instance_1003]
+		[XY_Instance_1005]
+		[XY_Instance_1015]
+		[KB_140180_Instance_279]
+		[KB_140180_Instance_281]))
+
+([XY_Instance_978] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(label "Name")
+	(name ":NAME")
+	(property_list [XY_Instance_979])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_979] of  Property_List
+)
+
+([XY_Instance_98] of  Widget
+
+	(height 0)
+	(is_hidden FALSE)
+	(name "http://www.w3.org/2002/07/owl#versionInfo")
+	(property_list [XY_Instance_99])
+	(width 0)
+	(x 0)
+	(y 0))
+
+([XY_Instance_984] of  Property_List
+
+	(name "layout properties")
+	(properties
+		[XY_Instance_985]
+		[XY_Instance_986]))
+
+([XY_Instance_985] of  String
+
+	(name "horizontal_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_986] of  String
+
+	(name "vertical_stretcher")
+	(string_value "<<all>>"))
+
+([XY_Instance_99] of  Property_List
+)
--- a/catalog-v001.xml	Fri Dec 02 20:30:17 2011 +0100
+++ b/catalog-v001.xml	Thu Apr 19 16:09:16 2012 +0200
@@ -1,12 +1,16 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <catalog id="XML Catalog File (see http://www.oasis-open.org/committees/entity/spec-2001-08-06.html) - Created By Protege 4" prefer="public" xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
     <group id="Folder Repository, directory=, recursive=true, Auto-Update=true, version=1" prefer="public" xml:base="">
-        <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://dbpedia.org/ontology/" uri="dbpedia_3.6.owl"/>
-        <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://erlangen-crm.org/110404/" uri="ecrm_110404.owl"/>
-        <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://erlangen-crm.org/plus/xdt/110404/" uri="ecrm_plus_110404_dw.owl"/>
-        <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://www.mpiwg-berlin.mpg.de/ontologies/namedIdentities" uri="namedIdentities.owl"/>
         <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://www.mpiwg-berlin.mpg.de/ontologies/namedIdentities" uri="namedIdentitiesTest.owl"/>
-        <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://www.mpiwg-berlin.mpg.de/ontologies/library/persons/" uri="personsLibrary.owl"/>
         <uri id="Automatically generated entry, Timestamp=1308056732568" name="http://www.mpiwg-berlin.mpg.de/ontologies/namedIdentities" uri="test.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1324042449717" name="http://ontologies.mpiwg-berlin.mpg.de/annotations/" uri="annotations.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1324042449717" name="http://dbpedia.org/ontology/" uri="dbpedia_3.6.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1324042449717" name="http://erlangen-crm.org/110404/" uri="ecrm_110404.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1324042449717" name="http://erlangen-crm.org/plus/xdt/110404/" uri="ecrm_plus_110404_dw.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1324042449717" name="http://ontologies.mpiwg-berlin.mpg.de/authorities/library/persons" uri="personsLibrary.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1332314011189" name="http://ontologies.mpiwg-berlin.mpg.de/annotations/" uri="MPIWGannotations.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1332920091794" name="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/" uri="namedIdentities.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1333050726569" name="http://ontologies.mpiwg-berlin.mpg.de/research/ECHO.owl/" uri="ECHO.owl"/>
+        <uri id="Automatically generated entry, Timestamp=1333050726569" name="http://ontologies.mpiwg-berlin.mpg.de/general/" uri="MPIWGGeneral.owl"/>
     </group>
 </catalog>
--- a/namedIdentities.owl	Fri Dec 02 20:30:17 2011 +0100
+++ b/namedIdentities.owl	Thu Apr 19 16:09:16 2012 +0200
@@ -1,183 +1,583 @@
 <?xml version="1.0"?>
-<rdf:RDF
-    xmlns:j.0="http://erlangen-crm.org/plus/xdt/110404/"
-    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
-    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
-    xmlns:ecrm="http://erlangen-crm.org/110404/"
-    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
-    xmlns="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/"
-    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-    xmlns:j.1="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#"
-    xmlns:owl="http://www.w3.org/2002/07/owl#"
-    xmlns:sqwrl="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl#"
-    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
-    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
-    xmlns:ecrm-xsd="http://erlangen-crm.org/plus/xdt/110404/#"
-    xmlns:dbpedia="http://dbpedia.org/ontology/"
-    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
-  xml:base="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/">
-  <owl:Ontology rdf:about="">
-    <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
-    <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms"/>
-    <owl:imports rdf:resource="http://dbpedia.org/ontology/"/>
-    <owl:imports rdf:resource="http://swrl.stanford.edu/ontologies/3.3/swrla.owl"/>
-    <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
-    <owl:imports rdf:resource="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl"/>
-    <owl:imports rdf:resource="http://erlangen-crm.org/110404/"/>
-    <owl:imports rdf:resource="http://erlangen-crm.org/plus/xdt/110404/"/>
-  </owl:Ontology>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/metre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/centimetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilogram"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/gramPerKilometre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/day"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicMetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/millimetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicKilometre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/newtonMetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/fuelType"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometrePerSecond"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/megabyte"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicCentimetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/minute"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/litre"/>
-  <rdfs:Class rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/second"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilogramPerCubicMetre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/inhabitantsPerSquareKilometre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/cubicMetrePerSecond"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/squareKilometre"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kelvin"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/hour"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/valvetrain"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilowatt"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/engineConfiguration"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/kilometrePerHour"/>
-  <rdfs:Class rdf:about="http://dbpedia.org/datatype/squareMetre"/>
-  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person">
-    <rdfs:subClassOf>
-      <rdf:Description rdf:about="http://xmlns.com/foaf/0.1/Person">
-        <owl:equivalentClass>
-          <rdf:Description rdf:about="http://dbpedia.org/ontology/Person">
-            <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E1_CRM_Entity"/>
-            <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-          </rdf:Description>
-        </owl:equivalentClass>
-      </rdf:Description>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E21_Person"/>
-    <rdfs:subClassOf>
-      <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
-    </rdfs:subClassOf>
-  </owl:Class>
-  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity">
-    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E77_Persistent_Item"/>
-    <rdfs:subClassOf>
-      <owl:Restriction>
-        <owl:onProperty>
-          <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier"/>
-        </owl:onProperty>
-        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
-        >1</owl:cardinality>
-      </owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >Named Entity beschreibt ein Referenz Objekt des Instituts, es ist mit einem Eindeutigen Identifier versehen.  P48 ist verbunden mit einem MPIWG identifier.</rdfs:comment>
-  </owl:Class>
-  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityProvider">
-    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E39_Actor"/>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-  </owl:Class>
-  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier">
-    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >Identifier eines Providers (z.B. VIAF, etc..) der Provider ist angebunden über</rdfs:comment>
-    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E42_Identifier"/>
-    <rdfs:subClassOf>
-      <owl:Restriction>
-        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
-        >1</owl:cardinality>
-        <owl:onProperty>
-          <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation"/>
-        </owl:onProperty>
-      </owl:Restriction>
-    </rdfs:subClassOf>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-  </owl:Class>
-  <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation">
-    <rdfs:subClassOf rdf:resource="http://erlangen-crm.org/110404/E65_Creation"/>
-    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
-  </owl:Class>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation">
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P94_has_created"/>
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
-    <owl:inverseOf>
-      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/created_NamedEntityIdentifier"/>
-    </owl:inverseOf>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#inverse_of_P14_carried_out_by_3">
-    <owl:inverseOf>
-      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/carriedOutByNamedEntityProvider"/>
-    </owl:inverseOf>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P14i_performed"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier">
-    <owl:inverseOf>
-      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_preferred_namedEntityIdentifier"/>
-    </owl:inverseOf>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P48_has_preferred_identifier"/>
-    <rdfs:subPropertyOf>
-      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier"/>
-    </rdfs:subPropertyOf>
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/carriedOutByNamedEntityProvider">
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityProvider"/>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P14_carried_out_by"/>
-    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#inverse_of_P14_carried_out_by_3"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/identifies_NamedEntity">
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
-    <owl:inverseOf>
-      <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier"/>
-    </owl:inverseOf>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P1i_identifies"/>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_preferred_namedEntityIdentifier">
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P48i_is_preferred_identifier_of"/>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier"/>
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/created_NamedEntityIdentifier">
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P94i_was_created_by"/>
-    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation"/>
-  </owl:ObjectProperty>
-  <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier">
-    <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/identifies_NamedEntity"/>
-    <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
-    <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
-    <rdfs:subPropertyOf rdf:resource="http://erlangen-crm.org/110404/P1_is_identified_by"/>
-  </owl:ObjectProperty>
-  <rdf:Property rdf:about="http://purl.org/dc/terms/creator"/>
-  <ecrm:E42_Identifier rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#Identifier_MPIWG">
-    <j.0:has_XSD_String rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >MPIWG</j.0:has_XSD_String>
-  </ecrm:E42_Identifier>
-  <j.1:Class_6 rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#Class_6_8"/>
-  <ecrm:E42_Identifier rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#E42_Identifier_11">
-    <j.0:has_XSD_String rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
-    >Wikipedia</j.0:has_XSD_String>
-  </ecrm:E42_Identifier>
-  <j.1:Class_6 rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#Class_6_7"/>
+
+
+<!DOCTYPE rdf:RDF [
+    <!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
+    <!ENTITY dbpedia "http://dbpedia.org/ontology/" >
+    <!ENTITY owl "http://www.w3.org/2002/07/owl#" >
+    <!ENTITY ecrm "http://erlangen-crm.org/110404/" >
+    <!ENTITY swrl "http://www.w3.org/2003/11/swrl#" >
+    <!ENTITY swrlb "http://www.w3.org/2003/11/swrlb#" >
+    <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
+    <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
+    <!ENTITY j.0 "http://erlangen-crm.org/plus/xdt/110404/" >
+    <!ENTITY ecrm-xsd "http://erlangen-crm.org/plus/xdt/110404/#" >
+    <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
+    <!ENTITY protege "http://protege.stanford.edu/plugins/owl/protege#" >
+    <!ENTITY xsp "http://www.owl-ontologies.com/2005/08/07/xsp.owl#" >
+    <!ENTITY swrla "http://swrl.stanford.edu/ontologies/3.3/swrla.owl#" >
+    <!ENTITY sqwrl "http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl#" >
+    <!ENTITY j.1 "http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#" >
+]>
+
+
+<rdf:RDF xmlns="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/"
+     xml:base="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/"
+     xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
+     xmlns:foaf="http://xmlns.com/foaf/0.1/"
+     xmlns:ecrm="http://erlangen-crm.org/110404/"
+     xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
+     xmlns:j.1="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#"
+     xmlns:j.0="http://erlangen-crm.org/plus/xdt/110404/"
+     xmlns:sqwrl="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl#"
+     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+     xmlns:swrl="http://www.w3.org/2003/11/swrl#"
+     xmlns:ecrm-xsd="&j.0;#"
+     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
+     xmlns:owl="http://www.w3.org/2002/07/owl#"
+     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
+     xmlns:dbpedia="http://dbpedia.org/ontology/"
+     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+     xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#">
+    <owl:Ontology rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/">
+        <owl:imports rdf:resource="http://dbpedia.org/ontology/"/>
+        <owl:imports rdf:resource="http://erlangen-crm.org/110404/"/>
+        <owl:imports rdf:resource="http://erlangen-crm.org/plus/xdt/110404/"/>
+        <owl:imports rdf:resource="http://purl.org/NET/dc_owl2dl/terms"/>
+        <owl:imports rdf:resource="http://sqwrl.stanford.edu/ontologies/built-ins/3.4/sqwrl.owl"/>
+        <owl:imports rdf:resource="http://swrl.stanford.edu/ontologies/3.3/swrla.owl"/>
+        <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
+        <owl:imports rdf:resource="http://xmlns.com/foaf/0.1/"/>
+    </owl:Ontology>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Annotation properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    <owl:AnnotationProperty rdf:about="&rdfs;comment"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Datatypes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://purl.org/dc/terms/Box -->
+
+    <rdfs:Datatype rdf:about="http://purl.org/dc/terms/Box"/>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Object Properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P14_carried_out_by -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P14_carried_out_by"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P14i_performed -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P14i_performed"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P1_is_identified_by -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P1_is_identified_by"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P1i_identifies -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P1i_identifies"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P48_has_preferred_identifier -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P48_has_preferred_identifier"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P48i_is_preferred_identifier_of -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P48i_is_preferred_identifier_of"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P87_is_identified_by -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P87_is_identified_by"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P94_has_created -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P94_has_created"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/P94i_was_created_by -->
+
+    <owl:ObjectProperty rdf:about="&ecrm;P94i_was_created_by"/>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#inverse_of_P14_carried_out_by_3 -->
+
+    <owl:ObjectProperty rdf:about="&j.1;inverse_of_P14_carried_out_by_3">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P14i_performed"/>
+        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/carriedOutByNamedEntityProvider"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/carriedOutByNamedEntityProvider -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/carriedOutByNamedEntityProvider">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P14_carried_out_by"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityProvider"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/created_NamedEntityIdentifier -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/created_NamedEntityIdentifier">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P94i_was_created_by"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P48_has_preferred_identifier"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier"/>
+        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_preferred_namedEntityIdentifier"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/identifies_NamedEntity -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/identifies_NamedEntity">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P1i_identifies"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_Name -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_Name">
+        <rdfs:comment rdf:datatype="http://purl.org/dc/terms/Box">Should have name attached via the appellation in UTF-8 and ASCII</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P87_is_identified_by"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_geoNamesID -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_geoNamesID">
+        <rdfs:comment rdf:datatype="http://purl.org/dc/terms/Box">geoID from GeoNames.org</rdfs:comment>
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P87_is_identified_by"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_identified_by_namedEntityIdentifier">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P1_is_identified_by"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_preferred_namedEntityIdentifier -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/is_preferred_namedEntityIdentifier">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P48i_is_preferred_identifier_of"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation -->
+
+    <owl:ObjectProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation">
+        <rdfs:subPropertyOf rdf:resource="&ecrm;P94_has_created"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier"/>
+        <rdfs:range rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation"/>
+        <owl:inverseOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/created_NamedEntityIdentifier"/>
+    </owl:ObjectProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Data properties
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://erlangen-crm.org/plus/xdt/110404/has_XSD_String -->
+
+    <owl:DatatypeProperty rdf:about="&j.0;has_XSD_String"/>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_asciiName -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_asciiName">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_digital_elevation_model -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_digital_elevation_model">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_elevation"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_elevation -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_elevation">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNameID -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNameID">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_1 -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_1">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_2 -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_2">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_3 -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_3">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_4 -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code_level_4">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_admin_code"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_alternate_country_code -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_alternate_country_code">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_countryCode -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_countryCode">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_featureClass -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_featureClass">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_featureCode -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_featureCode">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_population -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoNames_population">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoName_property"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty">
+        <rdfs:subPropertyOf rdf:resource="&j.0;has_XSD_String"/>
+        <rdfs:domain rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_latitude -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_latitude">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_longitude -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_longitude">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_name -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_name">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_timezone -->
+
+    <owl:DatatypeProperty rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_timezone">
+        <rdfs:subPropertyOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_geoProperty"/>
+    </owl:DatatypeProperty>
+    
+
+
+    <!-- 
+    ///////////////////////////////////////////////////////////////////////////////////////
+    //
+    // Classes
+    //
+    ///////////////////////////////////////////////////////////////////////////////////////
+     -->
+
+    
+
+
+    <!-- http://dbpedia.org/ontology/Person -->
+
+    <owl:Class rdf:about="&dbpedia;Person">
+        <owl:equivalentClass rdf:resource="&foaf;Person"/>
+        <rdfs:subClassOf rdf:resource="&ecrm;E1_CRM_Entity"/>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E1_CRM_Entity -->
+
+    <owl:Class rdf:about="&ecrm;E1_CRM_Entity"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E21_Person -->
+
+    <owl:Class rdf:about="&ecrm;E21_Person"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E39_Actor -->
+
+    <owl:Class rdf:about="&ecrm;E39_Actor"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E42_Identifier -->
+
+    <owl:Class rdf:about="&ecrm;E42_Identifier"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E53_Place -->
+
+    <owl:Class rdf:about="&ecrm;E53_Place">
+        <owl:equivalentClass rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place"/>
+    </owl:Class>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E65_Creation -->
+
+    <owl:Class rdf:about="&ecrm;E65_Creation"/>
+    
+
+
+    <!-- http://erlangen-crm.org/110404/E77_Persistent_Item -->
+
+    <owl:Class rdf:about="&ecrm;E77_Persistent_Item"/>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities#Class_6 -->
+
+    <owl:Class rdf:about="&j.1;Class_6"/>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity">
+        <rdfs:subClassOf rdf:resource="&ecrm;E77_Persistent_Item"/>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/has_preferred_namedEntityIdentifier"/>
+                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <rdfs:comment rdf:datatype="&xsd;string">Named Entity beschreibt ein Referenz Objekt des Instituts, es ist mit einem Eindeutigen Identifier versehen.  P48 ist verbunden mit einem MPIWG identifier.</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifier">
+        <rdfs:subClassOf rdf:resource="&ecrm;E42_Identifier"/>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+        <rdfs:subClassOf>
+            <owl:Restriction>
+                <owl:onProperty rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/was_createdBy_by_NamedEntityIdentifierCreation"/>
+                <owl:cardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:cardinality>
+            </owl:Restriction>
+        </rdfs:subClassOf>
+        <rdfs:comment rdf:datatype="&xsd;string">Identifier eines Providers (z.B. VIAF, etc..) der Provider ist angebunden über</rdfs:comment>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityIdentifierCreation">
+        <rdfs:subClassOf rdf:resource="&ecrm;E65_Creation"/>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityProvider -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntityProvider">
+        <rdfs:subClassOf rdf:resource="&ecrm;E39_Actor"/>
+        <rdfs:subClassOf rdf:resource="&owl;Thing"/>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Person">
+        <rdfs:subClassOf rdf:resource="&ecrm;E21_Person"/>
+        <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+        <rdfs:subClassOf rdf:resource="&foaf;Person"/>
+    </owl:Class>
+    
+
+
+    <!-- http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place -->
+
+    <owl:Class rdf:about="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/Place">
+        <rdfs:subClassOf rdf:resource="http://ontologies.mpiwg-berlin.mpg.de/authorities/namedIdentities/NamedEntity"/>
+    </owl:Class>
+    
+
+
+    <!-- http://www.w3.org/2002/07/owl#Thing -->
+
+    <owl:Class rdf:about="&owl;Thing"/>
+    
+
+
+    <!-- http://xmlns.com/foaf/0.1/Person -->
+
+    <owl:Class rdf:about="&foaf;Person"/>
 </rdf:RDF>
 
-<!-- Created with Protege (with OWL Plugin 3.4.4, Build 579)  http://protege.stanford.edu -->
+
+
+<!-- Generated by the OWL API (version 3.1.0.1602) http://owlapi.sourceforge.net -->
+