kgrid / koio

This repository is for the Knowledge Object Implementation Ontology (KOIO)
1 stars 0 forks source link

Fix the ontology IRI #23

Closed faridseifi closed 3 months ago

faridseifi commented 3 months ago

Fix the ontology IRI from http://www.kgrid.org/koio to https://kgrid.org/koio by changing it as follows:

<rdf:RDF xmlns="https://kgrid.org/koio#"
     **xml:base="https://kgrid.org/koio"**
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
     xmlns:dc="http://purl.org/dc/elements/1.1/">
    **<owl:Ontology rdf:about="https://kgrorg/koio"/>**

This will

Other options to consider are: