Some questions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi,

I just started reading the RDF Primer [1] (i'm on page 43) and i'm
creating a foaf file about myself, but I have some questions (I hope
this is the right list)

In the foaf spec[2] there is an element foaf:knows in which you can
place a foaf:Person, to tell you know the other person. I have been
looking to some foaf files and there's always only one foaf:Person in
a foaf:knows like this:
<foaf:knows>
~  <foaf:Person rdf:resource="#friend1" />
</foaf:knows>
<foaf:knows>
~  <foaf:Person rdf:resource="#friend2" />
</foaf:knows>

But is it also possible to write it this way? :
<foaf:knows>
~  <rdf:Bag>
~    <foaf:Person rdf:resource="#friend1"/>
~    <foaf:Person rdf:resource="#friend2"/>
~  </rdf:Bag>
</foaf:knows>

I also saw some Foaf files where people had declared the foaf
namespace as the default namespace for the page and then defined it
again with the foaf: prefix, and they sometimes use the foaf classes
and properties without prefix and sometimes with prefix. Is there any
difference?

Is there somewhere a list of all available/known rdf vocabularies?

Kind regards,
Jeroen Budts

_____
[1] http://www.w3.org/TR/rdf-primer/
[2] http://xmlns.com/foaf/0.1/

- --

- -------
<Greetz
~  from="Jeroen Budts"
~  e-mail="jeroen@lightyear.be"
~  url="http://www.lightyear.be"
~  blog="http://www.budts.be"
~  icq="103911636"
/>


_____________________________________
NO SoftwarePatents in Europe!
Sign the petition: http://petition.eurolinux.org/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
iD8DBQFAAvbiH04wF4t7d0oRArrdAJ9uLPsY124Cr2SQcHOUk/WzWNIatACZAWOB
Cd4b1p/J+39G+0GT2FLSexU=
=PHAz
-----END PGP SIGNATURE-----

Received on Monday, 12 January 2004 14:35:27 UTC