Skip to main content

Translate JSON to RDF

Project description

PyPI - Status

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:>

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.

Features

none. zilch. nada.

Development Philosophy

  • KISS: It should only address converting (given) JSON to RDF. Therefore, the code is expected to be feature complete (without need for adding more 'features').
  • 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-73.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

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

json2rdf-73-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: json2rdf-73.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for json2rdf-73.tar.gz
Algorithm Hash digest
SHA256 fd6249610fffe1e617dafedbaa1080d8e773f58f3178bbb7242cf3f175c46a0d
MD5 afbde18f26f383a449caf31fa009551a
BLAKE2b-256 575224a93533865061b44eff5721783aa3ba0013bf15d5b29770e8e2520a3932

See more details on using hashes here.

Provenance

The following attestation bundles were made for json2rdf-73.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-73-py3-none-any.whl.

File metadata

  • Download URL: json2rdf-73-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for json2rdf-73-py3-none-any.whl
Algorithm Hash digest
SHA256 5035849811407351a336f83c6a5c9d7a9d1d143ae6ade8323f5d6540ee9be89a
MD5 57acee56a42ba7059acb4e586770d269
BLAKE2b-256 23a8cfa69787d5edf3828985635be6b084b2543f502b91b3553791093045bcc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for json2rdf-73-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