java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.Graph
All Implemented Interfaces:
NewerNewStyleService, STService

@STService public class Graph extends STServiceAdapter
  • Constructor Details

    • Graph

      public Graph()
  • Method Details

    • getGraphModel

      @STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(code)\', \'R\')") public com.fasterxml.jackson.databind.JsonNode getGraphModel()
      Returns a set of triples property-domainrange for each properties defined in the main graph.
      Returns:
    • expandGraphModelNode

      @STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(code)\', \'R\')") public com.fasterxml.jackson.databind.JsonNode expandGraphModelNode(org.eclipse.rdf4j.model.IRI resource)
      Returns a set of triples property-domainrange for each properties defined in the main graph.
      Returns:
    • expandSubResources

      @STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(code)\', \'R\')") public com.fasterxml.jackson.databind.JsonNode expandSubResources(org.eclipse.rdf4j.model.IRI resource, RDFResourceRole role)
    • expandSuperResources

      @STServiceOperation @Read @PreAuthorize("@auth.isAuthorized(\'rdf(code)\', \'R\')") public com.fasterxml.jackson.databind.JsonNode expandSuperResources(org.eclipse.rdf4j.model.IRI resource, RDFResourceRole role)