Re: [Turtle] in HTML

Richard Cyganiak wrote:
> On 24 Sep 2011, at 10:41, Ivan Herman wrote:
>> Is there any statement on the HTML level that is inherited by the turtle part? The only thing that you refer to is the character encoding of the page. What about:
>>
>> - document base URI? Is this also a base for the enclosed Turtle?  (In my opinion: yes)
> 
> +1

consider:

<script src="/foo/bar" type="text/turtle"></script>

I'd suggest a best practise note to include a @base in the turtle 
itself, or to use the default namespace.

Best,

Nathan

Received on Saturday, 24 September 2011 21:24:34 UTC