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

it.tidalwave.semantic.io.impl.UriWithAs Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
/***********************************************************************************************************************
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 **********************************************************************************************************************/
package it.tidalwave.semantic.io.impl;

import it.tidalwave.util.As;
import javax.annotation.Nonnull;
import org.openrdf.model.URI;

/***********************************************************************************************************************
 *
 * @author  Fabrizio Giudici
 * @version $Id: $
 *
 **********************************************************************************************************************/
public interface UriWithAs extends URI
  {
    @Nonnull
    public As getAs();
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy