Source
A source is a literature reference.
Properties
@type
Inherited from Entity.@type
- Type:
string
(external doc) - Proto-Index: 1
@id
Inherited from RefEntity.@id
- Type:
string
(external doc) - Proto-Index: 2
name
Inherited from RefEntity.name
- Type:
string
(external doc) - Proto-Index: 3
description
Inherited from RefEntity.description
- Type:
string
(external doc) - Proto-Index: 4
category
Inherited from RootEntity.category
- Type:
string
(external doc) - Proto-Index: 5
lastChange
Inherited from RootEntity.lastChange
- Type:
dateTime
(external doc) - Proto-Index: 6
tags
Inherited from RootEntity.tags
- Type:
List
ofstring
(external doc) - Proto-Index: 7
version
Inherited from RootEntity.version
- Type:
string
(external doc) - Proto-Index: 8
externalFile
A direct link (relative or absolute URL) to the source file.
- Type:
string
(external doc) - Proto-Index: 10
textReference
The full text reference of the source.
- Type:
string
(external doc) - Proto-Index: 11
url
A URL that points to the source.
- Type:
string
(external doc) - Proto-Index: 12
year
The publication year of the source.
- Type:
optional
integer
(external doc) - Proto-Index: 13
Python class stub
The snippet below shows the names of the properties of the corresponding Python class of the olca-schema package. Note that this is not the full class definition but just shows the names of the class and its properties.
@dataclass
class Source:
id: str
category: str
description: str
external_file: str
last_change: str
name: str
tags: List[str]
text_reference: str
url: str
version: str
year: int