Skip to content

Instantly share code, notes, and snippets.

@03c
Last active January 28, 2021 16:24
Show Gist options
  • Save 03c/ce117f46fb81d5b7df7119578ddaeff1 to your computer and use it in GitHub Desktop.
Save 03c/ce117f46fb81d5b7df7119578ddaeff1 to your computer and use it in GitHub Desktop.
RDFa Event Test
<div class="col-md-9" vocab="http://schema.org/" typeof="Event">
<a href="http://example.com/en/evenements/ebaii2021n2">
EBAII-N2 : 1ème Ecole de Bioinformatique AVIESAN - IFB - INSERM Niveau 2
</a>
<h3 property="name">
EBAII-N2 : 1ème Ecole de Bioinformatique AVIESAN - IFB - INSERM Niveau 2
</h3>
<div property="description" class="summary">
Initiation au traitement des données de génomique obtenues par
séquençage à haut débit -- Niveau 2
</div>
<div class="dates">
From
<span
property="startDate"
content="2021-05-25T:00:00"
class="date-display-single"
>25-05-2021</span
>
to
<span
property="endDate"
content="2021-05-28T:00:00"
class="date-display-single"
>28-05-2021</span
>,
<div property="location" typeof="Place">
<span property="name">la Station biologique de Roscoff.</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">Place Georges Teissier</span><br />
<span property="addressLocality">Roscoff</span>,
<span property="postalCode">29680</span>
<span property="addressCountry">France</span>
</div>
</div>
</div>
<a
property="url"
href="https://ressources.france-bioinformatique.fr/en/evenements/ebaii2021n2"
class="bt-savoir-plus"
target="_blank"
>
Learn more about this event
</a>
</div>
<div class="col-md-9" vocab="http://schema.org/" typeof="Event">
<a href="https://example.com/test=event-2">
Test Event 2
</a>
<h3 property="name">
Test Event 2
</h3>
<div property="description" class="summary">
Description test test 2
</div>
<div class="dates">
From
<span
property="startDate"
content="2022-05-25T:00:00"
class="date-display-single"
>25-05-2022</span
>
to
<span
property="endDate"
content="2022-05-28T:00:00"
class="date-display-single"
>28-05-2022</span
>,
<div property="location" typeof="Place">
<span property="name">Test House 2</span>
<div class="address" property="address" typeof="PostalAddress">
<span property="streetAddress">2 Chorlton Grove</span><br />
<span property="addressLocality">Stockport</span>,
<span property="postalCode">SK1 4PT</span>
<span property="addressCountry">UK</span>
</div>
</div>
</div>
<a
property="url"
href="https://example.com/test=event-2"
class="bt-savoir-plus"
target="_blank"
>
Learn more about this event
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment