The Education Gateway to the Proto-OKN
These recommendations were compiled from feedback given by the FRINK team.
A complete ontology should have metadata about itself (such as its creator) and its (non-borrowed) terms (such as a natural language description of the term). See here for predicates to use when introducing such metadata.
xsd:integer
values and also xsd:dateTime
values."M"^^xsd:string
for “male” and "F"^^xsd:string
for “female”, consider replacing these strings with Wikidata IRIs for those concepts. This makes your graph “self-documenting,” and prevents data literals with duplicate meanings, malformed values, etc. If the allowed values of a property come from a finite set of IRIs, this set can be specified with an OWL axiom or SHACL constraint.As a reminder, it is best practice to re-use external IRIs whenever possible instead of creating new ones; see:
This also applies to IRIs used in place of data values, as recommended in the previous section.
If you must create a new IRI, create it in a domain that you control, so that it is resolvable to a web page you control, if a user enters the IRI in their browser. Ideally, this web page should define the IRI.
May 2025