Class IndividualRdfAssembler


  • public class IndividualRdfAssembler
    extends Object
    Write a smaller set of Linked Data. It consists of: 1) The data properties of the entity 2) The object properties in which the entity is either subject or object 3) The labels and types of the objects that are linked by those properties. If the request comes with an Accept-language header, use an appropriately language-aware data source to filter the data properties and labels. Otherwise, show all triples, regardless of language. Filter the result based on the policy, removing any triples that should not be published to the public (or to the user, if logged in). Also remove any objects which can only be reached by excluded triples. ---------------- This still permits the use of rich export, by "include" options on the request. The only difference from earlier implementations is that the result may be made language-aware.