OpenDecisions
Schema ReferenceTypes

Source

Provenance record, the citable source for every claim

Source

@id: https://schema.opendecisions.org/v1/Source

Provenance record: the citable source for claims. Every published numeric value must reference at least one Source ("no source, no claim").


Properties

PropertyExpected typeRequiredDescription
sourceIdstringYesStable source ID. Pattern: source:{country}:{publisher}:{year}:{dataset}. See Identifiers.
publisherstringYesOrganization that published the source.
titlestringYesTitle of dataset or document.
sourceUrlstring (URI)RecommendedURL where source can be accessed.
retrievedAtstring (dateTime)YesWhen the source was retrieved (ISO 8601).
validForYearnumberNoData year the source applies to.
collectionMethodstringYesOne of: reported, scraped, inferred, modeled.
licensestringYesLicense or redistribution terms (e.g. public-domain, mixed).
confidenceobjectNoscore (0–1) and notes.
coveragestringNoDescription of geographic/institutional coverage.
schemaMappingstringNoWhich OpenDecisions entities this source maps to.

collectionMethod values

ValueDescription
reportedData as reported by the institution or official publisher.
scrapedData obtained by scraping or automated collection.
inferredData derived by inference from other data.
modeledData produced by a model or computation.