<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://protegewiki.stanford.edu/index.php?action=history&amp;feed=atom&amp;title=Pr4_UG_rm_Refactor</id>
		<title>Pr4 UG rm Refactor - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://protegewiki.stanford.edu/index.php?action=history&amp;feed=atom&amp;title=Pr4_UG_rm_Refactor"/>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=Pr4_UG_rm_Refactor&amp;action=history"/>
		<updated>2026-05-11T02:11:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.7</generator>

	<entry>
		<id>https://protegewiki.stanford.edu/index.php?title=Pr4_UG_rm_Refactor&amp;diff=8190&amp;oldid=prev</id>
		<title>RichMorin: Automated import of articles</title>
		<link rel="alternate" type="text/html" href="https://protegewiki.stanford.edu/index.php?title=Pr4_UG_rm_Refactor&amp;diff=8190&amp;oldid=prev"/>
				<updated>2010-07-27T21:00:52Z</updated>
		
		<summary type="html">&lt;p&gt;Automated import of articles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- Pr4_UG_rm_Refactor --&amp;gt;&lt;br /&gt;
== Refactor Menu ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{Pr4_UG_rm_TOC}}&amp;lt;div id='pr4_ug'&amp;gt;&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Refactor [[{{#var:G}}Menu|menu]]&lt;br /&gt;
is used to access {{#var:Pr4}}'s&lt;br /&gt;
[[{{#var:G}}Ontology|ontology]]-[[{{#var:G}}Refactoring|refactoring]] facilities.&lt;br /&gt;
&lt;br /&gt;
See also [{{#var:pws}}/Protege4Shortcuts Protege 4.X Shortcuts].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt;&lt;br /&gt;
In the keyboard shortcuts below,&lt;br /&gt;
substitute &amp;quot;Cmd&amp;quot; for &amp;quot;Ctrl&amp;quot; on Mac OS X.&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Change entity URI... (Ctrl-U) ====&lt;br /&gt;
&lt;br /&gt;
Globally change the [[{{#var:G}}URI|URI]]&lt;br /&gt;
(&amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; the label) for the selected [[{{#var:G}}Entity|entity]].&lt;br /&gt;
(This item was previously known as &amp;quot;Rename...&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
==== Change multiple entity URIs... ====&lt;br /&gt;
&lt;br /&gt;
Globally change the URIs&lt;br /&gt;
(&amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; the labels) for entities,&lt;br /&gt;
using search and replace.&lt;br /&gt;
(This item was previously known as &amp;quot;Rename entities...&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
==== Change ontology URI... ====&lt;br /&gt;
&lt;br /&gt;
Change the URI for the active ontology.&lt;br /&gt;
Note that this does &amp;lt;i&amp;gt;not&amp;lt;/i&amp;gt; change the URIs of any entities.&lt;br /&gt;
&lt;br /&gt;
==== Convert entity URIs to labels... ====&lt;br /&gt;
&lt;br /&gt;
Change the fragment of every entity URI into an auto ID&lt;br /&gt;
and places the original fragment text in a label&lt;br /&gt;
(using the current New Entities preferences).&lt;br /&gt;
&amp;lt;!-- ?(ToDo: deal with Protege4Preferences page) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Convert property assertion on class/individual puns to annotations ====&lt;br /&gt;
&lt;br /&gt;
Convert any property assertions with a subject which is a pun&lt;br /&gt;
to an annotation on the class which is punned.&lt;br /&gt;
&lt;br /&gt;
==== Coerce data property values into property range ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ?(Desc: Coerce data property values into property range) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Split subclass axioms ====&lt;br /&gt;
&lt;br /&gt;
Split [[{{#var:G}}Subclass|subclass]] [[{{#var:G}}Axiom|axioms]]&lt;br /&gt;
in the active ontologies into more fine-grained axioms.&lt;br /&gt;
For example, &amp;quot;&amp;lt;tt&amp;gt;A subClassOf (B and C)&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
would be split into &amp;quot;&amp;lt;tt&amp;gt;A subClassOf B&amp;lt;/tt&amp;gt;&amp;quot; and &amp;quot;&amp;lt;tt&amp;gt;A subClassOf C&amp;lt;/tt&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Amalgamate subclass axioms ====&lt;br /&gt;
&lt;br /&gt;
Merge subclass axioms that have a common left-hand side.&lt;br /&gt;
For example, &amp;quot;&amp;lt;tt&amp;gt;A subClassOf B&amp;lt;/tt&amp;gt;&amp;quot; and &amp;quot;&amp;lt;tt&amp;gt;A subClassOf C&amp;lt;/tt&amp;gt;&amp;quot;&lt;br /&gt;
would be merged into a single subclass axiom,&lt;br /&gt;
&amp;quot;&amp;lt;tt&amp;gt;A subClassOf (B and C)&amp;lt;/tt&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Split disjoint subclasses into pairwise disjoints ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ?(Desc: Split disjoint subclasses into pairwise disjoints) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Amalgamate disjoint classes into larger disjoint sets ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ?(Desc: Amalgamate disjoint classes into larger disjoint sets) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Convert qualified min cardinality 1 to someValuesFrom ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ?(Desc: Convert qualified min cardinality 1 to someValuesFrom) --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Copy/move/delete axioms... ====&lt;br /&gt;
&lt;br /&gt;
Select axioms using several different methods.&lt;br /&gt;
These axioms can then be deleted or moved/copied&lt;br /&gt;
to an existing or new ontology.&lt;br /&gt;
(This item was previously known as &amp;quot;Extract/move axioms&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
=== ------------------------------ ===&lt;br /&gt;
&lt;br /&gt;
==== Merge ontologies... ====&lt;br /&gt;
&lt;br /&gt;
Merge one or more ontologies into an existing or new ontology.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>RichMorin</name></author>	</entry>

	</feed>