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

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

package org.semanticweb.owlapi.rdf.rdfxml.parser;

import org.semanticweb.owlapi.model.IRI;

interface BuiltInTypeHandler extends TriplePredicateHandler {

    IRI getTypeIRI();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy