Re: Suggestion for new category

Following the Jonnie’s idea…

 

I tried to manage with “Role” approach.

 

Then, it’s clear that it makes possible to link an actor with a character,
see example below.

 

      <div itemprop="actor" itemscope
itemtype="http://schema.org/PerformanceRole">

            <span itemprop="actor" itemscope
itemtype="http://schema.org/Person">

                        <span itemprop="name">Stéphane Reboul</span> :

            </span>

                        <span itemprop="characterName">Le loup</span>

       </div>

Here, we say that Stéphane Reboul is an actor whose character is The wolf in
the play.

 

For secondary contributors, such as the stage designer Alain Villette, we
can manage like in the following example :

 

 

<div itemprop="contributor" itemscope itemtype="http://schema.org/Role">

                        <span itemprop="contributor" itemscope
itemtype="http://schema.org/Person">

                                   <span itemprop="name">Alain
Villette</span> :

                        </span>

                        <span itemprop="name">Décorateur</span>

            </div>

 

We say that Alain Villette contributes to the play as Stage manager. It
would be better to be able to precise clearly his contribution, but anyway,
it’s a first step.

 

Nevertheless, this works with the “Movie” schema, but I still don’t have the
good category to describe my job. “Stagework” could be a good term.

 

Now, the question for me is : who can decide to add that category in the
schema’s structure ?

 

Anybody has an idea ?

 

Good day.

 

Stéphane

Received on Sunday, 6 March 2016 14:22:47 UTC