Warning:
This wiki has been archived and is now read-only.
Feature:AccessingRdfLists
From SPARQL Working Group
Contents
Feature: Accessing RDF collection.
RDF lists are hard to deal with in SPARQL.
Feature description
RDF Collections (AKA RDF lists) are hard to deal with in SPARQL because they require
See also RDF containers (bag, alt, seq).
Examples
{ ?list sparql:listMember ?member. }
{ ?bag rdfs:member ?member. }
Existing Implementation(s)
Done in ARQ via property functions.
Existing Specification / Documentation
Compatibility
For RDF containers, this interacts with the RDF inference rules.
Links to postponed Issues
Related Use Cases/Extensions
UseCase:PropertyPaths can address some cases.
Champions
Andy Seaborne / HP.
Use Cases
@@