Interface ViewTemplate

All Known Implementing Classes:
ViewTemplateImpl

public interface ViewTemplate
  • Method Summary

    Modifier and Type
    Method
    Description
    org.aksw.jenax.sparql.fragment.api.Fragment1
    A SPARQL graph pattern holding the condition a resource must satisfy in order to qualify as applicable to the view
    org.aksw.jena_sparql_api.rx.entity.model.EntityQueryImpl
    The SPARQL-based entity query which yields for a resource the corresponding graph fragments TODO This method should not return a full query but just the part the specifying the attributes
    org.apache.jena.rdf.model.Resource
     
  • Method Details

    • getMetadata

      org.apache.jena.rdf.model.Resource getMetadata()
    • getCondition

      org.aksw.jenax.sparql.fragment.api.Fragment1 getCondition()
      A SPARQL graph pattern holding the condition a resource must satisfy in order to qualify as applicable to the view
      Returns:
    • getEntityQuery

      org.aksw.jena_sparql_api.rx.entity.model.EntityQueryImpl getEntityQuery()
      The SPARQL-based entity query which yields for a resource the corresponding graph fragments TODO This method should not return a full query but just the part the specifying the attributes
      Returns: