Skip to content
Snippets Groups Projects
Commit 26086bb4 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

report: [x] implement Q3

parent 59598bd6
Branches
No related tags found
No related merge requests found
...@@ -114,23 +114,27 @@ proof of concept implementations. ...@@ -114,23 +114,27 @@ proof of concept implementations.
think of another ontology for algorithms. We leave this for later think of another ontology for algorithms. We leave this for later
discussion. discussion.
\item \textbf{$\mathcal{Q}_{3}$ ``Find integer sequences whose generating \item \textbf{$\mathcal{Q}_3$ ``Find integer sequences whose
function is a rational polynomial in $\sin(x)$ that has a Maple generating function is a rational polynomial in $\sin(x)$ that has
implementation not not affected by the bug in module~$x$.''} We a Maple implementation not not affected by the bug in
see that this query is about finding specific instances, integer module~$x$.''} We see that this query is about finding specific
sequences, with some property. instances, integer sequences, with some property. This is a case
where information would be split between many sources. The name
This is a case where information would be split between many of the sequences is part of the organizational data set, the
sources. The name of the sequences is part of the organizational generating function is part of symbolic knowledge, the Maple
data set, the generating function is part of symbolic knowledge, implementation could be part of concrete knowledge.
the Maple implementation could be part of concrete knowledge.
\textbf{Organizational Aspect} Handling this query would probably
Handling this query would probably start by filtering for all start by filtering for all integer sequences. It is not clear how
integer sequences. It is not clear how this should be achieved with this should be achieved with ULO/RDF as it contains no unified
ULO/RDF as it contains no unified concept of a sequence. It might concept of a sequence. It might be possible to take advantage
be possible to take advantage of \texttt{aligned-with} or some of \texttt{aligned-with} or some similar concept to find all such
similar concept to find all such sequences. If this succeeds, an sequences. If this succeeds, an ULO index can provide the first
ULO index can provide the first step in servicing this query. step in servicing this query. Here we are in a similar situation
as with~$\mathcal{Q}_2$. It is not clear whether we should
represent the idea behind ``integer sequences'' as a native
component of ULO or as something building on top of what ULO
provides.
As for the next steps, finding concrete algorithms and in As for the next steps, finding concrete algorithms and in
particular looking inside of them is not organizational data and particular looking inside of them is not organizational data and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment