Обсуждение:Ontology of geographic literacy: различия между версиями
Материал из Поле цифровой дидактики
Patarakin (обсуждение | вклад) |
Patarakin (обсуждение | вклад) |
||
(не показаны 4 промежуточные версии этого же участника) | |||
Строка 14: | Строка 14: | ||
GeographicLiteracy -> GeospatialData; | GeographicLiteracy -> GeospatialData; | ||
GeospatialThinking [label="Geospatial Thinking\nThe ability to analyze and solve problems using | 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 | 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 to identify patterns and relationships"]; | 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 | 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, and manage geospatial data"]; | GeospatialDataManagement [shape=box, label="Geospatial Data Management\nThe ability to collect, store,\n and manage geospatial data"]; | ||
GeospatialThinking -> SpatialAnalysis [label="hasSkill" | GeospatialThinking -> SpatialAnalysis [label="hasSkill" fontsize=9]; | ||
SpatialAnalysis -> Intermediate [label="hasLevel"]; | SpatialAnalysis -> Intermediate [label="hasLevel" fontsize=9]; | ||
CartographicDesign -> MapMaking [label="hasSkill"]; | CartographicDesign -> MapMaking [label="hasSkill" fontsize=9]; | ||
MapMaking -> Advanced [label="hasLevel"]; | MapMaking -> Advanced [label="hasLevel" fontsize=9]; | ||
GeospatialData -> GeospatialDataManagement [label="hasSkill"]; | GeospatialData -> GeospatialDataManagement [label="hasSkill" fontsize=9]; | ||
GeospatialDataManagement -> Intermediate [label="hasLevel"]; | 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="имеет население"] | |||
GeographicLiteracy -> hasLocation | |||
GeographicLiteracy -> hasPopulation | |||
} | } | ||
</graphviz> | </graphviz> |