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

de.uni_stuttgart.vis.vowl.owl2vowl.model.HasIri Maven / Gradle / Ivy

Go to download

Owl2Vowl is an ontology converter used to convert the given ontology to a json format that is used in the WebVOWL visualization. See https://github.com/VisualDataWeb/WebVOWL or http://vowl.visualdataweb.org/.

The newest version!
/*
 * HasIri.java
 *
 */

package de.uni_stuttgart.vis.vowl.owl2vowl.model;

import org.semanticweb.owlapi.model.IRI;

/**
 *
 */
public interface HasIri {
	IRI getIri();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy