← Back to context

Comment by oever

6 years ago

Adding ids to parts of the text and then embedding Turtle in ``` regions would go a long way to making that possible.

I'm not sure I know what you mean. Do you have an example?

  • Sure. Here's some Markdown with Turle.

        At 10pm I had a call with [#karl](Karl).
    
        ```turtle
        @prefix p: <http://example.org/person/>
        @prefix r: <http://example.org/relation/>
        @prefix owl: <http://www.w3.org/2002/07/owl#>
        
        p:karl owl:sameAs <#karl> ;
            r:author <http://example.org/books/NestOfTriples>
            r:friend p:pat
        ```