sets the ontology IRI to https\://kgrid.org/koio by setting
sets the default namespace for the XML document to https\://kgrid.org/koio# by setting <rdf:RDF xmlns="https\://kgrid.org/koio#". This means that any element within the element that does not have a prefix is considered to belong to this namespace. For example person in
set the base IRI for resolving relative IRIs within the XML document by setting xml:base="https\://kgrid.org/koio". This means that any relative IRIs used in the document will be resolved against this base IRI to form absolute IRIs. Relative IRIs are the ones which start with a # for example #person in
<owl:Class rdf:about="#Person"/>
Other options to consider are:
using '/' instead of '#' for default namespace and relative IRIs
using a version number in the ontology IRI like foaf ontology. This is usually used for ontologies that get updated quite often and older versions are regularly used in existing projects)
Fix the ontology IRI from http://www.kgrid.org/koio to https://kgrid.org/koio by changing it as follows:
This will
Other options to consider are: