rdf-object.js
rdf-object.js copied to clipboard
Small typo in README?
In the example Resources are nested, there is:
'''js
for (const friend of rubenT.properties.friends) {
console.log(* ${friend.property.name}
);
}
'''
Should that not be 'rubenT.properties.knows', as that is the known context for those properties?