Property:Publication type
From korrekt.org
This enumerated string property roughly specifies the type of some publication. Possible values are Conference paper, Workshop paper, Journal paper, Book, Book chapter, Standardization document, Master's thesis, PhD thesis, Technical report, and Talk.
This is not meant to provide a detailed classification – the circumstances of publication are specified elsewhere in detail – but to give a simple hint for displaying publications visually. For instance, workshop publications would normally be less prominent than books.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Conference paper", "Workshop paper", "Journal paper", "Book", "Book chapter", "Standardization document", "Master's thesis", "PhD thesis", "Technical report", "Talk" ] } }