o-development / ldo

Monorepo for Linked Data Objects (ldo)
MIT License
23 stars 5 forks source link

Update parseRdf.ts #30

Open timbot1789 opened 3 months ago

timbot1789 commented 3 months ago

I think this example is missing an await call. parseRdf returns a promise, but the name of the variable ldoDataset suggests that the promise is already unwrapped.