1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-11-21 14:02:28 +00:00

Fix typo in rdf

This commit is contained in:
J. Fernando Sánchez 2019-02-13 18:01:14 +01:00
parent a6670235ba
commit 8833f09fb7

View File

@ -115,7 +115,7 @@
"\n",
"Each of these, (`<subject>`, `<predicate>` and `<object>`) should be unique identifiers.\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",
"```turtle\n",
"<http://example.org/Timmy> <http://example.org/hasDog> <http://example.org/Tobby>\n",