default: {
// The property describes (potentially rich) text.
if (value == null) {
- // The property has no value; skip appending it to the node.
+ // The property has no value; skip appending it to the
+ // node.
continue;
} else if (Object(value) instanceof String) {
// The property has a string value.
icon: Object.freeze({
namespace: AWOL,
localName: "icon",
- type: "literal",
+ type: "node",
}),
// link is provided by the build script
logo: Object.freeze({
namespace: AWOL,
localName: "logo",
- type: "literal",
+ type: "node",
}),
published: Object.freeze({
namespace: DC11,
const { [name]: existing } = result;
const content = (() => {
switch (type) {
+ case "node": {
+ // The node points to another node.
+ return node.getAttributeNS(RDF, "resource");
+ }
case "person": {
// The node describes a person.
const base =