fabsssss commited on
Commit
d0c26a3
·
verified ·
1 Parent(s): 7352c21

Upload data/PROFILE.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. data/PROFILE.md +56 -0
data/PROFILE.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MoDiP raw-data profile
2
+
3
+ Generated by `src/profile_data.py` from `data/raw/modip_records.json` (the exact records fetched from the Museum Data Service).
4
+
5
+ - **Records:** 11,865
6
+ - **Distinct field types:** 22
7
+ - **Distinct material strings:** 476
8
+ - **Distinct technique strings:** 82
9
+ - **Distinct object-name strings:** 955
10
+ - **Distinct use-domain concepts:** 22
11
+
12
+ ## Field coverage (assertions across the set)
13
+
14
+ | field | assertions |
15
+ |---|---|
16
+ | material | 35,172 |
17
+ | object_name | 28,448 |
18
+ | dimension | 24,006 |
19
+ | colour | 16,966 |
20
+ | object_production_organisation | 15,230 |
21
+ | organisations_association | 15,230 |
22
+ | object_name_type | 14,114 |
23
+ | associated_concept | 13,897 |
24
+ | brief_description | 12,288 |
25
+ | license | 11,865 |
26
+ | license_url | 11,865 |
27
+ | object_number | 11,865 |
28
+ | title | 11,865 |
29
+ | technique | 11,482 |
30
+ | object_production_place | 9,180 |
31
+ | inscription_position | 8,271 |
32
+ | object_production_person | 7,152 |
33
+ | persons_association | 7,152 |
34
+ | inscription_content | 7,072 |
35
+ | inscription_method | 6,840 |
36
+ | technique_type | 6,047 |
37
+ | object_production_date | 5,506 |
38
+
39
+ ## The synonymy problem (why a taxonomy is needed)
40
+
41
+ The same polymer is recorded under an abbreviation, a full chemical name and one or more trade names, as independent free-text strings. A keyword search for one misses the others. Witnesses:
42
+
43
+ | polymer | strings that co-refer (with counts) |
44
+ |---|---|
45
+ | polypropylene | `PP` (941) + `polypropylene` (940) |
46
+ | polystyrene | `PS` (843) + `polystyrene` (838) |
47
+ | polyethylene | `PE` (790) + `polyethylene` (831) + `polythene` (767) |
48
+ | phenol formaldehyde | `PF` (516) + `phenol formaldehyde` (517) + `bakelite - generic term` (490) |
49
+ | acrylic (PMMA) | `PMMA` (355) + `polymethyl methacrylate` (352) + `acrylic` (352) + `Perspex - trade name` (14) |
50
+ | polyamide | `PA` (428) + `polyamide` (431) + `nylon` (426) |
51
+
52
+ Trade-name strings account for **497** material assertions across 151 distinct brand tags (Perspex, Bakelite, Lycra, Neoprene, Teflon, …), each of which resolves to a generic polymer in the taxonomy.
53
+
54
+ ## Free-text cross-references (the latent graph)
55
+
56
+ **323** descriptions contain an inline reference to another object's accession number ("AIBDC 007661.2 is the same box but a different colourway"). These are relationships trapped in prose; `build_graph.py` resolves them into typed object-to-object edges.