René's URL Explorer Experiment


Title: Parsing breaks on JSON-LD 1.1 `@version` keyword. · Issue #263 · jsonld-java/jsonld-java · GitHub

Open Graph Title: Parsing breaks on JSON-LD 1.1 `@version` keyword. · Issue #263 · jsonld-java/jsonld-java

X Title: Parsing breaks on JSON-LD 1.1 `@version` keyword. · Issue #263 · jsonld-java/jsonld-java

Description: The graphToRdf function in RDFDataset.java checks whether any of the keys in the JSON document are reserved JSON-LD keywords. As JsonLdUtils.isKeyword() doesn't know of @version (introduced in 1.1), it then tries to interpret its value, ...

Open Graph Description: The graphToRdf function in RDFDataset.java checks whether any of the keys in the JSON document are reserved JSON-LD keywords. As JsonLdUtils.isKeyword() doesn't know of @version (introduced in 1.1)...

X Description: The graphToRdf function in RDFDataset.java checks whether any of the keys in the JSON document are reserved JSON-LD keywords. As JsonLdUtils.isKeyword() doesn't know of @version (introduced in ...

Opengraph URL: https://github.com/jsonld-java/jsonld-java/issues/263

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Parsing breaks on JSON-LD 1.1 `@version` keyword.","articleBody":"The `graphToRdf` function in `RDFDataset.java` checks whether any of the keys in the JSON document are reserved JSON-LD keywords. As `JsonLdUtils.isKeyword()` doesn't know of `@version` (introduced in 1.1), it then tries to interpret its value, which fails.\r\n\r\nSolution: add ``|| \"@version\".equals(key)`` to the `isKeyword` function in `JsonLdUtils.java`:\r\n\r\n```\r\n    /**\r\n     * Returns whether or not the given value is a keyword (or a keyword alias).\r\n     *\r\n     * @param v\r\n     *            the value to check.\r\n     * @param [ctx]\r\n     *            the active context to check against.\r\n     *\r\n     * @return true if the value is a keyword, false if not.\r\n     */\r\n    static boolean isKeyword(Object key) {\r\n        if (!isString(key)) {\r\n            return false;\r\n        }\r\n        return \"@base\".equals(key) || \"@context\".equals(key) || \"@container\".equals(key)\r\n                || \"@default\".equals(key) || \"@embed\".equals(key) || \"@explicit\".equals(key)\r\n                || \"@graph\".equals(key) || \"@id\".equals(key) || \"@index\".equals(key)\r\n                || \"@language\".equals(key) || \"@list\".equals(key) || \"@omitDefault\".equals(key)\r\n                || \"@reverse\".equals(key) || \"@preserve\".equals(key) || \"@set\".equals(key)\r\n                || \"@type\".equals(key) || \"@value\".equals(key) || \"@vocab\".equals(key)\r\n                || \"@requireAll\".equals(key) || \"@version\".equals(key);\r\n    }\r\n```","author":{"url":"https://github.com/RinkeHoekstra","@type":"Person","name":"RinkeHoekstra"},"datePublished":"2019-06-21T08:54:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/263/jsonld-java/issues/263"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:4f0bf839-7eaa-f8e1-6603-76b2d3b9e044
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA7A:1B8E26:21A1FA1:2B92386:697472EB
html-safe-nonce1c91cd5691c98551f178a11b31c7e839314dce20361450164e6f9aaeea894a16
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTdBOjFCOEUyNjoyMUExRkExOjJCOTIzODY6Njk3NDcyRUIiLCJ2aXNpdG9yX2lkIjoiMzMyMjU3MDMxMTEwMjkyMjAzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbef73473f0fd37801481dd217f4e0309e54c92050ed76f6baf57ffded57abd6c
hovercard-subject-tagissue:459088212
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/jsonld-java/jsonld-java/263/issue_layout
twitter:imagehttps://opengraph.githubassets.com/50f51fef01b729694b6aca5e4e7a0d431d3118622e9916812eccc718cb13e1b9/jsonld-java/jsonld-java/issues/263
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/50f51fef01b729694b6aca5e4e7a0d431d3118622e9916812eccc718cb13e1b9/jsonld-java/jsonld-java/issues/263
og:image:altThe graphToRdf function in RDFDataset.java checks whether any of the keys in the JSON document are reserved JSON-LD keywords. As JsonLdUtils.isKeyword() doesn't know of @version (introduced in 1.1)...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameRinkeHoekstra
hostnamegithub.com
expected-hostnamegithub.com
Nonee0b95d743b7672c9ac0e1032d5f117950182dc164a83434a7db86510e8f0b37c
turbo-cache-controlno-preview
go-importgithub.com/jsonld-java/jsonld-java git https://github.com/jsonld-java/jsonld-java.git
octolytics-dimension-user_id4359856
octolytics-dimension-user_loginjsonld-java
octolytics-dimension-repository_id2988730
octolytics-dimension-repository_nwojsonld-java/jsonld-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id2988730
octolytics-dimension-repository_network_root_nwojsonld-java/jsonld-java
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
release56fe7e2e8de6e57740bca50402351ea656f7a4bf
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/jsonld-java/jsonld-java/issues/263#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjsonld-java%2Fjsonld-java%2Fissues%2F263
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%2Fjsonld-java%2Fjsonld-java%2Fissues%2F263
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=jsonld-java%2Fjsonld-java
Reloadhttps://github.com/jsonld-java/jsonld-java/issues/263
Reloadhttps://github.com/jsonld-java/jsonld-java/issues/263
Reloadhttps://github.com/jsonld-java/jsonld-java/issues/263
jsonld-java https://github.com/jsonld-java
jsonld-javahttps://github.com/jsonld-java/jsonld-java
Notifications https://github.com/login?return_to=%2Fjsonld-java%2Fjsonld-java
Fork 153 https://github.com/login?return_to=%2Fjsonld-java%2Fjsonld-java
Star 386 https://github.com/login?return_to=%2Fjsonld-java%2Fjsonld-java
Code https://github.com/jsonld-java/jsonld-java
Issues 46 https://github.com/jsonld-java/jsonld-java/issues
Pull requests 8 https://github.com/jsonld-java/jsonld-java/pulls
Actions https://github.com/jsonld-java/jsonld-java/actions
Projects 0 https://github.com/jsonld-java/jsonld-java/projects
Wiki https://github.com/jsonld-java/jsonld-java/wiki
Security 0 https://github.com/jsonld-java/jsonld-java/security
Insights https://github.com/jsonld-java/jsonld-java/pulse
Code https://github.com/jsonld-java/jsonld-java
Issues https://github.com/jsonld-java/jsonld-java/issues
Pull requests https://github.com/jsonld-java/jsonld-java/pulls
Actions https://github.com/jsonld-java/jsonld-java/actions
Projects https://github.com/jsonld-java/jsonld-java/projects
Wiki https://github.com/jsonld-java/jsonld-java/wiki
Security https://github.com/jsonld-java/jsonld-java/security
Insights https://github.com/jsonld-java/jsonld-java/pulse
New issuehttps://github.com/login?return_to=https://github.com/jsonld-java/jsonld-java/issues/263
New issuehttps://github.com/login?return_to=https://github.com/jsonld-java/jsonld-java/issues/263
Parsing breaks on JSON-LD 1.1 @version keyword.https://github.com/jsonld-java/jsonld-java/issues/263#top
https://github.com/RinkeHoekstra
https://github.com/RinkeHoekstra
RinkeHoekstrahttps://github.com/RinkeHoekstra
on Jun 21, 2019https://github.com/jsonld-java/jsonld-java/issues/263#issue-459088212
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.