Ignored
Optional
identifier: MetadataIdentifierIdentifier of the resource relevant to this metadata. A blank node will be generated if none is provided. Strings will be converted to named nodes.
Optional
overrides: MetadataRecordKey/value map of extra values that need to be added to the metadata.
@ignored
tag is necessary for Components-Generator.js
Optional
metadata: RepresentationMetadataStarts as a copy of the input metadata.
Optional
overrides: MetadataRecordKey/value map of extra values that need to be added to the metadata. Will override values that were set by the input metadata.
Optional
identifier: MetadataIdentifierIdentifier of the resource relevant to this metadata.
Optional
contentType: stringOverride for the content type of the representation.
Optional
metadata: RepresentationMetadataStarts as a copy of the input metadata.
Optional
contentType: stringOverride for the content type of the representation.
Optional
contentType: stringThe content type of the representation.
Optional
metadata: string | MetadataRecord | RepresentationMetadataMetadata values (defaulting to content type if a string)
Private
idProtected
Readonly
loggerPrivate
storeShorthand for the CONTENT_LENGTH predicate.
Shorthand for the CONTENT_TYPE predicate.
Shorthand for the ContentType as an object (with parameters)
Identifier of the resource this metadata is relevant to. Will update all relevant triples if this value gets changed.
Adds a value linked to the identifier. Strings get converted to literals.
Predicate linking identifier to value.
Value(s) to add.
Optional
graph: MetadataGraphOptional graph of where to add the values to.
Subject of quad to add.
Predicate of quad to add.
Object of quad to add.
Optional
graph: MetadataGraphOptional graph of quad to add.
Quads to add to the metadata.
Private
forHelper function to simplify add/remove Runs the given function on all predicate/object pairs, but only converts the predicate to a named node once.
Error If there are multiple matching values.
Predicate to get the value for.
Optional
graph: MetadataGraphOptional graph where the triple should be found.
The corresponding value. Undefined if there is no match
Finds all object values matching the given predicate and/or graph.
Optional predicate to get the values for.
Optional
graph: MetadataGraphOptional graph where to get from.
An array with all matches.
Private
getParse the internal RDF structure to retrieve the Record with ContentType Parameters.
A ContentType object containing the value and optional parameters if there is one.
Verifies if a specific triple can be found in the metadata. Undefined parameters are interpreted as wildcards.
All matching metadata quads.
Removes the given value from the metadata. Strings get converted to literals.
Predicate linking identifier to value.
Value(s) to remove.
Optional
graph: MetadataGraphOptional graph of where to remove the values from.
Removes all values linked through the given predicate.
Predicate to remove.
Optional
graph: MetadataGraphOptional graph where to remove from.
Private
removeSubject of quad to remove.
Predicate of quad to remove.
Object of quad to remove.
Optional
graph: MetadataGraphOptional graph of quad to remove.
Quads to remove from the metadata.
Sets the value for the given predicate, removing all other instances.
In case the object is undefined this is identical to removeAll(predicate)
.
Predicate linking to the value.
Optional
object: MetadataValueValue(s) to set.
Optional
graph: MetadataGraphOptional graph where the triple should be stored.
Private
setOptional
input: string | ContentTypeHelper function to import all entries from the given metadata. If the new metadata has a different identifier the internal one will be updated.
Metadata to import.
Private
set
Stores the metadata triples and provides methods for easy access. Most functions return the metadata object to allow for chaining.