Skip to content

Commit

Permalink
LOC ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
docuracy committed Jan 28, 2025
1 parent 67ba8af commit 8044121
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vespa/repository/api/ingestion/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@
"madsrdf:GeographicElement" in graph_item.get("@type", [])
for graph_item in record.get("@graph", [])
)
# and any(
# "http://www.loc.gov/mads/rdf/v1#hasCloseExternalAuthority" in graph_item or
# "http://www.loc.gov/mads/rdf/v1#hasExactExternalAuthority" in graph_item
# for graph_item in record.get("@graph", [])
# )
and any(
"madsrdf:hasCloseExternalAuthority" in graph_item or
"madsrdf:hasExactExternalAuthority" in graph_item
for graph_item in record.get("@graph", [])
)
]
}
],
Expand Down

0 comments on commit 8044121

Please sign in to comment.