René's URL Explorer Experiment


Title: Support both @view sugar AND explicit ui:view predicate · Issue #4 · JavaScriptSolidServer/solid-shim · GitHub

Open Graph Title: Support both @view sugar AND explicit ui:view predicate · Issue #4 · JavaScriptSolidServer/solid-shim

X Title: Support both @view sugar AND explicit ui:view predicate · Issue #4 · JavaScriptSolidServer/solid-shim

Description: Summary Support @view as built-in JSON-LD syntax in solid-shim, expanding to the jsonld:view predicate. Live Implementation 🚀 See it working: https://jsonos.com/examples/ Background @view should work like @type - zero context required: {...

Open Graph Description: Summary Support @view as built-in JSON-LD syntax in solid-shim, expanding to the jsonld:view predicate. Live Implementation 🚀 See it working: https://jsonos.com/examples/ Background @view should wo...

X Description: Summary Support @view as built-in JSON-LD syntax in solid-shim, expanding to the jsonld:view predicate. Live Implementation 🚀 See it working: https://jsonos.com/examples/ Background @view should wo...

Opengraph URL: https://github.com/JavaScriptSolidServer/solid-shim/issues/4

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Support both @view sugar AND explicit ui:view predicate","articleBody":"## Summary\n\nSupport `@view` as built-in JSON-LD syntax in solid-shim, expanding to the `jsonld:view` predicate.\n\n## Live Implementation\n\n🚀 **See it working:** https://jsonos.com/examples/\n\n## Background\n\n`@view` should work like `@type` - zero context required:\n\n```json\n{\n  \"@context\": {\"schema\": \"http://schema.org/\"},\n  \"@type\": \"schema:Person\",\n  \"@view\": \"https://example.com/panes/person.js\",\n  \"schema:name\": \"Alice\"\n}\n```\n\nJust like `@type` expands to `rdf:type`, `@view` should expand to `jsonld:view`.\n\n## Implementation\n\nWhen parsing JSON-LD, solid-shim should:\n\n1. Recognize `@view` as a reserved keyword\n2. Expand it to `http://www.w3.org/ns/json-ld#view`\n3. Store the triple: `\u003csubject\u003e jsonld:view \u003cviewUrl\u003e`\n\n```javascript\n// In parseJsonLdToStore or similar\nif (data['@view']) {\n  const VIEW = $rdf.Namespace('http://www.w3.org/ns/json-ld#')\n  store.add(subject, VIEW('view'), $rdf.sym(data['@view']))\n}\n```\n\n## Semantic Equivalence\n\nFor interop with Solid's ui vocabulary:\n\n```turtle\njsonld:view owl:equivalentProperty ui:view .\n```\n\nThis means queries for either predicate should match.\n\n## Why `jsonld:view`?\n\n- JSON-LD native namespace\n- W3C controlled\n- Clear path to standardization\n- Bridges to `ui:view` via equivalentProperty\n\n## Related\n\n- json-os/json-os.github.io#1 - The `@view` proposal\n- Current mashlib.min.js already handles `@view` for pane dispatch","author":{"url":"https://github.com/melvincarvalho","@type":"Person","name":"melvincarvalho"},"datePublished":"2026-01-06T22:34:45.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/4/solid-shim/issues/4"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c37444ac-5fe5-1b66-ec56-61b719a18d3e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDAF4:83DE7:E20990E:125D2B13:697730D7
html-safe-nonce0d240c5eee6301fbb8d3f74574c5e6ce6b29a9ba1cd9b66df92109e5dbae4c91
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQUY0OjgzREU3OkUyMDk5MEU6MTI1RDJCMTM6Njk3NzMwRDciLCJ2aXNpdG9yX2lkIjoiODA5NDYyNzg4ODQ3NDA0MjU4MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9d99fb5e6788215a3de4b65abb0d3a4a774b1f02243b2054b15b2667dc7a69e6
hovercard-subject-tagissue:3786744395
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JavaScriptSolidServer/solid-shim/4/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fe7f3aa29c5eae5ecf0675a940fe5198d69ee9ceb8a1ec4f07d6ce6b36f27947/JavaScriptSolidServer/solid-shim/issues/4
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fe7f3aa29c5eae5ecf0675a940fe5198d69ee9ceb8a1ec4f07d6ce6b36f27947/JavaScriptSolidServer/solid-shim/issues/4
og:image:altSummary Support @view as built-in JSON-LD syntax in solid-shim, expanding to the jsonld:view predicate. Live Implementation 🚀 See it working: https://jsonos.com/examples/ Background @view should wo...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemelvincarvalho
hostnamegithub.com
expected-hostnamegithub.com
None01d198479908d09a841b2febe8eb105a81af2af7d81830960fe0971e1f4adc09
turbo-cache-controlno-preview
go-importgithub.com/JavaScriptSolidServer/solid-shim git https://github.com/JavaScriptSolidServer/solid-shim.git
octolytics-dimension-user_id205442424
octolytics-dimension-user_loginJavaScriptSolidServer
octolytics-dimension-repository_id1125206031
octolytics-dimension-repository_nwoJavaScriptSolidServer/solid-shim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1125206031
octolytics-dimension-repository_network_root_nwoJavaScriptSolidServer/solid-shim
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef752335dbbea672610081196a1998e39aec5e14b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JavaScriptSolidServer/solid-shim/issues/4#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaScriptSolidServer%2Fsolid-shim%2Fissues%2F4
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaScriptSolidServer%2Fsolid-shim%2Fissues%2F4
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JavaScriptSolidServer%2Fsolid-shim
Reloadhttps://github.com/JavaScriptSolidServer/solid-shim/issues/4
Reloadhttps://github.com/JavaScriptSolidServer/solid-shim/issues/4
Reloadhttps://github.com/JavaScriptSolidServer/solid-shim/issues/4
JavaScriptSolidServer https://github.com/JavaScriptSolidServer
solid-shimhttps://github.com/JavaScriptSolidServer/solid-shim
Notifications https://github.com/login?return_to=%2FJavaScriptSolidServer%2Fsolid-shim
Fork 0 https://github.com/login?return_to=%2FJavaScriptSolidServer%2Fsolid-shim
Star 0 https://github.com/login?return_to=%2FJavaScriptSolidServer%2Fsolid-shim
Code https://github.com/JavaScriptSolidServer/solid-shim
Issues 5 https://github.com/JavaScriptSolidServer/solid-shim/issues
Pull requests 0 https://github.com/JavaScriptSolidServer/solid-shim/pulls
Actions https://github.com/JavaScriptSolidServer/solid-shim/actions
Projects 0 https://github.com/JavaScriptSolidServer/solid-shim/projects
Security 0 https://github.com/JavaScriptSolidServer/solid-shim/security
Insights https://github.com/JavaScriptSolidServer/solid-shim/pulse
Code https://github.com/JavaScriptSolidServer/solid-shim
Issues https://github.com/JavaScriptSolidServer/solid-shim/issues
Pull requests https://github.com/JavaScriptSolidServer/solid-shim/pulls
Actions https://github.com/JavaScriptSolidServer/solid-shim/actions
Projects https://github.com/JavaScriptSolidServer/solid-shim/projects
Security https://github.com/JavaScriptSolidServer/solid-shim/security
Insights https://github.com/JavaScriptSolidServer/solid-shim/pulse
New issuehttps://github.com/login?return_to=https://github.com/JavaScriptSolidServer/solid-shim/issues/4
New issuehttps://github.com/login?return_to=https://github.com/JavaScriptSolidServer/solid-shim/issues/4
Support both @view sugar AND explicit ui:view predicatehttps://github.com/JavaScriptSolidServer/solid-shim/issues/4#top
https://github.com/melvincarvalho
https://github.com/melvincarvalho
melvincarvalhohttps://github.com/melvincarvalho
on Jan 6, 2026https://github.com/JavaScriptSolidServer/solid-shim/issues/4#issue-3786744395
https://jsonos.com/examples/https://jsonos.com/examples/
Proposal: @view as syntactic sugar for a standard RDF predicate json-os/json-os.github.io#1https://github.com/json-os/json-os.github.io/issues/1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.