Creating a new Slim (under construction)
Adding a new subset (also known as a "slim")¶
See Daily Curator Workflow for creating branches and basic Protégé instructions.
-
In the main Protégé window, click on the "Entities" tab. Below that, click the "Annotation properties" tab.
-
Select the
subset_property
annotation property. -
Click on the "Add sub property" button.
-
In the pop-up window, add the name of the new slim. The IRI will automatically populate according to settings in the user's "New entities" settings. Click OK.
-
With the newly created annotation property selected, click on "Refactor > Rename entity..." in the menu.
-
In the pop-up window, select the "Show full IRI" checkbox. The IRI will appear. Edit the IRI to fit the following standard:
http://purl.obolibrary.org/obo/{ontology_abbreviation}#{label_of_subset}
For example, in CL, the original IRI will appear as:
http://purl.obolibrary.org/obo/CL_1234567
If the subset was labeled "kidney_slim", the IRI should be updated to:
http://purl.obolibrary.org/obo/cl#kidney_slim
-
In the 'Annotations" window, click the
+
next to "Annotations". -
In the pop-up window, select the
rdfs:comment
annotation property. Under "Value" enter a brief descripton for the slim. Under "Datatype" selectxsd:string
. Click OK.
See Daily Curator Workflow section for commit, push and merge instructions.
Adding a class (term) to a subset (slim)¶
See Daily Curator Workflow for creating branches and basic Protégé instructions.
-
In the main Protégé window, click on the "Entities" tab. Select the class that is to be added to a subset (slim).
-
In the 'Annotations" window, click the
+
next to "Annotations". -
In the pop-up window, select the
in_subset
annotation property. -
Click on the ‘Entity IRI’ tab.
-
Search for the slim label under "Entity IRI". In the pop-up that appears, double-click on the desired slim. Ensure that a sub property of
subset_property
is selected. Click OK.
See Daily Curator Workflow section for commit, push and merge instructions.