Ex code VisualArtwork (schema)

Vers Schema.org et les Arts visuels, intro Schema.org, module schema. Par mot clef: SEO.

VisualArtsEvent est présent, mais pas VisualArtwork.

sans RDF (without) avec RDF (with RDF)
VisualArtwork : ex de code (sans et avec)

 

Fairly straightforward painting markup.
    <div>
        <h1 lang="fr">La trahison des images </h1>
        <p>
            A painting also known as The Treason of Images or The Treachery of Images.
        </p>  
        <img src="http://url/MagrittePipe.jpg" />
        <div>
            <p>
                The painting shows a pipe. Below it, Magritte painted, <q lang="fr">Ceci n'est pas une pipe.</q>, French for "This is not a pipe."
            </p>
            <p>
                His statement is taken to mean that the painting itself is not a pipe.
                The painting is merely an image of a pipe. Hence, the description,
                "this is not a pipe."
            </p>
            <p>
                Similarly, the image shown above is neither a pipe nor even a painting, but rather a digital photograph.
            </p>
            <p>
                The painting is sometimes given as an example of meta message conveyed
                by paralanguage. Compare with Korzybski's <q>The word is not the thing</q>
                and <q>The map is not the territory</q>.
        </div>
        <ul>
            <li>Artist: <a href="https://www.freebase.com/m/06h88">René Magritte</a></li>
            <li>Dimensions: 940 mm × 635 mm</li>
            <li>Materials: oil on canvas</li>
        </ul>
    </div>

<div vocab="http://schema.org/" typeof="VisualArtwork">
        <link property="sameAs" href="http://rdf.freebase.com/rdf/m.0439_q" />
        <h1 property="name" lang="fr">La trahison des images </h1>
        <p>
            A <span property="artform">painting</span> also known as
            <span>The Treason of Images</span> or
            <span property="alternateName">The Treachery of Images</span>.
        </p>
        <img property="image" src="http://url/MagrittePipe.jpg" />
        <div property="description">
            <p>
                The painting shows a pipe. Below it, Magritte painted,
                <q lang="fr">Ceci n'est pas une pipe.</q>, French for
                "This is not a pipe."
            </p>
            <p>
                His statement is taken to mean that the painting itself is not a pipe.
                The painting is merely an image of a pipe. Hence, the description,
                "this is not a pipe."
            </p>
            <p>
                Similarly, the image shown above is neither a pipe nor even a painting, but rather a digital photograph.
            </p>
            <p>
                The painting is sometimes given as an example of meta message conveyed by paralanguage. Compare with Korzybski's <q>The word is not the thing</q>
                and <q>The map is not the territory</q>.
        </div>
        <ul>
            <li>Artist:
                <span property="creator" typeof="Person">
                    <a property="sameAs" href="https://www.freebase.com/m/06h88">
                        <span property="name">René Magritte</span>
                    </a>
                </span>
            </li>
            <li>Dimensions:
                <span property="width" typeof="Distance">940 mm</span> ×
                <span property="height" typeof="Distance">635 mm</span>
            </li>
            <li>Materials:
                <span property="material">oil</span> on <span property="surface">canvas</span>
            </li>
        </ul>
    </div>

 

Multiple materials: A piece of Installation Art which uses multiple instances of the material property.
    <div>
        <h1>My Bed</h1>
        <p>
            My Bed, first created in <time datetime="1998">1998</time>,
            is an installation by the British artist Tracey Emin.
        </p>
        <img src="http://upload.wikimedia.org/wikipedia/en/9/9d/Emin-My-Bed.jpg" />
        <div>
            <p>
                <cite>My Bed</cite> was exhibited at the Tate Gallery in
                <time datetime="1998">1999</time> as one of the shortlisted works for the Turner Prize. It consisted of her bed with bedroom objects in an abject state, and gained much media attention. Although it did not win the prize, its notoriety has persisted.
        </div>
        <ul>
            <li>Artist: <a  href="https://www.freebase.com/m/015sxw">Tracey Emin</li>
        </ul>
        <p>
            The artwork generated considerable media furore, particularly over the
            fact that the bedsheets were stained with bodily secretions and the floor
            had items from the artist's room (such as condoms, a pair of knickers with menstrual period stains, other detritus, and functional, everyday objects,
            including a pair of slippers). The bed was presented in the state that
            Emin claimed it had been when she said she had not got up from it for
            several days due to suicidal depression brought on by relationship
            difficulties.
        </p>
    </div>

    <div vocab="http://schema.org/" typeof="VisualArtwork">
        <link property="sameAs" href="http://rdf.freebase.com/rdf/m.0dbwsn" />
        <h1 property="name">My Bed</h1>
        <p>
            My Bed, first created in <time property="dateCreated" datetime="1998">1998</time>,
            is an <span property="artform">installation</span> by the British artist Tracey Emin.
        </p>
        <img property="image" src="http://upload.wikimedia.org/wikipedia/en/9/9d/Emin-My-Bed.jpg" />
        <div property="description">
            <p>
                <cite>My Bed</cite> was exhibited at the Tate Gallery in
                <time datetime="1998">1999</time> as one
                of the shortlisted works for the Turner Prize. It consisted of her
                bed with bedroom objects in an abject state, and gained much media
                attention. Although it did not win the prize, its notoriety has
                persisted.
        </div>
        <ul>
            <li>Artist:
                <span property="creator" typeof="Person">
                    <a property="sameAs" href="https://www.freebase.com/m/015sxw">
                        <span property="name">Tracey Emin</span>
                    </a>
                </span>
            </li>
        </ul>
        <p>
            The artwork generated considerable media furore, particularly over the fact that the
<span property="material">bedsheets</span> were stained with bodily secretions and the floor had items from the artist's room (such as <span property="material">condoms</span>,
            <span property="material">a pair of knickers</span> with menstrual period stains, other detritus, and functional, everyday objects, including a <span property="material">pair of slippers</span>). The <span property="material">bed</span> was presented in the state that
            Emin claimed it had been when she said she had not got up from it for several days due to suicidal depression brought on by relationship difficulties.
        </p>
    </div>  

ex3

logo drush