Skip to main content

A usable and scalable API for RDF construction.

Project description

construction-site: a usable library for RDF construction

Uses:

  • rdflib >= 5.0.0

Rough API design:

ConstructionSite()
.load(file1.json)   # Creates graph from direct json mapping
.construct(query1)  # Creates new graph containing mapping from file1.json graph
.construct(query2)  # Creates new graph containing mapping from file1.json graph
.load(file2.json)   # Creates graph from direct json mapping
.construct(query3)  # Creates new map graph containing mapping from file2.json graph
.collect() # aggregate all constructed graphs into one
.check(shacl) # validate the constructed graph against shacl
.run()

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

construction_site-0.0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

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