DerivedFrom
DerivedFrom is a binary relation used in data provenance, knowledge representation, and workflow modeling to indicate that one artifact is produced from another through some transformation or processing. When entity A is said to be derivedFrom entity B, A is considered a product or consequence of B, typically via a defined method, tool, or function.
In data and software contexts, derivedFrom is used to express lineage and traceability. For example, a dataset
Semantics of derivedFrom can vary by domain. Often the relation is treated as transitive: if A is
In formal provenance models, the standard relation is often expressed as wasDerivedFrom, with similar intent to
Related terms include provenance, lineage, transformation, and wasDerivedFrom.