Repository URL to install this package:
|
Version:
0.14.1 ▾
|
const CopyrightText = [
{
'@id': 'schema:copyrightHolder',
'@type': 'rdf:Property',
domain: ['schema:CreativeWork'],
range: ['schema:Organization', 'schema:Person'],
comment: 'The party holding the legal copyright to the CreativeWork.',
label: 'copyrightHolder',
},
{
'@id': 'schema:copyrightYear',
'@type': 'rdf:Property',
domain: ['schema:CreativeWork'],
range: ['schema:Number'],
comment: 'The year during which the claimed copyright for the CreativeWork was first asserted.',
label: 'copyrightYear',
},
]
const classes = {
CopyrightSection: 'copyright-panel',
Separator: 'copyright-sep-bar',
}
export { CopyrightText, classes }