-
Notifications
You must be signed in to change notification settings - Fork 0
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
property: isDisjointFrom #56
Comments
Obviously, we need to limit the scope of the Franz & Peet (2009) say the following:
However, their example in Table 4, based on Fig. 3, which is taken from Koperski et al. (2000):
is not indicative of an error and was not made in Koperski et al. (2000). We can probably just leave it to people's discretion as to when an |
The other audience are logic reasoners, which need to somehow deductively close an alignment of two or more taxonomies by narrowly specifying (indeed) every RCC-5 articulation between every possible pair of taxonomic concepts. So with, say, 50x50 concepts, that's 2,500 articulations to be deduced before the blank screen may possibly transform into a graph. In my experience it is quite challenging for a human to intuit just how creative a logic reasoner can get (if that's the right way to say it), in terms of finding possible but not intended-by-the-expert alignment solutions. The best way to preclude these scenarios from clouding the intended picture is to spell out that certain concept pairs are exclusive of each other. In this logic reasoning context, "excludes" is often an invaluable relationship to assert. |
Thanks @nfranz , I had not thought of that. So what might look like a truism to a human might still help those logical reasoners resolve other relationships. We will work that in. |
I propose to rename this to 'disjointFrom' (or something like that). |
Or even just |
That's fine with me too, but I think we should have consistency among terms: either all verbs or all adjectives. So, if we change this to |
Just seeing now that what I suggested was also not a verb. |
|
isDisjointFrom (property)
The subject and object taxon concepts have non-overlapping taxonomic meanings, i.e. they do not have any members in common
isDisjointFrom
can be used as a property on a Taxon Concept object, or as the value of themappingRelation
property on a Taxon Concept Mapping object. In both cases both the subject and object are Taxon Concepts.Comments
The
isDisjointFrom
relation is symmetrical, so if AisDisjointFrom
B then BisDisjointFrom
A, but not transitive, so, if AisDisjointFrom
B and BisDisjointFrom
C, it does not follow that AisDisjointFrom
C.This relation can also be written as the formula A | B.
Examples
[TaxonConcept-isDisjointFrom-example-1.ttl] [TaxonConcept-isDisjointFrom-example-1.jsonld]
[TaxonConceptMapping-isDisjointFrom-example-2.ttl] [TaxonConceptMapping-isDisjointFrom-example-2.jsonld]
[TaxonConceptMapping-isDisjointFrom-example-1.ttl] [TaxonConceptMapping-isDisjointFrom-example-1.jsonld]
Mapping
The text was updated successfully, but these errors were encountered: