{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"}],"enrichment":{"capability":"CFGraph extends rdflib's Graph to read RDF collections as flattened lists, interpreting well-formed RDF collection structures into a more accessible format.","skillfed_tags":["rdf","semantic-web","abandoned"],"use_cases":["Parse RDF documents containing ordered collections and access them as native Python lists.","Simplify navigation of linked-list RDF structures in semantic web data processing pipelines.","Read RDF collections from ontologies or knowledge graphs without manual rdf:first/rdf:rest traversal.","Integrate RDF collection flattening into rdflib-based data extraction workflows."],"what_it_does":"CFGraph is a specialized extension of rdflib's Graph class designed to flatten RDF collections into a more intuitive list representation. RDF uses a linked-list structure (with rdf:first and rdf:rest predicates) to represent ordered sequences, which can be cumbersome to navigate directly. CFGraph interprets these structures as Python lists, making it easier to work with collection data in RDF documents.\n\nThe package is read-only: it parses existing RDF collections but does not convert Python lists back into RDF collection syntax. It assumes collections follow standard RDF conventions for well-formedness (empty lists as rdf:nil, single elements with rdf:first/rdf:rest pairs, and blank nodes as subjects). The implementation was last updated in 2018 and is no longer maintained, so compatibility with recent Python or rdflib versions is uncertain.","worth_installing":"No. The package is abandoned (last updated 2018-11-20) with no maintenance signal, high install friction from source-only distribution, and uncertain compatibility with modern Python versions. If you need RDF collection support, consider whether rdflib's native collection handling or an actively maintained alternative better serves your project's long-term stability requirements."},"id":"cfgraph","links":{"html":"https://skillfed.io/packages/cfgraph","md":"https://skillfed.io/packages/cfgraph.md","pypi":"https://pypi.org/project/cfgraph/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-11-20","license_spdx":null,"license_treatment":"permissive","name":"CFGraph","python_support":"unspecified","summary":"rdflib collections flattening graph"},"popularity":{"monthly_downloads":148342,"position":11039,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.1"}
