{"id":13555089,"url":"https://github.com/openlink/rdf-editor","last_synced_at":"2025-08-10T10:12:02.924Z","repository":{"id":66842498,"uuid":"45926217","full_name":"openlink/rdf-editor","owner":"openlink","description":"The OpenLink Structured Data Editor enables editing of RDF documents (in TURTLE notation) stored in a variety of HTTP accessible documents. Actual document access requires the target document is served from a system that supports at least one of the following open standards: Linked Data Platform (LDP), WebDAV, SPARQL 1.1 Update, or the SPARQL Graph Protocol.","archived":false,"fork":false,"pushed_at":"2024-12-31T11:40:56.000Z","size":4490,"stargazers_count":111,"open_issues_count":5,"forks_count":27,"subscribers_count":14,"default_branch":"develop","last_synced_at":"2025-06-07T23:51:43.669Z","etag":null,"topics":["editor","ldp","n3","rdf-triples","turtle"],"latest_commit_sha":null,"homepage":"http://osde.openlinksw.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openlink.png","metadata":{"files":{"readme":"README.Docker.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-10T16:51:51.000Z","updated_at":"2025-06-06T02:36:11.000Z","dependencies_parsed_at":"2025-01-16T13:34:23.510Z","dependency_job_id":"15702717-54cb-404d-a71d-e74bb28e44a3","html_url":"https://github.com/openlink/rdf-editor","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/openlink/rdf-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Frdf-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Frdf-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Frdf-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Frdf-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openlink","download_url":"https://codeload.github.com/openlink/rdf-editor/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openlink%2Frdf-editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269707827,"owners_count":24462468,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["editor","ldp","n3","rdf-triples","turtle"],"created_at":"2024-08-01T12:03:01.471Z","updated_at":"2025-08-10T10:12:02.904Z","avatar_url":"https://github.com/openlink.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"# OpenLink Structured Data Editor - Docker\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Introduction](#introduction)\n- [License](#license)\n- [Quickstart](#quickstart)\n- [See Also](#see-also)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n\n##  Introduction\nThe [OpenLink Structured Data Editor](http://osde.openlinksw.com/) (or OSDE) is a tool for\ncreating and editing structured data using RDF Language statements/triples using a browser.\n\nOSDE enables the creation and editing of data using abstract **subject** \u0026rightarrow; **predicate**\n\u0026rightarrow; **object** or **entity** \u0026rightarrow; **attribute** \u0026rightarrow; **value** notations.\n\nOSDE can currently ingest RDF from documents serialised as\n[RDF-Turtle](http://dbpedia.org/resource/Turtle_(syntax)),\n[JSON-LD](http://dbpedia.org/resource/JSON-LD) and [RDF/XML](http://dbpedia.org/resource/RDF/XML).\n\nDocuments can be saved to either local or remote storage or directly copied as RDF-Turtle\ndocuments.\n\n\n## License\nCopyright 2014-2025 [OpenLink Software](mailto:opensource@openlinksw.com)\n\nThis software is licensed under the GNU General Public License (see\n[COPYING](http://github.com/openlink/rdf-editor/blob/develop/COPYING)).\n\n**Note**: that the only valid version of the GPL license as far as this project is concerned\nis the original GNU General Public License Version 2, dated June 1991.\n\n\n## Quickstart\nFirst we need to pull the docker image to our local system using the following command:\n\n    $ docker pull openlink/osde\n\nNow we can start the image using the following command:\n\n    $ docker run -i -t -p 8081:8080 openlink/osde\n\nThis instantiates the docker container on your computer, starts a small http server\ninside the container which starts to listen on TCP port 8080.  The command then maps TCP port 8081 on\nyour computer to this http server which hosts the OSDE application.\n\nYou now can connect to this docker container by opening the following URL in your favourite\nbrowser: http://localhost:8081/.\n\nThe [OSDE website](http://osde.openlinksw.com) has a good tutorial on [how to\nuse OSDE](http://osde.openlinksw.com/#How_do_I_use_OSDE) including some [screen\ncasts](http://osde.openlinksw.com/#UsageScreencasts).\n\n\n## See Also\n  - [OSDE website](http://osde.openlinksw.com/)\n  - [Github project](https://github.com/openlink/rdf-editor/)\n  - [Docker repository](https://cloud.docker.com/repository/docker/openlink/osde/)\n  - [OpenLink website](https://www.openlinksw.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlink%2Frdf-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenlink%2Frdf-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenlink%2Frdf-editor/lists"}