3.0.3 • Published 18 days ago

@comunica/actor-rdf-update-hypermedia-put-ldp v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Comunica Put LDP RDF Update Hypermedia Actor

npm version

An RDF Update Hypermedia actor that handles destinations over HTTP via HTTP Linked Data Platform PUT requests.

Optionally, if the destination exposes the Accept-Put header, the server's suggested media type will be used as PUT content type.

This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/actor-rdf-update-hypermedia-put-ldp

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-update-hypermedia-put-ldp/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-update-hypermedia/actors#put-ldp",
      "@type": "ActorRdfUpdateHypermediaPutLdp",
      "mediatorHttp": { "@id": "urn:comunica:default:http/mediators#main" },
      "mediatorRdfSerializeMediatypes": { "@id": "urn:comunica:default:query-result-serialize/mediators#mainMediatypes" },
      "mediatorRdfSerialize": { "@id": "urn:comunica:default:query-result-serialize/mediators#main" }
    }
  ]
}

Config Parameters

3.0.3

18 days ago

3.0.1

1 month ago

3.0.1-alpha.46.0

2 months ago

3.0.1-alpha.45.0

2 months ago

3.0.1-alpha.44.0

2 months ago

3.0.1-alpha.43.0

3 months ago

2.10.2

4 months ago

2.10.1

5 months ago

2.8.1

10 months ago

2.8.0

10 months ago

2.10.0

6 months ago

2.9.0

8 months ago

2.8.2

9 months ago

2.7.0

11 months ago

2.7.1

11 months ago

2.6.11-alpha.42.0

12 months ago

2.6.9

1 year ago

2.6.8

1 year ago

2.6.0

1 year ago

2.6.7

1 year ago

2.5.0

1 year ago

2.5.1

1 year ago

2.4.0

2 years ago

2.3.1-alpha.30.0

2 years ago

2.3.1-alpha.31.0

2 years ago

2.2.2-alpha.19.0

2 years ago

2.2.2-alpha.18.0

2 years ago

2.3.1-alpha.23.0

2 years ago

2.2.2-alpha.17.0

2 years ago

2.3.1-alpha.24.0

2 years ago

2.2.2-alpha.16.0

2 years ago

2.3.1-alpha.21.0

2 years ago

2.2.2-alpha.15.0

2 years ago

2.3.1-alpha.22.0

2 years ago

2.2.2-alpha.14.0

2 years ago

2.3.1-alpha.27.0

2 years ago

2.2.2-alpha.13.0

2 years ago

2.3.1-alpha.28.0

2 years ago

2.2.2-alpha.12.0

2 years ago

2.3.1-alpha.25.0

2 years ago

2.2.2-alpha.11.0

2 years ago

2.3.1-alpha.26.0

2 years ago

2.3.1-alpha.29.0

2 years ago

2.3.0

2 years ago

2.2.2-alpha.20.0

2 years ago

2.2.0

2 years ago

2.0.7-alpha.10.0

2 years ago

2.0.1

2 years ago

2.0.1-alpha.7.0

2 years ago

2.0.1-alpha.6.0

2 years ago

2.0.1-alpha.5.0

2 years ago

2.0.1-alpha.9.0

2 years ago

2.0.1-alpha.8.0

2 years ago

1.22.2

3 years ago

1.22.1

3 years ago

1.22.0

3 years ago

1.21.4-alpha.4.0

3 years ago