mirror of
https://github.com/gsi-upm/sitc
synced 2024-11-22 06:22:29 +00:00
Fix typo in rdf
This commit is contained in:
parent
a6670235ba
commit
8833f09fb7
@ -115,7 +115,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"Each of these, (`<subject>`, `<predicate>` and `<object>`) should be unique identifiers.\n",
|
"Each of these, (`<subject>`, `<predicate>` and `<object>`) should be unique identifiers.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For example, to say Timmy is a 6 year-old whose dog is Tobby, we would write:\n",
|
"For example, to say Timmy is a 7 year-old whose dog is Tobby, we would write:\n",
|
||||||
"\n",
|
"\n",
|
||||||
"```turtle\n",
|
"```turtle\n",
|
||||||
"<http://example.org/Timmy> <http://example.org/hasDog> <http://example.org/Tobby>\n",
|
"<http://example.org/Timmy> <http://example.org/hasDog> <http://example.org/Tobby>\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user