Обсуждение:Ontology of geographic literacy: различия между версиями

Материал из Поле цифровой дидактики
(Новая страница: « <graphviz> digraph geographic_literacy { rankdir=BT; subgraph cluster_GeographicLiteracy { label="Geographic Literacy"; GeospatialThinking; CartographicDesign; GeospatialData; } GeographicLiteracy -> GeospatialThinking; GeographicLiteracy -> CartographicDesign; GeographicLiteracy -> GeospatialData; GeospatialThinking [label="Geospatial Thinking\nThe ability to analyze and solve problems using ge...»)
 
 
(не показано 7 промежуточных версий этого же участника)
Строка 1: Строка 1:
  <graphviz>
  <graphviz>
digraph geographic_literacy {
digraph geographic_literacy {
     rankdir=BT;
     rankdir=LR;
 
node [fontsize=10, shape="none"] ;
     subgraph cluster_GeographicLiteracy {
     subgraph cluster_GeographicLiteracy {
         label="Geographic Literacy";
         label="Geographic Literacy";
Строка 14: Строка 14:
     GeographicLiteracy -> GeospatialData;
     GeographicLiteracy -> GeospatialData;


     GeospatialThinking [label="Geospatial Thinking\nThe ability to analyze and solve problems using geospatial data and tools"];
     GeospatialThinking [label="Geospatial Thinking\nThe ability to analyze and\n solve problems using \ngeospatial data and tools"];
     CartographicDesign [label="Cartographic Design\nThe ability to create effective maps and visualizations that communicate geographic information"];
     CartographicDesign [label="Cartographic Design\nThe ability to create effective maps\n and visualizations that \ncommunicate geographic information"];
     GeospatialData [label="Geospatial Data\nThe ability to access, evaluate, and use various forms of geospatial data"];
     GeospatialData [label="Geospatial Data\nThe ability to access, evaluate, and use\n various forms of geospatial data"];
 
    SpatialAnalysis [shape=box, label="Spatial Analysis\nThe ability to use spatial data\n to identify patterns and relationships"];
    MapMaking [shape=box, label="Map Making\nThe ability to create maps that \naccurately represent geographic data"];
    GeospatialDataManagement [shape=box, label="Geospatial Data Management\nThe ability to collect, store,\n and manage geospatial data"];
    GeospatialThinking -> SpatialAnalysis [label="hasSkill" fontsize=9];
    SpatialAnalysis -> Intermediate [label="hasLevel" fontsize=9];
    CartographicDesign -> MapMaking [label="hasSkill" fontsize=9];
    MapMaking -> Advanced [label="hasLevel" fontsize=9];
    GeospatialData -> GeospatialDataManagement [label="hasSkill" fontsize=9];
    GeospatialDataManagement -> Intermediate [label="hasLevel" fontsize=9];
}
</graphviz>
 
== in Russian ==
 
<graphviz>
digraph Ontology {
  rankdir=LR;
node [fontsize=10, shape="none"] ;
 
  GeographicLiteracy [label="Географическая грамотность"]
  PhysicalGeography [label="Физическая география"]
  HumanGeography [label="Гуманитарная география"]
  PoliticalGeography [label="Политическая география"]
 
  GeographicLiteracy -> PhysicalGeography
  GeographicLiteracy -> HumanGeography
  HumanGeography -> PoliticalGeography
 
  hasLocation [label="имеет местоположение"]
  hasPopulation [label="имеет население"]


    SpatialAnalysis [shape=box, label="Spatial Analysis\nThe ability to use spatial data to identify patterns and relationships"];
  GeographicLiteracy -> hasLocation
    MapMaking [shape=box, label="Map Making\nThe ability to create maps that accurately represent geographic data"];
  GeographicLiteracy -> hasPopulation
    GeospatialDataManagement [shape=box, label="Geospatial Data Management\nThe ability to collect, store, and manage geospatial data"];
    GeospatialThinking -> SpatialAnalysis [label="hasSkill"];
    SpatialAnalysis -> Intermediate [label="hasLevel"];
    CartographicDesign -> MapMaking [label="hasSkill"];
    MapMaking -> Advanced [label="hasLevel"];
    GeospatialData -> GeospatialDataManagement [label="hasSkill"];
    GeospatialDataManagement -> Intermediate [label="hasLevel"];
}
}
</graphviz>
</graphviz>

Текущая версия на 07:46, 22 апреля 2023

in Russian