<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bsfs.git/bsfs/graph/ac, branch main</title>
<subtitle>The Black Star File System (BSFS) core library</subtitle>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/'/>
<entry>
<title>namespace refactoring and cleanup</title>
<updated>2023-03-04T12:44:26+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-04T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=4fead04055be4967d9ea3b24ff61fe37a93108dd'/>
<id>4fead04055be4967d9ea3b24ff61fe37a93108dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed author and license notices from individual files</title>
<updated>2023-03-02T14:10:05+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-02T14:10:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=2e07f33314c238e42bfadc5f39805f93ffbc622e'/>
<id>2e07f33314c238e42bfadc5f39805f93ffbc622e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Node getters in bsfs.Graph:</title>
<updated>2023-03-02T11:19:58+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-02T11:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=87f437380c1dd8f420437cddc028c0f3174ee1c9'/>
<id>87f437380c1dd8f420437cddc028c0f3174ee1c9</id>
<content type='text'>
* Empty nodes instance (Graph.empty)
* Order-preserving get query (Graph.sorted)
* Collect common code in private Graph.__get
* Empty query in Graph.get
* Empty query in Graph.resolve.Filter
* Empty query in AC: filter_read
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Empty nodes instance (Graph.empty)
* Order-preserving get query (Graph.sorted)
* Collect common code in private Graph.__get
* Empty query in Graph.get
* Empty query in Graph.resolve.Filter
* Empty query in AC: filter_read
</pre>
</div>
</content>
</entry>
<entry>
<title>Construct Graph and Nodes with AC instead of user</title>
<updated>2023-03-01T11:39:42+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-03-01T11:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=f9eec185bf3d857c220e5d78de75ec6713437330'/>
<id>f9eec185bf3d857c220e5d78de75ec6713437330</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetch in graph including results view</title>
<updated>2023-01-21T17:27:22+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2023-01-21T17:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=c196d2ce73d8351a18c19bcddd4b06d224e644fc'/>
<id>c196d2ce73d8351a18c19bcddd4b06d224e644fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>filter-ast based get interface in graph.</title>
<updated>2022-12-22T19:33:00+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-22T19:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=ca7ee6c59d2eb3f4ec4d16e392d12d946cd85e4d'/>
<id>ca7ee6c59d2eb3f4ec4d16e392d12d946cd85e4d</id>
<content type='text'>
* Graph interface: Graph.get added
* Node instance resolver so that Nodes can be used in a filter ast
* AC interface: filter_read added to interface
* upstream test adjustments of previous sparql store changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Graph interface: Graph.get added
* Node instance resolver so that Nodes can be used in a filter ast
* AC interface: filter_read added to interface
* upstream test adjustments of previous sparql store changes
</pre>
</div>
</content>
</entry>
<entry>
<title>documentation, types, and style fixes</title>
<updated>2022-12-18T13:15:18+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-18T13:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=e19c8f9d0818a147832df0945188ea14de9c7690'/>
<id>e19c8f9d0818a147832df0945188ea14de9c7690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>information hiding</title>
<updated>2022-12-18T13:06:58+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-18T13:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=edd5390b6db1550f6a80a46f0eaf5f3916997532'/>
<id>edd5390b6db1550f6a80a46f0eaf5f3916997532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import fixes</title>
<updated>2022-12-18T12:53:34+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-18T12:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0'/>
<id>ebc3ccb5fdce950649bfcbf18f88ecb4a9dbcad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sparql triple store and graph (nodes, mostly)</title>
<updated>2022-12-08T15:36:19+00:00</updated>
<author>
<name>Matthias Baumgartner</name>
<email>dev@igsor.net</email>
</author>
<published>2022-12-08T15:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bsfs.io/cgi-bin/cgit.cgi/bsfs.git/commit/?id=e8492489098ef5f8566214e083cd2c2d1d449f5a'/>
<id>e8492489098ef5f8566214e083cd2c2d1d449f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
