Domain Specific Language

Domain specific language definitions.

class quepy.dsl.FixedDataRelation(data)

Expression for a fixed relation. This is “A is related to Data” through the relation defined in relation.

class quepy.dsl.FixedRelation(destination, reverse=None)

Expression for a fixed relation. It states that “A is related to B” through the relation defined in relation.

class quepy.dsl.FixedType

Expression for a fixed type. This captures the idea of something having an specific type.

class quepy.dsl.HasKeyword(data)

Abstraction of an information retrieval key, something standarized used to look up things in the database.