2022-12-05 12:45:57 +01:00
---
sidebar_position: 1
---
# CommunityInstance
It is a subclass of [Instance ](../../data-model/entities/result#instance ) extended with information regarding the collection and hosting source for this materialization of the result.
### hostedby
_Type: [CfHbKeyValue ](./cfhb ) • Cardinality: ONE_
Information about the source from which the instance can be viewed or downloaded.
```json
"hostedby": {
2023-07-19 10:00:10 +02:00
"key": "issn___print::35ee75a5ad42581d604be113a8f56427",
2022-12-05 12:45:57 +01:00
"value": "New Phytologist"
},
```
### collectedfrom
_Type: [CfHbKeyValue ](./cfhb ) • Cardinality: ONE_
Information about the source from which the record has been collected
```json
"collectedfrom": {
2023-07-19 10:00:10 +02:00
"key": "openaire____::081b82f96300b6a6e3d282bad31cb6e2",
2022-12-05 12:45:57 +01:00
"value": "Crossref"
}
```