Skip to content

Instantly share code, notes, and snippets.

@nichtich
Created May 19, 2014 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nichtich/754f962ceb5855cecff7 to your computer and use it in GitHub Desktop.
Save nichtich/754f962ceb5855cecff7 to your computer and use it in GitHub Desktop.
VISO Data Ontology overview
# https://github.com/viso-ontology/viso-ontology/blob/master/modules/data/viso-data.ttl
vd:Data
vd:Physical_Data / viso-data:Raw_Data / vd:Metadata
vd:Spatial_Data
vd:Geographical_Data
vd:Temporal_Data
vd:One-Dimensional_Data
vd:Data_Object
vd:Data_Schema
vd:Data_Variable
vd:Domain
vd:Value_Role
vd:Characteristic
vd:Continuous_Variable
vd:Dependent_Variable
vd:Dimension
vd:Discrete_Variable
vd:Independent_Variable
vd:Reference
vd:Variable_Role
vd:Relation
vd:Structured_Data (must have: vd:Data_Structure) / vd:Unstructured_Data
vd:Multidimensional_Data
vd:Multivariate_Data
vd:Data_Structure
vd:Linked_Data_Structure
vd:Graph
vd:Polyarchy
vd:DAG
vd:Tree
vd:List
vd:Tabular_Data_Structure
vd:Triples
vd:Scale_of_Measurement
vd:Nominal_Scale_of_Measurement
vd:Ordinal_Scale_of_Measurement
vd:Quantitative_Scale_of_Measurement
vd:Interval_Scale_of_Measurement
vd:Ratio_Scale_of_Measurement
----
vd:has_numeral_value
vd:heterogeneous
vd:is_weighted
vd:planar
vd:sparse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment