Class Graph
java.lang.Object
it.uniroma2.art.semanticturkey.services.STServiceAdapter
it.uniroma2.art.semanticturkey.services.core.Graph
- All Implemented Interfaces:
NewerNewStyleService
,STService
-
Field Summary
Fields inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
applicationEventPublisher, cfManager, exptManager, stServiceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
expandGraphModelNode
(org.eclipse.rdf4j.model.IRI resource) Returns a set of triplesproperty
-domain
range
for each properties defined in the main graph.com.fasterxml.jackson.databind.JsonNode
expandSubResources
(org.eclipse.rdf4j.model.IRI resource, RDFResourceRole role) com.fasterxml.jackson.databind.JsonNode
expandSuperResources
(org.eclipse.rdf4j.model.IRI resource, RDFResourceRole role) com.fasterxml.jackson.databind.JsonNode
Returns a set of triplesproperty
-domain
range
for each properties defined in the main graph.Methods inherited from class it.uniroma2.art.semanticturkey.services.STServiceAdapter
addValue, checkNotLocallyDefined, createQueryBuilder, generateIRI, generateNatureSPARQLSelectPart, generateNatureSPARQLWherePart, generateResourceWithCustomConstructor, getCodaLexModeForSearchFromLexicalizationModel, getDeleteGraph, getGraphFromNature, getInitializedCodaCore, getManagedConnection, getMetadataGraph, getOptionalProject, getPlatformTransactionManager, getProject, getRepository, getRoleFromNature, getUserNamedGraphs, getWorkingGraph, instantiateSearchStrategy, instantiateSearchStrategy, parseReference, publishResourceDeleted, publishResourceDeleted, removeReifiedValue, retrieveResources, shutDownCodaCore, updateTriplePredicate
-
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 triplesproperty
-domain
range
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 triplesproperty
-domain
range
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)
-