SPARQL | HTML Microdata document
This HTML5 document contains 14 embedded RDF statements represented using HTML+Microdata notation.
The embedded RDF content will be recognized by any processor of HTML5 Microdata.
Namespace Prefixes
Prefix IRI
gql http://www.openlinksw.com/schemas/graphql#
gqi http://www.openlinksw.com/schemas/graphql/intro#
rdf http://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdh http://www.w3.org/2001/XMLSchema#
Statements
Subject Item gqi:__Schema
rdf:type
gql:Object
gqi:name
__Schema
gqi:description
A GraphQL Schema defines the capabilities of a GraphQL server.
It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.
gqi:enumValues
rdf:nil
gqi:fields
gqi:mutationType
gqi:subscriptionType
gqi:queryType
gqi:description
gqi:directives
gqi:types
gqi:inputFields
rdf:nil
gqi:interfaces
rdf:nil
gqi:kind
OBJECT
gqi:possibleTypes
rdf:nil