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

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

package io.carml.model;

import java.util.Set;

public interface TriplesMap extends Resource {

  LogicalSource getLogicalSource();

  Set getSubjectMaps();

  Set getPredicateObjectMaps();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy