mirror of
https://github.com/gsi-upm/sitc
synced 2024-12-22 03:38:13 +00:00
fix typo
This commit is contained in:
parent
396a7b17ca
commit
fd5aa4a1fd
@ -89,7 +89,7 @@
|
|||||||
"editable": false,
|
"editable": false,
|
||||||
"nbgrader": {
|
"nbgrader": {
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"checksum": "27164b58076ba5ec8929d9652528a1bb",
|
"checksum": "753edf07d500cc7f9cc9c5a4c0a1348e",
|
||||||
"grade": false,
|
"grade": false,
|
||||||
"grade_id": "cell-d8db3c16cee92ac1",
|
"grade_id": "cell-d8db3c16cee92ac1",
|
||||||
"locked": true,
|
"locked": true,
|
||||||
@ -160,9 +160,9 @@
|
|||||||
"@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n",
|
"@prefix foaf: <http://xmlns.com/foaf/0.1/> .\n",
|
||||||
"@prefix rel: <http://www.perceive.net/schemas/relationship/> .\n",
|
"@prefix rel: <http://www.perceive.net/schemas/relationship/> .\n",
|
||||||
"\n",
|
"\n",
|
||||||
"<#green-goblin> a foaf:Person ; # Green Goblin is a person (in the universe of Marvel)\n",
|
"<#green-goblin> a foaf:Person ; # Green Goblin is a person\n",
|
||||||
" foaf:name \"Green Goblin\" ;\n",
|
" foaf:name \"Green Goblin\" ;\n",
|
||||||
" rel:enemyOf <#spiderman> . # Green Goblin is one of Spiderman's enemy \n",
|
" rel:enemyOf <#spiderman> . # Green Goblin is one of Spiderman's enemies \n",
|
||||||
"\n",
|
"\n",
|
||||||
"<#spiderman> a foaf:Person ; # Spiderman is also a person\n",
|
"<#spiderman> a foaf:Person ; # Spiderman is also a person\n",
|
||||||
" foaf:name \"Spiderman\", \"Человек-паук\"@ru . # Spiderman's name in Russian is Человек-паук\n",
|
" foaf:name \"Spiderman\", \"Человек-паук\"@ru . # Spiderman's name in Russian is Человек-паук\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user