# rdfxml2jsonld

> rdfxml2jsonld =============

Latest version **0.2.0** (published 2017-09-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install rdfxml2jsonld
pnpm add rdfxml2jsonld
yarn add rdfxml2jsonld
bun add rdfxml2jsonld
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2017-09-11 |
| First published | 2017-09-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Magnus Melin |
| Maintainers | mkmelin |
| Keywords | rdf-parser, rdf, linked data, json-ld |

## Links

- npm: https://www.npmjs.com/package/rdfxml2jsonld
- Repository: https://github.com/mkmelin/rdfxml2jsonld
- Issues: https://github.com/mkmelin/rdfxml2jsonld/issues
- npm.io page: https://npm.io/package/rdfxml2jsonld

## Dependencies (2)

- [jsonld](https://npm.io/package/jsonld.md) ^0.4.11
- [rdf-parser-rdfxml](https://npm.io/package/rdf-parser-rdfxml.md) ^0.3.1

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.2.0 (latest) — 2017-09-11
- 0.1.0 — 2017-09-04

## README

rdfxml2jsonld
=============

## Introduction

Converts RDF (application/rdf+xml) into JSON-LD.

## Example usage

    node . examples/sample2.rdf

This will output

    {
      "@context": {
        "label": "http://www.w3.org/2000/01/rdf-schema#label",
        "description": "http://www.w3.org/2000/01/rdf-schema#description",
        "@language": "fi"
      },
      "@id": "http://www.wikidata.org/entity/Q47034",
      "description": "kaupunki Uudenmaan maakunnassa",
      "label": "Espoo"
    }

---
_Source: https://npm.io/package/rdfxml2jsonld · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
