<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://b-kaempgen.de/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://b-kaempgen.de/index.php?action=history&amp;feed=atom&amp;title=RollupOp</id>
		<title>RollupOp - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://b-kaempgen.de/index.php?action=history&amp;feed=atom&amp;title=RollupOp"/>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=RollupOp&amp;action=history"/>
		<updated>2026-04-29T12:16:24Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.2</generator>

	<entry>
		<id>http://b-kaempgen.de/index.php?title=RollupOp&amp;diff=621&amp;oldid=prev</id>
		<title>Benedikt Kämpgen: 1 revision: From LD-Cubes</title>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=RollupOp&amp;diff=621&amp;oldid=prev"/>
				<updated>2023-01-04T13:24:17Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision: From LD-Cubes&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 13:24, 4 January 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Benedikt Kämpgen</name></author>	</entry>

	<entry>
		<id>http://b-kaempgen.de/index.php?title=RollupOp&amp;diff=620&amp;oldid=prev</id>
		<title>Benedikt Kämpgen: /* Relationship between level_number, hierarchy_max_level_number and levelHeight */</title>
		<link rel="alternate" type="text/html" href="http://b-kaempgen.de/index.php?title=RollupOp&amp;diff=620&amp;oldid=prev"/>
				<updated>2013-09-06T13:02:01Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Relationship between level_number, hierarchy_max_level_number and levelHeight&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This operator rolls up a Dimension of a Cube (the former LogicalOlapOp) to a specific higher Level. We assume a [[LEAN Data Cube]] (i.e., dataset with observations on the lowest levels only).&lt;br /&gt;
&lt;br /&gt;
SliceOp gets as input an input operator, a List&amp;lt;Node[]&amp;gt; list with a header and levels according to [[Olap4ld_Metadata#getLevels.28.29]] to rollup to.&lt;br /&gt;
&lt;br /&gt;
==Problem: How to rollup in Linked Data?==&lt;br /&gt;
* In ROLAP, the LEVEL_NUMBER of a level does not lead to more difficult queries, since we simply need to group by the specific level column of the dimension table&lt;br /&gt;
* In OLAP4LD, the lower the level depth (the higher the level in the hierarchy), the longer the skos:narrower path.&lt;br /&gt;
* A hierarchy in Linked Data is represented using a skos:narrower path starting from skos:hasTopConcept from the skos:ConceptScheme. In a [[LEAN Data Cube]], we only have observations on the lowest levels (the most detailed levels). How do we know which levels are the lowest levels?&lt;br /&gt;
* Solutions&lt;br /&gt;
** We add a new property HIERARCHY_MAX_LEVEL_NUMBER to HIERARCHY saying the number of levels. This number we can retrieve by aggregating the number of skos:ClassificationLevels attached to the code list.&lt;br /&gt;
** We compute the skos:narrowerTransitive closure from all skos:Concepts and either take observations that are linked to each concept directly or linked to a concept that is linked via skos:narrowerTransitive to the concept.&lt;br /&gt;
* We try solution 1.&lt;br /&gt;
&lt;br /&gt;
==Relationship between level_number, hierarchy_max_level_number and levelHeight==&lt;br /&gt;
[[File:Olap4ld_level_number_vs_levelHeight.png]]&lt;br /&gt;
&lt;br /&gt;
LevelHeight = MAX_LEVEL_NUMBER - LEVEL_NUMBER&lt;br /&gt;
&lt;br /&gt;
'''Note:''' root level number = 0, but root level is implicit (slice).&lt;br /&gt;
&lt;br /&gt;
==Problem 3==&lt;br /&gt;
&lt;br /&gt;
==Problem 4==&lt;/div&gt;</summary>
		<author><name>Benedikt Kämpgen</name></author>	</entry>

	</feed>