Imported ontology error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Imported ontology error

gregor.ovsenjak@gmail.com
Hello, my issue is similar to the one found on this thread --> http://owlready.306.s1.nabble.com/handling-of-imported-ontology-tt273.html.

Can You please help me with the solution. Maybe I have missed something.
Here is the owl file beginning:

<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/u11d33/ontologies/2020/7/Parser_dynamicPart#"
     xml:base="http://www.semanticweb.org/u11d33/ontologies/2020/7/Parser_dynamicPart"
     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:swrl="http://www.w3.org/2003/11/swrl#"
     xmlns:swrla="http://swrl.stanford.edu/ontologies/3.3/swrla.owl#"
     xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
     xmlns:DARonto="http://www.semanticweb.org/u11d33/ontologies/2020/7/Parser_dynamicPart#"
     xmlns:ontologies="http://www.semanticweb.org/u11d33/ontologies/2020/9/"
     xmlns:Junciton_4_connections="http://www.semanticweb.org/u11d33/ontologies/2020/9/untitled-ontology-65#">
    <owl:Ontology rdf:about="http://www.semanticweb.org/u11d33/ontologies/2020/7/Parser_dynamicPart.owl">
        <owl:imports rdf:resource="http://www.semanticweb.org/u11d33/ontologies/2020/9/untitled-ontology-65"/>
    </owl:Ontology>


Thank You,
Gregor
Reply | Threaded
Open this post in threaded view
|

Re: Imported ontology error

Jiba
Administrator
Hi,

The ontology you want to import (http://www.semanticweb.org/u11d33/ontologies/2020/9/untitled-ontology-65) is not available online. Consequently, you need to put a local copy named "untitled-ontology-65.owl" in a directory, and to add that directory path to onto_path (with onto_path.append).

Jiba