Metadata-Version: 2.1
Name: construction-site
Version: 0.0.2
Summary: A usable and scalable API for RDF construction.
Home-page: https://github.com/viaacode/constructionsite
Author: Miel Vander Sande
Author-email: miel.vandersande@meemoo.be
License: MIT
Project-URL: Bug Tracker, https://github.com/viaacode/constructionsite/issues
Description: # construction-site: a usable library for RDF construction
        
        Uses:
        - rdflib >= 5.0.0
        
        
        
        Rough API design:
        
        ``` python
        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()
        
        ```
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.6
Description-Content-Type: text/markdown
