<?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: Rules for RDF Modelling</title>
	<atom:link href="http://community.muohio.edu/blogs/darcusb/archives/2007/06/02/rules-for-rdf-modelling/feed" rel="self" type="application/rss+xml" />
	<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/02/rules-for-rdf-modelling</link>
	<description>geek tools and the scholar</description>
	<pubDate>Sun, 22 Nov 2009 23:59:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce D'Arcus</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/02/rules-for-rdf-modelling/comment-page-1#comment-1110</link>
		<dc:creator>Bruce D'Arcus</dc:creator>
		<pubDate>Sun, 03 Jun 2007 13:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/archives/2007/06/02/rules-for-rdf-modelling#comment-1110</guid>
		<description>&lt;p&gt;Yeah, that makes sense Pat. So I think I'll stay with the approach I use here (the explicit group modelling using a collection for the members) unless someone convinces me otherwise. It seems the simplest and also the most flexible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah, that makes sense Pat. So I think I&#8217;ll stay with the approach I use here (the explicit group modelling using a collection for the members) unless someone convinces me otherwise. It seems the simplest and also the most flexible.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pat hayes</title>
		<link>http://community.muohio.edu/blogs/darcusb/archives/2007/06/02/rules-for-rdf-modelling/comment-page-1#comment-1109</link>
		<dc:creator>pat hayes</dc:creator>
		<pubDate>Sun, 03 Jun 2007 05:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://netapps.muohio.edu/blogs/darcusb/darcusb/archives/2007/06/02/rules-for-rdf-modelling#comment-1109</guid>
		<description>&lt;p&gt;Well, I think that posting misses a basic point. He seems to be assuming that the ordering can be computed somehow (eg lexical ordering or numerical ordering or ordering by date), but in your example it canâ€™t. If the ordering is part of the actual data, you have to actually record it somehow in the actual data. No way around this. And I donâ€™t think RDF collections are all that bad. Any other way is going to use a similar number of triples, for sure. If bnodes really bother you, you can just have an ordering property on the items directly:&lt;/p&gt;

&lt;p&gt;b:member  ex:net/3
b:member  ex:net/4
ex:net/3   b:nextinorder   ex:net/4&lt;/p&gt;

&lt;p&gt;but this is dangerous if the same items can be in more than one collection. Or, you can have a whole lot of b:member properties which encode the ordering (rather like an RDF container)&lt;/p&gt;

&lt;p&gt;b:memberOne  ex:net/3
b:memberTwo  ex:net/4&lt;/p&gt;

&lt;p&gt;but then you have to make sure things donâ€™t get pearshaped by having missing information.&lt;/p&gt;

&lt;p&gt;Anyway, my advice is, use the collections already. They work, and whats a few extra triples. Mooreâ€™s law will fix that in a few months anyway.&lt;/p&gt;

&lt;p&gt;Pat&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well, I think that posting misses a basic point. He seems to be assuming that the ordering can be computed somehow (eg lexical ordering or numerical ordering or ordering by date), but in your example it canâ€™t. If the ordering is part of the actual data, you have to actually record it somehow in the actual data. No way around this. And I donâ€™t think RDF collections are all that bad. Any other way is going to use a similar number of triples, for sure. If bnodes really bother you, you can just have an ordering property on the items directly:</p>

<p>b:member  ex:net/3
b:member  ex:net/4
ex:net/3   b:nextinorder   ex:net/4</p>

<p>but this is dangerous if the same items can be in more than one collection. Or, you can have a whole lot of b:member properties which encode the ordering (rather like an RDF container)</p>

<p>b:memberOne  ex:net/3
b:memberTwo  ex:net/4</p>

<p>but then you have to make sure things donâ€™t get pearshaped by having missing information.</p>

<p>Anyway, my advice is, use the collections already. They work, and whats a few extra triples. Mooreâ€™s law will fix that in a few months anyway.</p>

<p>Pat</p>]]></content:encoded>
	</item>
</channel>
</rss>
