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

What is the reason for data type classes in EMMO ? #184

Open
paulzierep opened this issue Dec 14, 2021 · 0 comments
Open

What is the reason for data type classes in EMMO ? #184

paulzierep opened this issue Dec 14, 2021 · 0 comments

Comments

@paulzierep
Copy link

EMMO uses Classes to describe data types e.g.: http://emmo.info/emmo/middle/math#EMMO_f8bd64d5_5d3e_4ad4_a46e_c30714fecb7f (Integer)

This is an interesting modeling choice, since the standard way to describe data types with owl or rdf in general is done using datatypes such as http://www.w3.org/2001/XMLSchema#integer.

In fact, this leads to a discrepancy between EMMO and almost any other ontology, which does hinder the possibility to match EMMO classes and individuals to other ontologies.

E.g.:
EMMO quantity modeling:
Any Concept (Individual) -> hasQuantityValue -> Integer (Individual) -> hasNumericalData -> xsd:integer

Why not:
Any Concept (Individual) -> hasNumericalData -> xsd:integer

Since the datatype is anyhow described by xsd:integer.

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

1 participant