Skip to content

Commit de511c4

Browse files
committed
Added more instructions.
1 parent 2c9595e commit de511c4

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/view/images/example_graph.png

-583 Bytes
Loading

src/view/instructions.fxml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@
2121
<Label text="&quot;John Smith&quot;, 200.1, &quot;2456&quot;^^xsd:Postcode" style="-fx-font-family: 'Courier New'"/>
2222
<Label text="The following will be interpreted as Classes (Ellipses):"/>
2323
<Label text="http://xmlns.com/foaf/0.1/knows, :thing, a:Person" style="-fx-font-family: 'Courier New'"/>
24-
<Label text="Anything outside of the Turtle syntax will be considered a Placeholder for instance-level Data (Dashed Rectangle): " wrapText="true" />
24+
<Label text="Anything outside of the Turtle syntax will be considered a Placeholder Literal for instance-level Data (Dashed Rectangle): " wrapText="true" />
2525
<Label text="Name, Work ID, Publication Place" style="-fx-font-family: 'Courier New'" />
26+
<Label text="Placeholder Classes (Dashed Ellipse) are defined the same way as regular classes, so to specify you want a Placeholder Class you must have selected 'Optimize for ontology and instance-level .ttl creation' in Options. " wrapText="true"/>
27+
<Label text="Placeholder Classes are used when you want a prefix before your data, such as when you want linkable IDs. For example, if you have a Placeholder class 'a:ID' with prefix 'a' = http://ids.org/id#', and .csv ids '100' and '200', the instance-level expansion would be:" wrapText="true"/>
28+
<Label text="http://ids.org/id#100 and http://ids.org/id#200" style="-fx-font-family: 'Courier New'"/>
2629
<Label text="Properties between two graph elements are created by clicking on an existing element, then clicking on the other. Properties that are self referential are created similarly - clicking twice on an existing element.&#13;" wrapText="true"/>
2730
<Label text="Workflow: exporting as .ttl" style="-fx-font-weight: bold;" />
2831
<Label text="Exporting as a normal .ttl file is easy - just create your graph without any Placeholders, and click the 'export as .ttl' Button, remembering to add any defined prefixes to the Prefixes Menu. &#13;" wrapText="true"/>

src/view/optionsmenu.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<font><Font name="Courier New" /></font>
3636
</Label>
3737
<Separator GridPane.rowIndex="9"/>
38-
<CheckBox fx:id="ontologyCbx" text="Optimize .ttl output for ontology creation (.owl)" GridPane.rowIndex="10"/>
38+
<CheckBox fx:id="ontologyCbx" text="Optimize for ontology and instance-level .ttl creation" GridPane.rowIndex="10"/>
3939
</GridPane>
4040
</center>
4141
<bottom>

0 commit comments

Comments
 (0)