ufvivotech / ufDataQualityImprovement

Project to improve UF vivo data quality and accuracy
2 stars 1 forks source link

UF Person in the index? #63

Open mconlon17 opened 11 years ago

mconlon17 commented 11 years ago

Does the index simply list members of classes, or is it possible to create a condition for counting people? For example, we'd like to have an entry for "UF Person" that would count entities that are both foaf:Person and ufVivoUFEntity. Is that possible?

nrejac commented 11 years ago

Already in place- menu pages filter based on institutional internal class and intersection of requested class. Institutional internal class is definted as UFEntity.

mconlon17 commented 11 years ago

Yes and no. What you say appears to be true for all the elements in the index listed under Person aside from the entry marked Person -- it has 155,000 entries and is not limited by UF entity. So what I was suggesting was a line in the index clearly marked UF Person that contains 55,000 people, not 155,000.

nrejac commented 11 years ago

As there is no UFPerson class, this would require re-classifying everyone that is both UFEntity and foaf:Person into a new UFPerson class. Can be done but will require constant maintenance.