Skip to content

Namespace Resolution #46

Description

@ch-sander

onto = Ontology("rdf/file","results/ontology/graceful17.ttl")

leads to

Namespace:'http://www.semanticweb.org/owl/owlapi/turtle#'.
If X "called"[grace] equal-to Y then X "<->" equal-to Y.
If X "context_explanation"[<[http://www.graceful17.org/ontolog#>](http://www.graceful17.org/ontolog#%3E)] equal-to Y then X "<->" equal-to Y.
If X "contributor_name"[<[http://www.graceful17.org/ontolog#>](http://www.graceful17.org/ontolog#%3E)] equal-to Y then X "<->" equal-to Y.
...

The ttl loaded has @prefix grace: <http://www.graceful17.org/ontology/> . However, this namespace is not correctly set in the cnl, it seems. Sometimes it correctly points to [grace], other time it uses the URI [http://www.graceful17.org/ontolog#>] that does not feature in my RDF.

The same shows in the graphviz.

For testing: https://dataria.org/file/results/ontology/graceful17.ttl

I also wondered why I cannot load via Ontology("rdf/uri","https://dataria.org/file/results/ontology/graceful17.ttl")

Thanks :-)!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions