Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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',
},
];
exports.CopyrightText = CopyrightText;
const classes = {
CopyrightSection: 'copyright-panel',
Separator: 'copyright-sep-bar',
};
exports.classes = classes;
//# sourceMappingURL=fixture.js.map