Skip to content

Instantly share code, notes, and snippets.

@ewg118
Created May 7, 2026 20:21
Show Gist options
  • Select an option

  • Save ewg118/9d20e738a744f8b5b1586d066614463c to your computer and use it in GitHub Desktop.

Select an option

Save ewg118/9d20e738a744f8b5b1586d066614463c to your computer and use it in GitHub Desktop.
{
"@context": "https://linked.art/ns/v1/linked-art.json",
"id": "https://search.lib.virginia.edu/sources/images/items/uva-lib:2372197",
"type": "HumanMadeObject",
"_label": "North Wales",
"identified_by": [
{
"type": "Name",
"content": "North Wales",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300404670",
"_label": "preferred forms",
"type": "Type"
}
]
},
{
"type": "Identifier",
"content": "Johnston,FB-PHOTO-10-10",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300311706",
"_label": "call numbers",
"type": "Type"
}
]
}
],
"classified_as": [
{
"id": "http://id.loc.gov/vocabulary/graphicMaterials/tgm000464",
"type": "Type",
"_label": "Architectural photographs",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435443",
"type": "Type",
"_label": "Type of Work"
}
]
},
{
"id": "http://vocab.getty.edu/aat/300128695",
"type": "Type",
"_label": "gelatin silver prints",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435443",
"type": "Type",
"_label": "Type of Work"
}
]
}
],
"referred_to_by": [
{
"type": "LinguisticObject",
"content": "Exterior, general view. Building Date: 19th Century. Caroline County, Virginia.",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300435416",
"type": "Type",
"_label": "Description",
"classified_as": [
{
"id": "http://vocab.getty.edu/aat/300418049",
"type": "Type",
"_label": "Brief Text"
}
]
}
]
}
],
"produced_by": {
"type": "Production",
"timespan": {
"type": "TimeSpan",
"_label": "1929/1935",
"begin_of_the_begin": "1929-01-01T00:00:00Z",
"end_of_the_end": "1935-12-31T23:59:59Z"
},
"carried_out_by": [
{
"id": "http://id.loc.gov/authorities/names/n85307501",
"type": "Person",
"_label": "Johnston, Frances Benjamin, 1864-1952"
}
],
"technique": [
{
"id": "https://vocab.getty.edu/aat/300389795",
"type": "Type",
"_label": "photography (discipline)"
}
]
},
"shows": [
{
"type": "VisualItem",
"_label": "Visual content of North Wales",
"represents_instance_of_type": [
{
"id": "http://www.wikidata.org/entity/Q17345",
"type": "Type",
"_label": "Dormers"
}
],
"about": [
{
"id": "http://id.loc.gov/authorities/subjects/sh85061105",
"type": "Type",
"_label": "Historic buildings--Virginia"
},
{
"id": "http://vocab.getty.edu/tgn/1002235",
"type": "Place",
"_label": "Caroline"
}
]
}
],
"member_of": [
{
"id": "https://search.lib.virginia.edu/sources/uva_library/items/as:3r1205",
"type": "Set",
"_label": "Frances Benjamin Johnston Photographs"
}
]
}
@ewg118
Copy link
Copy Markdown
Author

ewg118 commented May 7, 2026

XSLT transformation of URI-augmented MODS file, including calling a FastAPI service running locally to normalize EDTF dates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment