fix: add documentation for many classes where it was missing

This commit is contained in:
Joachim Van Herwegen
2020-06-24 16:27:38 +02:00
parent 39853b0bd0
commit fe11f4b1ce
18 changed files with 62 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
import { Representation } from './Representation';
import { ResourceIdentifier } from './ResourceIdentifier';
/**
* A {@link Representation} with an identifier.
*/
export interface NamedRepresentation extends Representation {
/**
* The identifier of this representation.

View File

@@ -3,6 +3,9 @@
*/
import { Quad } from 'rdf-js';
/**
* Metadata corresponding to a {@link Representation}.
*/
export interface RepresentationMetadata {
/**
* All metadata triples of the resource.