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

more than one @JsonldNamespace #21

Open
ap-peh opened this issue Jul 9, 2024 · 0 comments
Open

more than one @JsonldNamespace #21

ap-peh opened this issue Jul 9, 2024 · 0 comments

Comments

@ap-peh
Copy link

ap-peh commented Jul 9, 2024

Why is it not possible to specify more than one @JsonldNamespace in a class using the library? As far as I am correctly informed, this is possible according to the json-ld convention. So how can I do this using this library?

  "@context": {
    "schema": "http://schema.org/",
    "ex": "http://example.org/"
  },
  "@id": "http://example.org/person#1",
  "@type": "schema:Person",
  "schema:givenName": "John",
  "schema:familyName": "Doe",
  "schema:name": "John Doe",
  "schema:jobTitle": "Software Engineer"
}
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