schema.org+Microdata: additional namespaces?

Dear all,

is it possible to use properties from another namespace (like Dublin 
Core) together with schema.org in Microdata? Using the Avatar example on 
the schema.org website (http://www.schema.org/docs/gs.html) would the 
following example work?

    <div itemscope itemtype ="http://schema.org/Movie"
    itemid="http://dbpedia.org/resource/Avatar_(2009_film)">
        <h1 itemprop="name
    http://purl.org/dc/elements/1.1/title">Avatar</h1>
    </div>

Or translated into turtle:

    <http://dbpedia.org/resource/Avatar_(2009_film)> a  schema:Movie ;
    schema:name  "Avatar" ;
    dc:title "Avatar" .

Best wishes,
Cord

-- 
Cord Wiljes
Semantic Computing Group
Excellence Cluster - Cognitive Interaction Technology (CITEC)
University of Bielefeld

Phone: +49 521 106 12036
Mail:cwiljes@cit-ec.uni-bielefeld.de
WWW:http://www.sc.cit-ec.uni-bielefeld.de/people/wiljes

Room H-123
Morgenbreede 39
33615 Bielefeld

Received on Friday, 7 September 2012 07:31:53 UTC