- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommunityInstance
public class Instance
extends Object
implements Serializable
Represents the manifestations (i.e. different versions) of the result. For example: the pre-print and the published
versions are two manifestations of the same research result. It has the following parameters: - license of type
String to store the license applied to the instance. It corresponds to the value of the licence in the instance to be
dumped - accessright of type eu.dnetlib.dhp.schema.dump.oaf.AccessRight to store the accessright of the instance. -
type of type String to store the type of the instance as defined in the corresponding dnet vocabulary
(dnet:pubication_resource). It corresponds to the instancetype.classname of the instance to be mapped - url of type
List list of locations where the instance is accessible. It corresponds to url of the instance to be dumped -
publicationdate of type String to store the publication date of the instance ;// dateofacceptance; - refereed of type
String to store information abour the review status of the instance. Possible values are 'Unknown',
'nonPeerReviewed', 'peerReviewed'. It corresponds to refereed.classname of the instance to be dumped
- articleprocessingcharge of type APC to store the article processing charges possibly associated to the instance
-pid of type List that is the list of pids associated to the result coming from authoritative sources for that pid
-alternateIdentifier of type List that is the list of pids associated to the result coming from NON authoritative
sources for that pid
-measure list to represent the measure computed for this instance (for example the Bip!Finder ones). It corresponds to measures in the model
- See Also:
- Serialized Form