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

Questions about RelationshipTypes #15

Open
HuibertDeVries opened this issue Jun 26, 2024 · 1 comment
Open

Questions about RelationshipTypes #15

HuibertDeVries opened this issue Jun 26, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@HuibertDeVries
Copy link

I have two questions about the gufo:RelationshipType:

  1. According to the gufo-documentation "instances of gufo:Type are classes, and should specialize the taxonomy of individuals in gUFO". But how about the Relationshiptypes? Instances of these are properties instead of classes and don't specialize the taxonomy of individuals.

  2. The domain of gufo:categorizes   is   (gufo:Type and not(gufo:AbstractIndividualType) and not(gufo:ConcreteIndividualType)). Why isn't gufo:RelationshipType excluded in the domain?

@jpalmeida
Copy link
Member

About 1, indeed, we need to adjust the documentation.

The documentation for gufo:Type currently reads:

An entity that may be instantiated by (or predicated over) other entities. Types encompass what we often call "sorts", "kinds", "categories", etc.

Examples include the kind "Person", the event type "Earthquake", and the abstract individual type "NaturalNumber". Relations, such as "marriedTo" and "olderThan", are also considered as types.

Instances of gufo:Type are classes, and should specialize the taxonomy of individuals of gUFO.

The last sentence quoted should better be removed, and the particularities treated in subclasses of gufo:Type: gufo:AbstractIndividualType, gufo:ConcreteIndividualType and gufo:RelationshipType.

About 2, I agree, the domain as is is currently under constrained.

@jpalmeida jpalmeida added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants