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

return construct triples through sparql endpoint #29

Closed ssilwal29 closed 3 years ago

ssilwal29 commented 3 years ago

Hi, I have been trying different ways to return triples of a construct query as a sparql endpoint through Processor and have been unsuccessful so far. Wondering if that is something already a feature and possible to provide an example.

Thank you so much!

namedgraph commented 3 years ago

Hi. There are ontology examples with CONSTRUCT in the examples/wikidata folder: https://github.com/AtomGraph/Processor/blob/master/examples/wikidata/wikidata.ttl

ssilwal29 commented 3 years ago

I think I got it work. thanks