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

Unidirectionally Related Concepts and Disconnected Concept Clusters #32

Open
titoBouzout opened this issue May 27, 2014 · 1 comment
Open

Comments

@titoBouzout
Copy link

Hi there!

The tool is persistently reporting this error "Disconnected Concept Clusters", and I can't understand why, as it looks correct to me. Two things may happen, or I'm misinterpreting what a "Disconnected Concept Clusters" means, or we may consider the tool may have a bug. Very likely the first one.. but let's check!

In the following test RDF, https://dl.dropboxusercontent.com/u/9303546/directory/structure.rdf

  1. The tool was reporting that I had a problem with "Unidirectionally Related Concepts" because the four Concepts were not defining a reciprocal "topConceptOf" to the ConceptScheme. However the ConceptScheme was defining the "hasTopConcept" for the four Concepts. I fixed this issue by defining the reciprocal "topConceptOf" in the Concepts.
  2. ... Now.. the tool is reporting "Disconnected Concept Clusters (2)" .. and my guess is that the tool knows that the last two Concepts (#related_category_(1/2)") have no narrower/broader properties... these are just Top Concepts already defined in the ConceptScheme...

Is somewhat contradictory, the inconsistency comes from: The tool is not telling that there is two "Unidirectionally Related" concepts, but tells that there are two "Disconnected Concepts".

I understand this is a QC tool... but may the message can be improved; I imagine that "Disconnected Concepts" are valid if these at least are defined as topConceptOf of a ConceptScheme, or the ConceptScheme defines these Concepts as hasTopConcept.

What do you think? In that situation may a "WARN" instead of "FAIL" can be displayed.

@titoBouzout titoBouzout changed the title Unidirectionally Related Concepts Unidirectionally Related Concepts and Disconnected Concept Clusters May 27, 2014
@cmader
Copy link
Owner

cmader commented Jun 7, 2014

Thanks for pointing this out! You're right, concept clusters might not be interpreted as disconnected if they include at least one top concept. A WARN log message sounds like a good idea in that case indeed. I will consider this in the next releases!

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

2 participants