📄 standards/lcc.json
D-OPEN SOVEREIGN
1{
2 "$schema": "https://schemas.dsafe.us/StandardDefinition/1.0",
3 "id": "lcc",
4 "version": "1.0",
5 "label": "Library of Congress Classification",
6 "description": "LCC notation identifying this subject classification.",
7 "governingBody": "Library of Congress",
8 "isoReference": null,
9 "revisionCycle": "continuous",
10 "status": "active",
11 "props": [
12 {
13 "name": "lccNotation",
14 "type": "string",
15 "nullable": true,
16 "normalize": "lcc-notation",
17 "display": "as-is",
18 "pattern": "^[A-Z0-9\\.\\s]+$",
19 "description": "LCC notation."
20 }
21 ],
22 "pk": "lccNotation",
23 "uriScheme": "LCC:{{lccNotation}}",
24 "linkedDataUri": "https://id.loc.gov/authorities/classification/{{lccNotation}}",
25 "externalApis": []
26}
27