Skip to content

Commit

Permalink
handling multiple inherit classes
Browse files Browse the repository at this point in the history
  • Loading branch information
linxOD committed Jan 25, 2024
1 parent 15a6310 commit 653a004
Show file tree
Hide file tree
Showing 10 changed files with 6,239 additions and 3,383 deletions.
5 changes: 2 additions & 3 deletions data/indexes/amp-index-events.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:base="https://amp.acdh.oeaw.ac.at" xml:id="amp-index-events.xml" next="https://amp.acdh.oeaw.ac.at/amp-index-organizations.xml">
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
Expand Down Expand Up @@ -1070,4 +1069,4 @@
</div>
</body>
</text>
</TEI>
</TEI>
5 changes: 2 additions & 3 deletions data/indexes/amp-index-organizations.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:base="https://amp.acdh.oeaw.ac.at" xml:id="amp-index-organizations.xml" prev="https://amp.acdh.oeaw.ac.at/amp-index-events.xml" next="https://amp.acdh.oeaw.ac.at/amp-index-persons.xml">
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
Expand Down Expand Up @@ -1021,4 +1020,4 @@
</div>
</body>
</text>
</TEI>
</TEI>
5 changes: 2 additions & 3 deletions data/indexes/amp-index-persons.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:base="https://amp.acdh.oeaw.ac.at" xml:id="amp-index-persons.xml" prev="https://amp.acdh.oeaw.ac.at/amp-index-organizations.xml" next="https://amp.acdh.oeaw.ac.at/amp-index-places.xml">
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
Expand Down Expand Up @@ -3989,4 +3988,4 @@
</div>
</body>
</text>
</TEI>
</TEI>
5 changes: 2 additions & 3 deletions data/indexes/amp-index-places.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:base="https://amp.acdh.oeaw.ac.at" xml:id="amp-index-places.xml" prev="https://amp.acdh.oeaw.ac.at/amp-index-persons.xml" next="https://amp.acdh.oeaw.ac.at/amp-index-works.xml">
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
Expand Down Expand Up @@ -4814,4 +4813,4 @@
</div>
</body>
</text>
</TEI>
</TEI>
5 changes: 2 additions & 3 deletions data/indexes/amp-index-works.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:base="https://amp.acdh.oeaw.ac.at" xml:id="amp-index-works.xml" prev="https://amp.acdh.oeaw.ac.at/amp-index-places.xml">
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
Expand Down Expand Up @@ -1381,4 +1380,4 @@
</listBibl>
</body>
</text>
</TEI>
</TEI>
130 changes: 123 additions & 7 deletions json_dumps/Project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2139,6 +2139,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2188,6 +2192,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2242,6 +2250,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2296,6 +2308,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2342,6 +2358,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2392,6 +2412,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2466,6 +2490,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -2544,6 +2572,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3256,6 +3288,10 @@
}
],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3293,6 +3329,10 @@
}
],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3394,6 +3434,10 @@
}
],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3447,6 +3491,10 @@
}
],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3496,6 +3544,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3545,6 +3597,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3631,6 +3687,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3700,6 +3760,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3772,7 +3836,16 @@
"Date": null,
"Number": null,
"Object_uri_vocabs": [],
"Inherit": []
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
}
]
},
"151": {
"id": 151,
Expand Down Expand Up @@ -3809,6 +3882,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -3891,6 +3968,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -4037,12 +4118,7 @@
"value": "cc-by-4-0"
}
],
"Inherit": [
{
"id": 46,
"value": "Resource"
}
]
"Inherit": []
},
"158": {
"id": 158,
Expand Down Expand Up @@ -4075,6 +4151,10 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -4342,6 +4422,10 @@
}
],
"Inherit": [
{
"id": 12,
"value": "Collection"
},
{
"id": 46,
"value": "Resource"
Expand Down Expand Up @@ -5069,5 +5153,37 @@
"Number": null,
"Object_uri_vocabs": [],
"Inherit": []
},
"189": {
"id": 189,
"order": "175.00000000000000000000",
"Subject_uri": "auden-musulin-papers/photos",
"Class": [
{
"id": 12,
"value": "Collection"
}
],
"Predicate_uri": [
{
"id": 19,
"value": "hasLicense"
}
],
"Object_uri_persons": [],
"Object_uri_places": [],
"Object_uri_organizations": [],
"Object_uri_resource": [],
"Literal": "",
"Language": "",
"Date": null,
"Number": null,
"Object_uri_vocabs": [
{
"id": 73,
"value": "cc-by-4-0"
}
],
"Inherit": []
}
}
2 changes: 1 addition & 1 deletion json_dumps/Project_denormalized.json

Large diffs are not rendered by default.

Loading

0 comments on commit 653a004

Please sign in to comment.