Constructors
Properties
Protected
cursor
cursor: number
Methods
parse
- parse(contentPolicy: string, baseIRI?: string): ContentPolicy
Parameters
- contentPolicy: string
Optional
baseIRI: string
Protected
readFollowClause
- readFollowClause(contentPolicy: string): void
Returns void
Protected
readVariables
- readVariables(contentPolicy: string): IVariable[]
A simple SCL parser that builds on top of SPARQL.js and SPARQLAlgebraJS.
This is not an optimal implementation, and may fail in edge-cases (such as when 'INCLUDE' is used in an IRI or string in the graph pattern).