@base <https://www.w3.org/TR/sparql11-overview/> .
@prefix schema: <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<#doc>
  a schema:TechArticle ;
  schema:name "SPARQL 1.1 Overview" ;
  schema:description "Overview of the SPARQL 1.1 family of specifications for querying and manipulating RDF graph content." ;
  schema:url <https://www.w3.org/TR/sparql11-overview/> ;
  schema:datePublished "2013-03-21"^^xsd:date ;
  schema:publisher <#w3c> ;
  schema:author <#sparql-wg> ;
  schema:about <#sparql-1-1> , <#rdf> ;
  schema:hasPart <#rec1>, <#rec2>, <#rec3>, <#rec4>, <#rec5>, <#rec6>, <#rec7>, <#rec8>, <#rec9>, <#rec10>, <#rec11> ;
  dcterms:issued "2013-03-21"^^xsd:date .

<#w3c>
  a schema:Organization ;
  schema:name "World Wide Web Consortium (W3C)" ;
  schema:url <https://www.w3.org/> .

<#sparql-wg>
  a schema:Organization ;
  schema:name "W3C SPARQL Working Group" ;
  schema:url <https://www.w3.org/2009/sparql/wiki/> .

<#sparql-1-1>
  a schema:DefinedTerm ;
  schema:name "SPARQL 1.1" ;
  schema:description "The SPARQL 1.1 family of W3C specifications." .

<#rdf>
  a schema:DefinedTerm ;
  schema:name "RDF" ;
  schema:description "Resource Description Framework, a graph-based data model for the Web." .

<#rec1> a schema:CreativeWork ; schema:name "SPARQL 1.1 Overview" .
<#rec2> a schema:CreativeWork ; schema:name "SPARQL 1.1 Query Language" .
<#rec3> a schema:CreativeWork ; schema:name "SPARQL 1.1 Update" .
<#rec4> a schema:CreativeWork ; schema:name "SPARQL 1.1 Service Description" .
<#rec5> a schema:CreativeWork ; schema:name "SPARQL 1.1 Federated Query" .
<#rec6> a schema:CreativeWork ; schema:name "SPARQL 1.1 Query Results JSON Format" .
<#rec7> a schema:CreativeWork ; schema:name "SPARQL 1.1 Query Results CSV and TSV Formats" .
<#rec8> a schema:CreativeWork ; schema:name "SPARQL Query Results XML Format (Second Edition)" .
<#rec9> a schema:CreativeWork ; schema:name "SPARQL 1.1 Entailment Regimes" .
<#rec10> a schema:CreativeWork ; schema:name "SPARQL 1.1 Protocol" .
<#rec11> a schema:CreativeWork ; schema:name "SPARQL 1.1 Graph Store HTTP Protocol" .
