Get the language tags used in the object of triples with a given set of predicates.
URIs of the graphs to search.
An array of language tag statistics, sorted by the number of occurrences in descending order.
Get the most frequently used language tag in the object of triples with a given set of predicates.
URIs of the graphs to search.
Get information about the usage of predicates in the document such as the frequency of use and the use of language tags.
URIs of the graphs to search.
URIs of the predicates to match.
Indicate if a given URI exists as the subject of a triple in the graph.
URIs of the graphs to search.
URI of the subject to search for.
true if the URI is a subject, false otherwise.
Indicate if a resource has a given type in the graph.
URIs of the graphs to search.
URI or blank node id of the subject to match.
URI of the type to match.
Optionaloptions: QueryOptionsOptional query parameters.
true if the resource has the type, false otherwise.
Indicate if a node is explicitly defined by the given URI using the rdfs:isDefinedBy property, or implicitly by sharing the same namespace.
URIs of the graphs to search.
A named node to check if it is defined by the given URI.
URI of the vocabulary that defines the resource (rdfs:isDefinedBy). Provide null to only return resources that have no rdfs:isDefinedBy property.
true if the node is defined by the given URI, false otherwise.
A repository for retrieving resources from graphs.