Skip to content
New issue

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

Add in-line context definition expand() test #19

Open
kuzenko opened this issue Jul 26, 2020 · 0 comments
Open

Add in-line context definition expand() test #19

kuzenko opened this issue Jul 26, 2020 · 0 comments

Comments

@kuzenko
Copy link
Collaborator

kuzenko commented Jul 26, 2020

{
  "@context": {
    "name": "http://schema.org/name",
    "image": {
      "@id": "http://schema.org/image",
      "@type": "@id"
    },
    "homepage": {
      "@id": "http://schema.org/url",
      "@type": "@id"
    }
  },
  "name": "Manu Sporny",
  "homepage": "http://manu.sporny.org/",
  "image": "http://manu.sporny.org/images/manu.png"
}
@kuzenko kuzenko changed the title Add in-line context definition test Add in-line context definition expand() test Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant