Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace Resolution #46

Open
ch-sander opened this issue Aug 30, 2024 · 0 comments
Open

Namespace Resolution #46

ch-sander opened this issue Aug 30, 2024 · 0 comments

Comments

@ch-sander
Copy link

ch-sander commented Aug 30, 2024

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 :-)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant