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

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

package io.carml.model;

import java.util.Set;

public interface PredicateObjectMap extends Resource {

  Set getPredicateMaps();

  Set getObjectMaps();

  Set getGraphMaps();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy