You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if this could be used with a foaf personal profile document, which then could be added to the index.html file directly using a <script type="application/ld+json">{}</script> element.
I have a fork of this project where the template and profile are script elements so no download is required for these static resources.
The text was updated successfully, but these errors were encountered:
Thinking about it, you could do multiple formats, one that's super easy, and gets turned into a profile document and added to the index file on build, or it could use the document directly and modify on the fly.
I'm thinking this because then the users site could be references as a static resource within an rdf graph, rather than just being human readable content.
I am not sure how this will be of great advantage unless it is integrated into a third party apps(like some other app can send foaf details to stringify.me and create a profile). Pls let me know if you see any specific usecase for this.
It would be awesome if this could be used with a foaf personal profile document, which then could be added to the index.html file directly using a
<script type="application/ld+json">{}</script>
element.I have a fork of this project where the template and profile are
script
elements so no download is required for these static resources.The text was updated successfully, but these errors were encountered: