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

Replace kvin URIs with namespaced URLs #33

Open
VladimirAlexiev opened this issue Dec 3, 2024 · 0 comments
Open

Replace kvin URIs with namespaced URLs #33

VladimirAlexiev opened this issue Dec 3, 2024 · 0 comments

Comments

@VladimirAlexiev
Copy link

(Split from PR #32 that should be rejected.)
kvin is not a registered URI scheme so it is bad style to use it for ontology terms.

@kenwenzel points out that some platforms use such a practice, eg jdbc, odbc, app, slack, msteams etc. But they need to enact (locally "resolve") these URIs to do some actions.

For RDF data, it's better to use (prefixed) URLs.

Define a prefix for a namespace like http://linkedfactory.github.io/vocab/kvin/ (or http://linkedfactory.github.io/vocab/ may be better),
then we can write kvin:something that denotes a URL,
rather than <kvin:something> that is a URN using an undefined scheme.

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