it.tidalwave.semantic.io.impl.UriWithAs Maven / Gradle / Ivy
/***********************************************************************************************************************
* 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