org.swrlapi.sqwrl.values.SQWRLAnnotationPropertyResultValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swrlapi Show documentation
Show all versions of swrlapi Show documentation
Java API for working with SWRL rules and SQWRL queries
package org.swrlapi.sqwrl.values;
/**
* Represents an OWL annotation property result value provided by a {@link org.swrlapi.sqwrl.SQWRLResult}.
*
* @see org.swrlapi.sqwrl.SQWRLResult
*/
public interface SQWRLAnnotationPropertyResultValue extends SQWRLPropertyResultValue
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy