Re: Semantically-annotated Markdown ?

Hi Thomas,

There is a whole group of authoring tools and standards that cover content
that is structured in this general manner, but not much for Markdown yet.

I strongly recommend reading this book, which shows a fairly well
worked-out syntax along the lines of your example, and goes into many other
aspects of structured content besides:
https://www.amazon.com/Structured-Writing-Mark-Baker-ebook/dp/B07PQXKDR7

Best regards,
Joe

On Thu, Feb 20, 2020 at 12:29 Thomas Francart <thomas.francart@sparna.fr>
wrote:

> Hello schema.org community
>
> I was recently asked by someone how he could insert semantic markup in
> HTML pages generated from Markdown source files. Does anyone know of a
> Markdown extension, and a markdown processor, capable of inserting either
> JSON-LD, RDFa or Microdata in the generated HTML ?
>
> If this doesn't exist, we should really invent "semantic markdown" ! Ideas
> of such markup could be :
>
> Inline annotation :
> ```
> Tomorrow I am travelling to _Berlin_ {.schema:Place}
> ```
>
> Title annotation :
> ```
> ### European Semantic Web Conference {.schema:Event}
> ```
>
> Entity description :
> ```
> ### Specifications Meeting {.schema:Event}
>
> * Date{.schema:startDate} : 11/10
> * Place{.schema:location} : Our office, Street name, 75014 Paris
> * Meeting participants{.schema:attendee} :
>   * Thomas Francart{.schema:Person}
>   * [Someone Else With a URI](https://www.wikidata.org/wiki/Q80)
> ```
>
> Best Regards
> Thomas
>
> --
>
> *Thomas Francart* -* SPARNA*
> Web de *données* | Architecture de l'*information* | Accès aux
> *connaissances*
> blog : blog.sparna.fr, site : sparna.fr, linkedin :
> fr.linkedin.com/in/thomasfrancart
> tel :  +33 (0)6.71.11.25.97, skype : francartthomas
>

Received on Thursday, 20 February 2020 12:51:13 UTC