This HTML5 document contains 3 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
gqlhttp://www.openlinksw.com/schemas/graphql#
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
gql:MappingObject
rdf:type
owl:Class
rdfs:isDefinedBy
gql:schema
rdfs:comment
This is a core mapping class, all objects representing GraphQL objects and fields are instance of that object. All instances of MUST be in the namespace prefix `gql: <http://www.openlinksw.com/schemas/graphql#>`. Example: query { planet { order_num } } will use `gql:planet` and `gql:order_num` to find RDF class and property. In RDF terms mappings should be defined as: `gql:planet gql:rdfClass ex:Planet` and `ex:planetOrder gql:field gql:order_num`.