muninn / ontology-tools

A vocabulary / ontology documentation generator.
1 stars 0 forks source link

Cross-referencing within the ontology documentation #3

Open rwarren2 opened 6 years ago

rwarren2 commented 6 years ago

In the html version of the ontology, will a statement such as the following include a hyperlink to the definition of gender on the bolded term (which I realize won't be bolded--just done here for clarity):

A personal property, this indicates a person's self-defined gender. For more information on this property, see gender.

See cwrc/ontology#126

alliyya commented 6 years ago

@@#uri@@ --> <a href="uri">label</a> @@external_src@@ --> <a href="external_src">external_src<a>

Works now in the owl --> html with docgen, However not feasible for document generator to update owl file from current standpoint easily without adding more dependencies.

Will have to look into alternative approach to clean up final version of owl file temp fix: removal of all @@ in owl file after creating html