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

org.semanticweb.owlapi.rdf.rdfxml.parser.TriplePredicateHandler Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package org.semanticweb.owlapi.rdf.rdfxml.parser;

import org.semanticweb.owlapi.model.IRI;

interface TriplePredicateHandler extends ResourceTripleHandler {

    IRI getPredicateIRI();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy