Swirrl / matcha

:tea: An in memory graph database with SPARQL-like DSL for querying Linked Data Models
Eclipse Public License 1.0
22 stars 0 forks source link

Support alternative hardcoded values #8

Open RickMoynihan opened 6 years ago

RickMoynihan commented 6 years ago

(construct-1 ?label-or-title [[:resource #{:rdfs/label :dcterms/title} ?label-or-title]])

RickMoynihan commented 5 years ago

This is similar to #9 but slightly more constrained to only compile time syntax. Supporting both runtime and compile time cases would be preferable; but this is perhaps more common than the runtime case. i.e. it would be preferable to do #9 to this ticket; but if #9 proves awkward this would an improvement too.