Type Alias ComunicaDataFactory

ComunicaDataFactory: RDF.DataFactory & {
    variable: (value: string) => RDF.Variable;
}