Skip to content

Commit 39698cb

Browse files
committed
Fix Turtle syntax errors.
1 parent b9d127e commit 39698cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
22
PREFIX : <http://example.com/ns#>
33

4-
:a :b "{ \"a\":0, \"b\":1 }'^^rdf:JSON .
4+
:a :b '{ "a":0, "b":1 }'^^rdf:JSON .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
22
PREFIX : <http://example.com/ns#>
33

4-
:a :b "{ \"b\":1, \"a\":0 }'^^rdf:JSON .
4+
:a :b '{ "b":1, "a":0 }'^^rdf:JSON .
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prefix : <http://example.com/ns#>
22
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
33

4-
:a1 :p1 <<( :a :b "c"^^xsd:integer )>>..
4+
:a1 :p1 <<( :a :b "c"^^xsd:integer )>>.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prefix : <http://example.com/ns#>
22
prefix xsd: <http://www.w3.org/2001/XMLSchema#>
33

4-
:a1 :p1 <<( :a :b "c"^^xsd:integer )>>..
4+
:a1 :p1 <<( :a :b "c"^^xsd:integer )>>.

rdf/rdf12/rdf-semantics/test001a.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
prefix : <http://example.com/ns#>
22

3-
:a1 :p1 <<( :a :b :c )>> ,
3+
:a1 :p1 <<( :a :b :c )>> .
44
:a1 :p1 <<( :a :b :c )>> .

0 commit comments

Comments
 (0)