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

io.carml.model.LogicalSource Maven / Gradle / Ivy

package io.carml.model;

import org.eclipse.rdf4j.model.IRI;

public interface LogicalSource extends Resource {

  Object getSource();

  String getIterator();

  IRI getReferenceFormulation();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy