Skip to content

Define GraphQL SDL directives for RDF concepts #4

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

Open
saerdnaer opened this issue Aug 22, 2022 · 0 comments
Open

Define GraphQL SDL directives for RDF concepts #4

saerdnaer opened this issue Aug 22, 2022 · 0 comments

Comments

@saerdnaer
Copy link

saerdnaer commented Aug 22, 2022

I think one of the first steps of this group should be defining a recommendation / standard on how to map GraphQL types/attributes to a RDF entity, e.g.

type Item @sameAs(uri: "https://schema.org/PodcastEpisode") {
  id: ID!
  title: String @sameAs(uri: "https://schema.org/name")
  …
} 

To be able to inspect this addional annotations from external endpoints https://github.com/graphql/graphql-wg/blob/main/rfcs/AnnotationStructs.md aka graphql/graphql-spec#300 is required to speced and implemented

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