Skip to content

Commit

Permalink
added lastName for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
poef committed Jul 12, 2023
1 parent 74c65a3 commit 7c11293
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data.jsontag
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
"persons": [
<object id="john" class="Person">{
"name": "John",
"lastName": "Doe",
"dob": <date>"1972-09-20",
"foaf": [
<link>"jane"
]
},
<object id="jane" class="Person">{
"name": "Jane",
"lastName": "Doe",
"dob": <date>"1986-01-01",
"foaf": [
<link>"john"
Expand Down

0 comments on commit 7c11293

Please sign in to comment.