We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
application/credential+ld+json
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should add text that ensures that we don't see:
[ { "@type": [ "http://schema.org/Person" ], "http://schema.org/jobTitle": [ { "@value": "Professor" } ], "http://schema.org/name": [ { "@value": "Jane Doe" } ], "http://schema.org/telephone": [ { "@value": "[(425) 123-4567](tel:4251234567)" } ], "http://schema.org/url": [ { "@id": "http://www.janedoe.com/" } ] } ]
or
{ "@graph": [ { "@type": "http://schema.org/Person", "http://schema.org/jobTitle": "Professor", "http://schema.org/name": "Jane Doe", "http://schema.org/telephone": "[(425) 123-4567](tel:4251234567)", "http://schema.org/url": { "@id": "http://www.janedoe.com/" } }, { "@id": "http://www.janedoe.com/" } ] }
In credentials or verifiable credentials.
I'd actually like to include examples that are not legal to make this point even clearer.
The text was updated successfully, but these errors were encountered:
Not even for layering on a local @vocab ? 🌶️
@vocab
Sorry, something went wrong.
@bumblefudge the examples above have no @context, they are produced by applying a context.
@context
Mixing them with things that do have context leads to more confusion.
thanks for the context that helps
PR #1050
PR #1050 has been merged, which addresses this issue. Closing.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We should add text that ensures that we don't see:
or
In credentials or verifiable credentials.
I'd actually like to include examples that are not legal to make this point even clearer.
The text was updated successfully, but these errors were encountered: