Constructors
Properties
Protectedcursor
cursor: number
Methods
parse
- parse(contentPolicy: string, baseIRI?: string): ContentPolicy
Parameters
- contentPolicy: string
OptionalbaseIRI: string
ProtectedreadFollowClause
- readFollowClause(contentPolicy: string): void
Returns void
ProtectedreadVariables
- 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).