-
Notifications
You must be signed in to change notification settings - Fork 1
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
Change namespace url to be resolvable #10
Comments
Dear Jonas, thanks for your suggestion. It is definitely one of the steps which should be done here soon. Might be purl.org as well. I'll notify you, when it is available. For simple imports, you could use https://raw.githubusercontent.com/tibonto/DFG-Fachsystematik-Ontology/main/dfgfo.ttl for now. |
FYI: This issue is not fully done yet, but most of the prep work is done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are there any plans to change the namespace so that the IRIs in the ontology become resolvable? E.g.
<https://github.com/tibonto/dfgfo>
is not very linked data-friendly.If not, a possible solution would be a persistent identifier with redirecting via w3id. See for a example "The Software Description Ontology" (sdo), which is also hosted at github / github pages, and the ontology namespace
https://w3id.org/okn/o/sd/1.4.0
simply redirects there. Content-negotiation is also supported, e.g.:curl -Lv "https://w3id.org/okn/o/sd/1.4.0" -H "accept: application/rdf+xml"
redirects to the XML version of the ontologycurl -Lv "https://w3id.org/okn/o/sd/1.4.0" -H "accept: text/turtle"
redirects to the ttl, and so on...Registering at w3id seems to be simple: https://w3id.org/#new
The configuration for the sdo is here: https://github.com/perma-id/w3id.org/blob/master/okn/o/sd/.htaccess
Or also NFDI4Ing: https://github.com/perma-id/w3id.org/blob/master/nfdi4ing/metadata4ing/.htaccess
The text was updated successfully, but these errors were encountered: