Provenance

  • GET /apps/{app}/datasets/{uuid}/prov/{ontology}.{ext} Get provenance trace

    Get the provenance trace as RDF for the specified ontology.

    Refer to the dataset service description to determine if a dataset supports provenance traces.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Dataset identifier uuid
    ontology Ontology identifier string
    ext Format string rdf
    Query Parameters

    None

    Examples

    Coming soon.

    Response

    RDF provenance trace.

  • GET /apps/{app}/datasets/{uuid}/prov/{ontology}/{standard}.{ext} Get provenance source

    Get the source of the provenance trace. Source files are provided as ISO-19115 Data Series records.

    Request Parameters

    Route Parameters
    Parameter Description Type Options
    app Application alias string rgis, epscor, elseweb
    uuid Dataset identifier uuid
    ontology Ontology identifier string
    standard Standard identifier string ISO19115DS>
    ext Format string xml
    Query Parameters

    None

    Examples

    Coming soon.

    Response

    The XML representation of the Data Series record.