Re: Multiple inheritance

2009-05-13 Thread Shane McCarron
Sure. the "+" means you can have one or more. So rel="next v:lala h:whatever" is perfectly legal (and expected). Erling Wegger Linde wrote: Can I use multiple CURIEs in rel as well? Found this http://www.w3.org/2006/04/03-htmltf-minutes#item06 But I am a bit unsure how to intepret this:

Re: Multiple inheritance

2009-05-13 Thread Erling Wegger Linde
Can I use multiple CURIEs in rel as well? Found this http://www.w3.org/2006/04/03-htmltf-minutes#item06 But I am a bit unsure how to intepret this: rel (reserved word | CURIE)+ vs. typeof (CURIEs) property (CURIEs) - Erling On Wed, May 13, 2009 at 10:42 PM, Erling Wegger Li

Re: Multiple inheritance

2009-05-13 Thread Erling Wegger Linde
Thanks a lot =) - Erling On Wed, May 13, 2009 at 10:26 PM, Shane McCarron wrote: > Close! > > http://rdf.data-vocabulary.org/";xmlns:foaf=" > http://xmlns.com/foaf/0.1/";typeof="v:Person foaf:Person"> > > Erling > > > Note that space. @typeof takes a list of CURIEs. See > http://www

Re: Multiple inheritance

2009-05-13 Thread Shane McCarron
Close! http://rdf.data-vocabulary.org/"; xmlns:foaf="http://xmlns.com/foaf/0.1/"; typeof="v:Person foaf:Person"> Erling Note that space. @typeof takes a list of CURIEs. See http://www.w3.org/TR/rdfa-syntax/#s_metaAttributes for the exact datatype definitions of the various RDF

Multiple inheritance

2009-05-13 Thread Erling Wegger Linde
Hi folks! Let's say I want to use both the http://rdf.data-vocabulary.org/ vocabulary such that google will recognize my markup ( http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=146646) and foaf. I.e. foaf has more attributes, but I want google to recognize my markup as well.