|
Interface Summary |
| BaseRDFTripleModel |
Model containing basic RDF management methods. |
| DirectReasoning |
an interface related to standard methods for retrieving transitive closure of rdf:type, rdfs:subClassOf and
rdfs:subPropertyOf predicates Models implementing this interface are assumed to have some kind of reasoner
available which at least supports these methods |
| ModelFactory<MC extends ModelConfiguration> |
OWLArt API do not deal too much with the details on how a Model implemented through different technologies
may be generated. |
| OWLModel |
Interface for OWL (1.0) compliant models |
| OWLReasoner |
This interface has been thought to let models supporting OWL reasoning describe their reasoning
capabilities. |
| PrefixMapping |
Interface for objects providing services for mapping namespaces to/from prefixes as well as obtaining
qualified names from uris and expanding these names into full uris |
| RDFModel |
Interface for basic RDF models
Also, contains extensions to the TripleQueryModel which allows for more flexible management of
query parameters |
| RDFSModel |
Interface for basic RDFS models
|
| RDFSReasoner |
This is interface has been thought to let models supporting RDFS reasoning describe their reasoning
capabilities. |
| SKOSModel |
Interface for SKOS compliant models |
| SKOSXLModel |
Extension to SKOS Interface thought for SKOS-XL compliant models |
| SKOSXLReasoner |
This interface has been thought to let models supporting SKOSXL reasoning describe their reasoning
capabilities. |
| SPARQLQueryModel |
extension for TripleQueryModel providing shortcuts to avoid specification of query language (
QueryLanguage.SPARQL is assumed to be the default) and of the baseuri |
| TransactionBasedModel |
|
| TripleQueryModel |
interface for querying triple graphs |
| TripleQueryModelHTTPConnection |
|