Skip to content

Commit

Permalink
Fix typos in example predicates
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed May 16, 2024
1 parent af7d5b0 commit d50d967
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,20 @@ async function devConvertUserProfileToTurtle() {
"ff:paysRentCold": 900,
"ff:hasLivingArea": 80,
"ff:hasResidence": "Berlin",
"ff:hasParentingSetup": "ff:Elternpaar",
"ff:parentingSetup": "ff:Elternpaar",
"ff:receivesWohngeld": 450,
"ff:hasIncomeBrutto": 2700,
"ff:hasIncomeNetto": 1600,
"ff:hasChild": [
{
"ff:hasBirthday": "2013-01-23",
"ff:hasMaritalStatus": "LD",
"ff:receivesKindergeld": 250
"ff:receiveKindergeld": 250
},
{
"ff:hasBirthday": "2008-02-15",
"ff:hasMaritalStatus": "LD",
"ff:receivesKindergeld": 250
"ff:receiveKindergeld": 250
}
]
})
Expand Down

0 comments on commit d50d967

Please sign in to comment.