AtomGraph / Processor

Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
https://hub.docker.com/r/atomgraph/processor/
Apache License 2.0
58 stars 6 forks source link

Interpret gp:template value as spin:Template #4

Closed namedgraph closed 9 years ago

namedgraph commented 9 years ago

This should make it possible to reuse query templates for gp:template in the same way as for spin:constraint, allowing arguments, e.g.:

<#CaseItem> gp:template [ a gp:ItemTemplate ;
    sp:arg1 _:this;
    sp:arg2 <#CaseItem> 
  ] ;