CSVW RDF Convertor - Documentation
    Preparing search index...

    Class for manipulating the descriptor

    Index

    Constructors

    Properties

    externalProps: Map<string, Quad[]>

    extra non-csvw properties from the original descriptor

    Accessors

    Methods

    • The CSVW descriptor can include extra non-csvw properties at various levels. The inner descriptor does not include these properties, but they are stored separately as RDF quads with temporary subject. The descriptor contains reference to this subject in a notes property. This function retrieves these properties and inserts them into the RDF graph with a proper subject.

      Parameters

      • sourceId: string

        temporary subject id for the external properties

      • newSubj: any

        subject for the external properties

      Returns Generator<any, void, unknown>