fabsssss commited on
Commit
0eeb2ee
·
verified ·
1 Parent(s): 3bb061d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: MoDiP Plastics Knowledge Graph
6
+ tags:
7
+ - collections-as-data
8
+ - cultural-heritage
9
+ - GLAM
10
+ - CIDOC-CRM
11
+ - SKOS
12
+ - getty-aat
13
+ - knowledge-graph
14
+ - plastics
15
+ - ontology
16
+ - linked-data
17
+ size_categories:
18
+ - 100K<n<1M
19
+ task_categories:
20
+ - graph-ml
21
+ - other
22
+ source_datasets:
23
+ - Museum Data Service (MoDiP)
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: objects
28
+ path: data/raw/modip_records.json.gz
29
+ ---
30
+
31
+ # MoDiP Plastics Knowledge Graph
32
+
33
+ A standards-based knowledge graph built from the full open catalogue of the
34
+ **Museum of Design in Plastics** (MoDiP, Arts University Bournemouth) — the UK's
35
+ only accredited museum devoted to plastics in design — as a worked example of
36
+ turning a small museum's raw "collections as data" into something computable.
37
+
38
+ - **11,865** object records (the complete MoDiP set), retrieved from the
39
+ [Museum Data Service](https://museumdata.uk/) under **CC BY 4.0**.
40
+ - **485,013-triple** CIDOC-CRM (Linked Art compatible) instance graph.
41
+ - **137-concept** SKOS materials taxonomy grounded in polymer science
42
+ (thermoplastic / thermoset / elastomer / biopolymer), resolving **99.9%** of
43
+ 35,172 free-text material assertions and unifying abbreviation / full-name /
44
+ trade-name synonyms (PP = polypropylene; Perspex → PMMA; Bakelite → phenol
45
+ formaldehyde).
46
+ - **55** verified `skos:exactMatch` links to the **Getty Art & Architecture
47
+ Thesaurus** (query-reconciled, exact-label only).
48
+ - **289** object-to-object variant / same-mould edges recovered from accession
49
+ numbers written into free-text descriptions.
50
+ - Release gate: **SHACL `conforms=True`** + closed-world vocabulary check with
51
+ **0** dangling concept references.
52
+
53
+ ## Files
54
+
55
+ | Path | Content |
56
+ |---|---|
57
+ | `data/raw/modip_records.json.gz` | the raw MoDiP records as fetched (gzipped) |
58
+ | `ontology/materials.ttl` | SKOS materials taxonomy (137 concepts, AAT-aligned) |
59
+ | `ontology/processes.ttl`, `ontology/domains.ttl` | process & use-domain taxonomies |
60
+ | `build/modip-crm.ttl.gz` | the CIDOC-CRM instance graph (gzipped Turtle) |
61
+ | `build/dag_variants.ttl` / `.csv` | the variant graph |
62
+ | `docs/spectrum-crm-mapping.md` | the Spectrum → CIDOC-CRM crosswalk |
63
+ | `BUILD_REPORT.md` | exactly what was fetched, computed and could not be obtained |
64
+
65
+ ## Standards & modelling
66
+
67
+ No bespoke class ontology is minted. Instances use **CIDOC-CRM** (ISO 21127);
68
+ vocabularies use **SKOS**; materials align to **Getty AAT**; source records are
69
+ **Spectrum**. Only concept and instance URIs are local, plus two clearly-marked
70
+ polymer-science facet properties (`thermalBehaviour`, `origin`). See the
71
+ [Spectrum→CRM mapping](docs/spectrum-crm-mapping.md).
72
+
73
+ ## Licence & attribution
74
+
75
+ - **Source records** © Museum of Design in Plastics / Arts University Bournemouth,
76
+ published via the Museum Data Service under
77
+ [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Per-record rights are
78
+ retained in the graph (`dct:license`, `dct:rightsHolder`).
79
+ - **This transformation** (taxonomies, mappings, graph) is released under CC BY 4.0.
80
+ - **Getty AAT** alignments © J. Paul Getty Trust (ODC-By 1.0).
81
+ - Endorsed by neither MoDiP nor the Museum Data Service.
82
+
83
+ ## Provenance & reproduction
84
+
85
+ Full pipeline and honesty log in the companion repository:
86
+ [github.com/fabio-rovai/open-ontologies → case-studies/modip-plastics-kg](https://github.com/fabio-rovai/open-ontologies/tree/main/case-studies/modip-plastics-kg).
87
+ `run_all.sh` regenerates and revalidates the whole graph from the committed data.
88
+
89
+ Built by [The Tesseract Academy](https://tesseract.academy). If you run or fund a
90
+ collection and want your catalogue made this queryable:
91
+ **fabio@thetesseractacademy.com**.