diff --git a/src/skosConcept.tsx b/src/skosConcept.tsx index 0cd50cb..51f686c 100644 --- a/src/skosConcept.tsx +++ b/src/skosConcept.tsx @@ -13,6 +13,7 @@ import {AiFillTag, AiFillTags} from 'react-icons/ai' import {defineType, defineField} from 'sanity' import {PrefLabel} from './components/PrefLabel' +import {DescriptionDetail} from './styles' import baseIriField from './modules/baseIriField' export default defineType({ @@ -148,6 +149,101 @@ export default defineType({ description: 'An example of the use of the concept.', rows: 3, }), + defineField({ + name: 'historyNote', + title: 'History Notes', + type: 'text', + description: ( +
+ Significant changes to the meaning of the form of this concept. + + + Example: childAbuse +
+ History Note: "Estab. 1975; heading was: Cruelty to children [1952 - 1975]." +
+

+ For more information on the recommended usage of the SKOS documentation properties, + see + + {' '} + W3C SKOS Primer: 2.4 Documentary Notes + +

+
+
+ ), + rows: 3, + }), + defineField({ + name: 'editorialNote', + title: 'Editorial Notes', + type: 'text', + description: ( +
+ + Information to aid in administrative housekeeping, such as reminders of editorial work + still to be done, or warnings in the event that future editorial changes might be made. + + + + Example: doubleclick +
+ Editorial Note: "Review this term after the company merger is complete." +
+

+ For more information on the recommended usage of the SKOS documentation properties, + see + + {' '} + W3C SKOS Primer: 2.4 Documentary Notes + +

+
+
+ ), + rows: 3, + }), + defineField({ + name: 'changeNote', + title: 'Change Notes', + type: 'text', + description: ( +
+ + Fine-grained changes to a concept, for the purposes of administration and maintenance. + + + + Example: tomato +
+ Change Note: "Moved from under 'fruits' to under 'vegetables' by Horace Gray" +
+

+ For more information on the recommended usage of the SKOS documentation properties, + see + + {' '} + W3C SKOS Primer: 2.4 Documentary Notes + +

+
+
+ ), + rows: 3, + }), defineField({ name: 'topConcept', title: 'Top Concept',