This HTML5 document contains 5 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#
schemahttp://schema.org/
rdfshttp://www.w3.org/2000/01/rdf-schema#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
gql:insertArticle
rdfs:label
Articles INSERT Mutation via SPARQL
gql:type
gql:Function
gql:mutationType
SPARQL
gql:rdfClass
schema:Article
gql:sparqlQuery
PREFIX schema: <http://schema.org/> PREFIX : <#> WITH <urn:schemaorg:data:abox> INSERT { `iri(?::ID)` a schema:Article ; # the ?::ID is a named parameter, # binds input argument of gql:type `gql:ID` to Subject via `gql:iriPattern` schema:name ?::name ; # the input parameter `name` binding with named parameter schema:datePublished ?::datePublished . # ditto }