<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The “CrunchBase use-case” – part 2 – A short introduction</title>
	<atom:link href="http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/feed/" rel="self" type="application/rss+xml" />
	<link>http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/</link>
	<description></description>
	<lastBuildDate>Thu, 15 Sep 2011 16:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: developers.sones.de &#187; The &#34;Crunchbase use-case&#34; part 3 – How does a graph data scheme start?</title>
		<link>http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/#comment-97</link>
		<dc:creator>developers.sones.de &#187; The &#34;Crunchbase use-case&#34; part 3 – How does a graph data scheme start?</dc:creator>
		<pubDate>Fri, 22 Jul 2011 14:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sones.de/?p=752#comment-97</guid>
		<description>[...] files store basi­cally every infor­ma­tion accord­ing to the data scheme overview pic­ture of part 2.  So what we want to do now is to trans­form this overview into a GraphQL data scheme we can [...]</description>
		<content:encoded><![CDATA[<p>[…] files store basi­cally every infor­ma­tion accord­ing to the data scheme overview pic­ture of part 2.  So what we want to do now is to trans­form this overview into a GraphQL data scheme we can […]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bietiekay</title>
		<link>http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/#comment-80</link>
		<dc:creator>bietiekay</dc:creator>
		<pubDate>Mon, 14 Feb 2011 09:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sones.de/?p=752#comment-80</guid>
		<description>Hi newbie,

the latest downloadable binary has version v1.0.
Therefore, to avoid this error, there are two ways.

1.) Work on with v1.0 and replace &quot;CREATE VERTICES&quot; with &quot;CREATE TYPES&quot;.
2.) Download and compile stable v1.1 or latest sourcecode and the tutorial will succeed.

Furthermore, we will provide a precompiled binary of v1.1 in a short time.</description>
		<content:encoded><![CDATA[<p>Hi newbie,</p>
<p>the latest downloadable binary has version v1.0.<br />
Therefore, to avoid this error, there are two ways.</p>
<p>1.) Work on with v1.0 and replace “CREATE VERTICES” with “CREATE TYPES”.<br />
2.) Download and compile stable v1.1 or latest sourcecode and the tutorial will succeed.</p>
<p>Furthermore, we will provide a precompiled binary of v1.1 in a short time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie</title>
		<link>http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/#comment-79</link>
		<dc:creator>newbie</dc:creator>
		<pubDate>Mon, 14 Feb 2011 00:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sones.de/?p=752#comment-79</guid>
		<description>Hello, I have followed tutorial and I get error

GraphDB@localhost [gql-mode] &gt; CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt) {   &quot;query&quot;: &quot;CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt)&quot;,   &quot;result&quot;: &quot;Failed&quot;,   &quot;duration&quot;: [
    0,
    &quot;ms&quot;   ],   &quot;warnings&quot;: [],   &quot;errors&quot;: [
    {
      &quot;code&quot;: &quot;sones.GraphDB.Errors.Error_GqlSyntax&quot;,
      &quot;description&quot;: &quot;Syntax error in query: [CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt)]\n\n gql: [Syntax error, expected: index,types,abstract,type,]\n\nAt position: 1, 8&quot;
    }   ],   &quot;results&quot;: [] }</description>
		<content:encoded><![CDATA[<p>Hello, I have followed tutorial and I get error</p>
<p>GraphDB@localhost [gql-mode] &gt; CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt) {   “query”: “CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt)”,   “result”: “Failed”,   “duration”: [<br />
    0,<br />
    “ms”   ],   “warnings”: [],   “errors”: [<br />
    {<br />
      “code”: “sones.GraphDB.Errors.Error_GqlSyntax”,<br />
      “description”: “Syntax error in query: [CREATE VERTICES ABSTRACT Entity ATTRIBUTES (String Name), University EXTENDS Entity ATTRIBUTES(SET Students), City EXTENDS Entity ATTRIBUTES(SET Universities), Student EXTENDS Entity ATTRIBUTES(Integer Age) BACKWARDEDGES(University.Students StudiesAt)]\n\n gql: [Syntax error, expected: index,types,abstract,type,]\n\nAt position: 1, 8″<br />
    }   ],   “results”: [] }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developers.sones.de &#187; The “CrunchBase use-case” – part 1 – Overview</title>
		<link>http://developers.sones.de/2010/06/30/der-crunchbase-use-case-teil-2-eine-kurze-einfhrung/#comment-10</link>
		<dc:creator>developers.sones.de &#187; The “CrunchBase use-case” – part 1 – Overview</dc:creator>
		<pubDate>Thu, 01 Jul 2010 12:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://developers.sones.de/?p=752#comment-10</guid>
		<description>[...] part 2: A short intro­duc­tion into the use-case and it’s rela­tional data [...]</description>
		<content:encoded><![CDATA[<p>[…] part 2: A short intro­duc­tion into the use-case and it’s rela­tional data […]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

