We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7d5b0 commit d50d967Copy full SHA for d50d967
dev/dev.js
@@ -123,20 +123,20 @@ async function devConvertUserProfileToTurtle() {
123
"ff:paysRentCold": 900,
124
"ff:hasLivingArea": 80,
125
"ff:hasResidence": "Berlin",
126
- "ff:hasParentingSetup": "ff:Elternpaar",
+ "ff:parentingSetup": "ff:Elternpaar",
127
"ff:receivesWohngeld": 450,
128
"ff:hasIncomeBrutto": 2700,
129
"ff:hasIncomeNetto": 1600,
130
"ff:hasChild": [
131
{
132
"ff:hasBirthday": "2013-01-23",
133
"ff:hasMaritalStatus": "LD",
134
- "ff:receivesKindergeld": 250
+ "ff:receiveKindergeld": 250
135
},
136
137
"ff:hasBirthday": "2008-02-15",
138
139
140
}
141
]
142
})
0 commit comments