{"id":13555383,"url":"https://github.com/AtomGraph/Web-Client","last_synced_at":"2025-04-03T08:31:09.971Z","repository":{"id":57717542,"uuid":"2665013","full_name":"AtomGraph/Web-Client","owner":"AtomGraph","description":"Generic Linked Data browser and UX component framework. Apache license.","archived":false,"fork":false,"pushed_at":"2025-02-20T20:32:56.000Z","size":45882,"stargazers_count":123,"open_issues_count":8,"forks_count":14,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-29T02:08:31.118Z","etag":null,"topics":["browser","client","docker-image","generic","knowledge-graph","linked-data","rdf","rich-client","semantic-web","stylesheets","ui","ui-components","ui-framework","ui-kit","ui-widgets","ux","xslt"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/atomgraph/web-client/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtomGraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-10-28T12:37:06.000Z","updated_at":"2025-01-10T19:14:58.000Z","dependencies_parsed_at":"2023-02-01T09:25:16.628Z","dependency_job_id":"af1fa82b-8955-4e96-9b0c-9a0a65c028b4","html_url":"https://github.com/AtomGraph/Web-Client","commit_stats":{"total_commits":1854,"total_committers":6,"mean_commits":309.0,"dds":"0.21736785329018338","last_synced_commit":"b19f7fa5e6b2979bb3384c5ef4c5476d4cc474ea"},"previous_names":["graphity/graphity-client"],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2FWeb-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2FWeb-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2FWeb-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtomGraph%2FWeb-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtomGraph","download_url":"https://codeload.github.com/AtomGraph/Web-Client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246965594,"owners_count":20861898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","client","docker-image","generic","knowledge-graph","linked-data","rdf","rich-client","semantic-web","stylesheets","ui","ui-components","ui-framework","ui-kit","ui-widgets","ux","xslt"],"created_at":"2024-08-01T12:03:10.983Z","updated_at":"2025-04-03T08:31:04.960Z","avatar_url":"https://github.com/AtomGraph.png","language":"JavaScript","readme":"AtomGraph Web-Client is a Linked Data web client. If you have a triplestore with RDF data that you want to publish\nand/or build an end-user application on it, or would like to explore Linked Open Data, Web-Client provides the components you need.\n\nWeb-Client renders (X)HTML user interface by transforming [\"plain\" RDF/XML](https://jena.apache.org/documentation/io/rdf-output.html#rdfxml) (without nested resource descriptions)\nusing [XSLT 3.0](https://www.w3.org/TR/xslt30/) stylesheets.\n\n![AtomGraph Web-Client screenshot](https://raw.github.com/AtomGraph/Web-Client/master/screenshot.png)\n\nFeatures\n========\n\nWhat AWC provides for users as out-of-the-box generic features:\n* loading RDF data from remote Linked Data sources\n* multilingual, responsive user interface built with Twitter Bootstrap (currently [2.3.2](https://getbootstrap.com/2.3.2/))\n* multiple RDF rendering modes (currently item/list/table/map)\n* RDF editing mode based on [RDF/POST](http://www.lsrn.org/semweb/rdfpost.html) encoding\n* SPARQL endpoint with interactive results\n\nGetting started\n===============\n\n* [what is Linked Data](https://github.com/AtomGraph/Web-Client/wiki/What-is-Linked-Data)\n* [installing Web-Client](https://github.com/AtomGraph/Web-Client/wiki/Installation)\n* [extending Web-Client](https://github.com/AtomGraph/Web-Client/wiki/Extending-Web-Client)\n\nFor full documentation, see the [wiki index](https://github.com/AtomGraph/Web-Client/wiki).\n\nUsage\n=====\n\nDocker\n------\n\nProcessor is available from Docker Hub as [`atomgraph/web-client`](https://hub.docker.com/r/atomgraph/web-client/) image.\nIt accepts the following environment variables (that become webapp context parameters):\n\n\u003cdl\u003e\n    \u003cdt\u003e\u003ccode\u003eSTYLESHEET\u003c/code\u003e\u003c/dt\u003e\n    \u003cdd\u003eCustom XSLT stylesheet\u003c/dd\u003e\n    \u003cdd\u003eURI, optional\u003c/dd\u003e\n    \u003cdt\u003e\u003ccode\u003eRESOLVING_UNCACHED\u003c/code\u003e\u003c/dt\u003e\n    \u003cdd\u003eIf \u003ccode\u003etrue\u003c/code\u003e, the stylesheet will attempt to resolve (dereference) URI resources in the rendered RDF data to improve the UX\u003c/dd\u003e\n    \u003cdd\u003e\u003ccode\u003etrue\u003c/code\u003e/\u003ccode\u003efalse\u003c/code\u003e, optional\u003c/dd\u003e\n\u003c/dl\u003e\n\nRun Web-Client with the [default XSLT stylesheet](https://github.com/AtomGraph/Web-Client/blob/master/src/main/webapp/static/com/atomgraph/client/xsl/bootstrap/2.3.2/layout.xsl) like this:\n\n    docker run -p 8080:8080 atomgraph/web-client\n\nWeb-Client will be available on [http://localhost:8080](http://localhost:8080).\n\nMaven\n-----\n\nWeb-Client is released on Maven central as [`com.atomgraph:client`](https://search.maven.org/artifact/com.atomgraph/client/).\n\nSupport\n=======\n\nPlease [report issues](https://github.com/AtomGraph/Web-Client/issues) if you've encountered a bug or have a feature request.\n\nCommercial AtomGraph consulting, development, and support are available from [AtomGraph](https://atomgraph.com).\n\nCommunity\n=========\n\nPlease join the W3C [Declarative Linked Data Apps Community Group](http://www.w3.org/community/declarative-apps/) to discuss\nand develop AtomGraph and declarative Linked Data architecture in general.\n","funding_links":[],"categories":["JavaScript","others","Tools"],"sub_categories":["BBedit"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAtomGraph%2FWeb-Client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAtomGraph%2FWeb-Client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAtomGraph%2FWeb-Client/lists"}