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