You should read through the instructions below first, but basically you'll need to create a profile, store it somewhere and then point to it from your FOAF Profile.
The easiest approach at present is to store your pets profile on this site, although there isn't as yet a way of editing the profile once stored.
If you chose to store the file here, your pet is already on the Semantic Web. If you want to host the profile yourself, You may now wish to add a reference to the Pet Profile in your FOAF Profile.
This gives a better result than CSS alone in most browsers.
foaf:depicts accordinglySimpler but not as versatile/pretty.
<?xml-stylesheet type="text/css" href="pet-rdf.css"?><?xml-stylesheet type="text/xsl" href="pet.xsl"?>
<rdf:RDF
xmlns="http://xmlns.com/foaf/0.1/" ... xmlns:pet="http://purl.org/stuff/pets/"> ... <Person> <name>Daniel Ayers</name> ... <pet:hasPet> <pet:Pet> <foaf:name>name of your pet</foaf:name> <pet:hasProfile rdf:resource="http://address-of-the-profile-doc" /> </pet:Pet> </pet:hasPet> ... </person> ... </rdf:RDF>
If you have any problems with anything around here, have any suggestions or spot any mistakes, please mail me.