added openaire main type

This commit is contained in:
Sandro La Bruzzo 2023-03-28 11:18:04 +02:00
parent d60a4fbf6b
commit f709096825
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ package eu.dnetlib.dhp.schema.sx.summary;
import java.io.Serializable;
public enum Typology implements Serializable {
dataset, publication, unknown
dataset, publication, software, otherresearchproduct
}