Skip to content

Commit

Permalink
Add dataBuildGroup to Provenance
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619682730
  • Loading branch information
n-h-diaz authored and copybara-github committed Mar 27, 2024
1 parent d81b8ae commit 397572e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
6 changes: 0 additions & 6 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,6 @@ subClassOf: dcs:Enumeration
name: "ProvenanceCategoryEnum"
description: "Category of data contained within a provenance."

Node: dcid:DataBuildGroupEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "DataBuildGroupEnum"
description: "Specific build group of a selection of data imports."

Node: dcid:ProcessingMethodEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
Expand Down
2 changes: 1 addition & 1 deletion core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ description: "No entity resolution is necessary because all entities come with p
Node: dcid:IdResolutionWithoutKg
typeOf: dcs:EntityResolutionTypeEnum
name: "ID resolution without Knowledge Graph"
description: "Requires generation of DCIDs for certain entities (e.g., StatVarObservation), but does require resolution against entities in Data Commons Knowledge Graph."
description: "Requires generation of DCIDs for certain entities (e.g., StatVarObservation), but does not require resolution against entities in Data Commons Knowledge Graph."

Node: dcid:IdBasedKgResolution
typeOf: dcs:EntityResolutionTypeEnum
Expand Down
22 changes: 4 additions & 18 deletions core/provenance.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ description: "Category of data in the provenance."
Node: dcid:dataBuildGroup
typeOf: schema:Property
domainIncludes: dcs:Provenance
rangeIncludes: dcs:DataBuildGroupEnum
rangeIncludes: dcs:Text
name: "dataBuildGroup"
description: "The data build that a given data import is part of."

Expand Down Expand Up @@ -188,19 +188,12 @@ rangeIncludes: dcs:Text
name: "resolvedProtoMcfUrl"
description: "Location of resolved proto MCF files for the provenance."

Node: dcid:preResolutionCsvUrl
typeOf: schema:Property
domainIncludes: dcs:Provenance
rangeIncludes: dcs:Text
name: "preResolutionCsvUrl"
description: "Location of CSV files for the provenance that are not yet aligned with the Knowledge Graph."

Node: dcid:preResolutionTemplateMcfUrl
Node: dcid:preResolutionTableUrl
typeOf: schema:Property
domainIncludes: dcs:Provenance
rangeIncludes: dcs:Text
name: "preResolutionTemplateMcfUrl"
description: "Location of template-MCF files for the provenance."
name: "preResolutionTableUrl"
description: "Location of CSV files and corresponding Template-MCF file for the provenance that are not yet aligned with the Knowledge Graph. There should be one Template-MCF file with extension `.tmcf` and one or more CSV files or file patterns."

Node: dcid:dataTransformationLogic
typeOf: schema:Property
Expand Down Expand Up @@ -237,13 +230,6 @@ rangeIncludes: dcs:Text
name: "sourceDataUrl"
description: "Location of source data to download."

Node: dcid:dataBuildGroup
typeOf: schema:Property
domainIncludes: dcs:Provenance
rangeIncludes: dcs:DataBuildGroupEnum
name: "dataBuildGroup"
description: "Data build group consisting of certain provenances."

Node: dcid:earliestObservationDate
typeOf: schema:Property
domainIncludes: dcs:Provenance
Expand Down

0 comments on commit 397572e

Please sign in to comment.