Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 713 Bytes

ar.aboutdata.categorization-of-data-structuring-methods.md

File metadata and controls

29 lines (22 loc) · 713 Bytes
id title desc updated created
tjBxvgRi7VtXXrGKfRE7M
Categorization of Data Structuring Methods
1635704484716
1635704433489

Categorization of Data Structuring Methods

  • encodings
    • primarily express data (Unicode, Base64,…)
  • storage systems
    • primarily store data (NTFS, RDBMS, …)
  • identifier and query languages
    • primarily refer to data (URI, XPath, …)
  • structuring and markup languages
    • primarily structure data (XML, CSV, RDF, …)
  • schema languages
    • primarily constrain data (BNF, XSD, OWL…)
  • conceptual models
    • primarily describe data (Mind Maps, ERM, …)