link-lib
link-lib copied to clipboard
Linked Data Rendering for humans
Fixes #11
I'd like to be able to fetch URLs from a different domain, which means adding some headers to each request. I've done this in two projects at this moment: openbesluitvorming...
The internal APIs already support querying with graphs, but this isn't exposed to the end-user. A lot of work around graphs has been done already and it's a useful feature...
Perhaps the atom/molecule concept can be applied on link to provide a better mental model (since property renderers and type renderers basically map to atoms and molecules)
Currently we have type, property, topology, but there are more use-cases in switching view sets which can be useful as well. * Screen type (mobile, print) * Arbitrary tags?
`rdf:nil rdf:type rdf:List` is missing from the [rdf axioms](https://github.com/fletcher91/link-lib/blob/use-data-factory-and-ontologies/src/schema/rdfs.ts#L11)
The schema.org ontology contains these statements, so it'd be better to remove BlankNode from the blacklist
It would be very useful to detect for double view registration in development mode.