Skip to content

Commit

Permalink
Realign exapmple comments and remove extraineous example.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 28, 2024
1 parent e0cd186 commit 40b1247
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,18 +517,17 @@ <h3>Quoted Literals</h3>
PREFIX show: <http://example.org/vocab/show/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
show:218 rdfs:label "That Seventies Show"^^xsd:string . # literal with XML Schema string datatype
show:218 rdfs:label "That Seventies Show"^^xsd:string . # literal with XML Schema string datatype
show:218 rdfs:label "That Seventies Show"^^<http://www.w3.org/2001/XMLSchema#string> . # same as above
show:218 rdfs:label "That Seventies Show" . # same again
show:218 show:localName "That Seventies Show"@en . # literal with a language tag
show:218 show:localName "HTML היא שפת סימון."@he--rtl . # literal with a language tag and base direction
show:218 show:localName "That Seventies Show"@en-us--ltr . # literal with a language tag, region subtag, and base direction
show:218 show:localName 'Cette Série des Années Soixante-dix'@fr . # literal delimited by single quote
show:218 show:localName "Cette Série des Années Septante"@fr-be . # literal with a region subtag
show:218 show:localName "That Seventies Show"@en . # literal with a language tag
show:218 show:localName "HTML היא שפת סימון."@he--rtl . # literal with a language tag and base direction
show:218 show:localName "That Seventies Show"@en-us--ltr . # literal with a language tag, region subtag, and base direction
show:218 show:localName 'Cette Série des Années Soixante-dix'@fr . # literal delimited by single quote
show:218 show:localName "Cette Série des Années Septante"@fr-be . # literal with a region subtag
show:218 show:blurb '''This is a multi-line
literal with many quotes (""""")
and up to two sequential apostrophes ('').''' . # literal with embedded new lines and quotes
show:218 show:blurb "HTML و CSS: تصميم و إنشاء مواقع الويب"@ar--rtl.
-->
</pre>
</section>
Expand Down

0 comments on commit 40b1247

Please sign in to comment.