<foaf:community>?

The Emperor <the_emperor at m...> the_emperor at m...
Fri Dec 13 16:53:01 UTC 2002


Libby,
> 
> wow, that's a lot of foaf!

Its around 620+ although I am discussing FOAFing a larger community.

> welcome to the list :)
> 
Thanks :)

> re your question about comunity vocabularies, I don't know of any, 
but
> it certainly sounds useful. If you outline the sorts of things
> you'd need, maybe we could work it into a vocabulary on the list. Or
> maybe someone else knows of something....?
> 
Good question - dragging some thoughts together and basing it on the 
FOAFCorp document (and using a community namespace - comm):

<comm:Community comm:name="My community">
<comm:homepage >
<Document dc:title="My community" 
web:about="http://www.community.com/" /> 
</comm:homepage>

<comm:admins>

<comm:admintrator>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person>> 
</comm:admintrator>

<comm:admintrator>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person>> 
</comm:admintrator> 

<comm:moderator>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person>
</comm:moderator>

<comm:moderator>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person>
</comm:moderator>
</comm:admins> 

<comm:membership> 

<comm:member>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person> 
</comm:member>

<comm:member>
<foaf:Person>
<foaf:name>Someone</foaf:name>
<foaf:mbox_sha1sum>1239474747474747474</foaf:mbox_sha1sum>
<rdfs:seeAlso rdf:resource="http://domain.com/foaf.rdf" />
</foaf:Person> 
</comm:member>

</comm:membership>

</comm:Community>

Probably throw in a community description and I would be interested 
if there was a way to say whether the user database authenticates the 
email which might also be an important aspect of establihing trust, 
etc. I'm sure there are other things but a lot of details about the 
site can be displayed in a RSS 1.x site information page - like the 
one I've quickly knocked together here:

http://development.gurusnetwork.com/site_index.xml

actually it might be helpful to also have a tag linking to the 
site_index information.

I'll have more of a thought about extra information to describe the 
community like the community's focus (playing games, swapping jokes, 
etc.).

Regards,
Emperor





More information about the foaf-dev mailing list