|
Graph
The base class for graphs in a store.
Autogenerated note: this page is automatically generated from embedded documentation in the PHP source. OverviewConstructors
Methods
Constructor DetailGraphpublic Graph(mixed uri, mixed credentials, mixed request_factory) Create a new instance of this class
Method Detailapply_changesetpublic void apply_changeset(mixed cs) Apply a changeset to the graph
apply_changeset_rdfxmlpublic void apply_changeset_rdfxml(mixed rdfxml) Apply a changeset to the graph
apply_versioned_changesetpublic void apply_versioned_changeset(mixed cs) Apply a changeset in a versioned manner to the graph
apply_versioned_changeset_rdfxmlpublic void apply_versioned_changeset_rdfxml(mixed rdfxml) Apply a changeset in a versioned manner to the graph
describepublic void describe(mixed uri, mixed output) Obtain the graph's bounded description of a given resource
describe_to_simple_graphpublic void describe_to_simple_graph(mixed uri) Obtain the graph's bounded description of a given resource. This is designed to be fast since it uses RDF/JSON which requires no parsing by the SimpleGraph class. This method always returns a SimpleGraph, which will be empty if any HTTP errors occured.
describe_to_triple_listpublic void describe_to_triple_list(mixed uri) Obtain the graph's bounded description of a given resource
has_descriptionpublic void has_description(mixed uri) Tests whether the graph contains a bounded description of a given resource. This uses a conditional GET.
submit_rdfxmlpublic void submit_rdfxml(mixed rdfxml) Submit some RDF/XML to be added to the graph
submit_turtlepublic void submit_turtle(mixed turtle) Submit some Turtle to be added to the graph
Generated by PHPDoctor 2RC2 | |