Skip to main content

Translate JSON to RDF

Project description

JSON2RDF

Converts JSON to RDF

>>> from json2rdf.json2rdf import j2r
>>> j = {'id':0, 'list': [1,2,3], 'nesting': {'id':1, 'property': 'abc' }}
>>> print(j2r(j))
prefix rdf:                   <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix id:      <urn:example:id:>
prefix prefix:     <urn:example:prefix:>
prefix meta:    <urn:example:meta:>

id:0 prefix:id 0.
id:0 prefix:list _:2432178001088.
id:0 prefix:nesting id:1.
id:1 prefix:id 1.
id:1 prefix:property "abc".
_:2432178001088 rdf:_0 1.
_:2432178001088 rdf:_1 2.
_:2432178001088 rdf:_2 3.

Why?

Motivation: This was developed as part of BIM2RDF where the main implementation language is Python and the data sizes from Speckle are not small.

How?

Traversing the (nested) JSON, a conversion is applied to 'expand' data containers, lists and mappings, as triples.

Behavior

is 'entity-driven': data containers must have identifiers. When no identifier is given, an anoymous/blank node is used. This is close to the 'spirit' of the semantic web.

However, this makes the conversion non-deterministic. Reprecussions must be handled by the user.

TODO: list vs arrays.

Features

Optional:

  • 'meta triples' as RDF-star: <<{data triple}>> {meta} <<{meta triple}>>
  • Numerical Arrays: Numerical lists can be represented as numpy-encoded strings. (This was motivated by the storage of geometry data from 3D design programs).

Development Philosophy

  • KISS: It should only address converting (given) JSON to RDF. Converting array data (above) is a special case.
  • Minimal dependencies: follows from above. Zero dependencies is possible and ideal. (This would make it easier for a compiled Python version to be created for more performance.)
  • List representation shall not be a linked list.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

json2rdf-61.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

json2rdf-61-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file json2rdf-61.tar.gz.

File metadata

  • Download URL: json2rdf-61.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for json2rdf-61.tar.gz
Algorithm Hash digest
SHA256 b8e60753c48752dacde88388d121aebc8f5b94d9d59e704974b62fa0e71a564b
MD5 3aa620c26ac8aa860962af117fccf620
BLAKE2b-256 51223e9fcac09ac3eb92c6ad5fad8d496f8420de1e325bc4e7f2cfa995519e5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for json2rdf-61.tar.gz:

Publisher: python-publish.yml on pnnl/json2rdf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file json2rdf-61-py3-none-any.whl.

File metadata

  • Download URL: json2rdf-61-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for json2rdf-61-py3-none-any.whl
Algorithm Hash digest
SHA256 f69e2383c9962ee039ae73b5433572aeade84e35d5412eb7bb728ea370171044
MD5 3fba48116f6511ab0381186ed9c5a52b
BLAKE2b-256 97b4dd5ca26f144cb7b0f8e68adbbb34562fd6990cf09dc3dea79373c306aefc

See more details on using hashes here.

Provenance

The following attestation bundles were made for json2rdf-61-py3-none-any.whl:

Publisher: python-publish.yml on pnnl/json2rdf

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page