Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.51 KB

Concepts_x_Paradigms.md

File metadata and controls

42 lines (35 loc) · 1.51 KB

Concepts x Paradigms

This section is about "How each Paradigms is dealing with Concepts ?"

2 importants axis allows to make disctions betweens paradigms :

  • How this paradigm deal with Tiples : Oriented (2-Ary) OR Non Oriented (2-Ary & N-Ary) Tuples ?
  • How this paradimg deal with "Property" : As 2nd Concept, As Type or As Tuple ?

Note : Oriented Tuple make sens only in the case of 2-Ary Tuples, Non Oriented Tuples make sense both for 2-Ary Tuples & N-Ary-Tuples Note : "Property As Is" mean that Property are considered as a new concept. "Property As Type" or "Property As Tuple" mean than Property are treated by using already existing concepts.

And those 2 disctinctions are able to combinate togheter :

Paradigms classification according how they handle Concepts

Oriented Tuples (2-Ary Only) => Without Role Non Oriented Tuples (2-Ary & N-Ary) => With Role
Property "As Is" KL Meta-Model, RDF(S)-OWL Topic Maps, Grakn
Property "As Type" BORO ?
Property "As Tuple" KeQuarks ? ?