All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.iiif.presentation.model.api.v2.references.IiifReference Maven / Gradle / Ivy

package de.digitalcollections.iiif.presentation.model.api.v2.references;

import java.net.URI;

import de.digitalcollections.iiif.presentation.model.api.v2.PropertyValue;

public interface IiifReference {
  URI getId();
  String getType();
  PropertyValue getLabel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy