-
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
Express links to old ontology term URLs #70
Comments
I said the same (but more briefly) in #123 |
|
We can add We can also use
|
(Was "Use sameAs reasoning?")
@Sveino in #68
sameAs
between two namespaces (or rather, if you do, there'll be no effect)sameAs
for individualsequivalentClass
for classesequivalentProperty
for propertiesX sameAs Y
means that the repo needs to "copy" all statementsX P U
andU P X
over to Y and vice versaX equivalentClass Y
means to "copy" all statementsU a X
asU a Y
and vice versaX equivalentProperty Y
means to "copy" all statementsU X V
asU Y V
and vice versaBut none of that is free.
sameAs
reasoning efficientlyX owl:sameAs* / prop Y
equivalentClass, equivalentProperty
So overall, I would recommend against it.
And whenever CIM namespaces change, to implement a database migration.
The text was updated successfully, but these errors were encountered: