If you already have an existing Apache Jena(-compatible) RDF Store, simply put it into $KG$/resources/data/datasets/graph.dataset .
</li>
</ol>
<li>
<li> Semi-OPTIONAL
<ol>
<li>
(Semi-OPTIONAL) : Put SPARQL Queries to be executed on loaded KG for surface form extraction into appropriate folders.
Put SPARQL Queries to be executed on loaded KG for surface form extraction into appropriate folders.
<br>If you already have a file containing surface forms and their related resources,
<br>please put it in $KG$/resources/data/links_surfaceForms.txt (the filepath may be changed in <i>structure.config.FilePaths.java:FILE_ENTITY_SURFACEFORM_LINKING</i>.
<br>The line-wise split delimiter may be defined under <i>structure.config.Strings.java:ENTITY_SURFACE_FORM_LINKING_DELIM</i>, where the resource is in first position and the defined literal in second.