OpenLink Structured Data Editor

RDF Editor

OpenLink Structured Data Editor란 무엇입니까?

OpenLink Structured Data Editor은(는) OpenLink Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RDF Editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

OpenLink Structured Data Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        OSDE, the OpenLink Structured Data Editor, is a local-browser-based tool for creating and editing structured data using RDF Language sentences/statements. Supports direct content input and output of RDF-Turtle, RDF-NTriples, and JSON-LD. 

OSDE enables creation and editing of data using abstract { subject → predicate → object } or { entity → attribute → value } notation. Once constructed, data can be saved to local or remote storage as RDF-Turtle documents. Full document access requires that remote HTTP-accessible servers support at least one of the following open standards:

• Linked Data Platform (LDP)
• WebDAV
• SPARQL 1.1 Update
• SPARQL Graph Protocol

Data stored as RDF-Turtle documents can be further transformed to other formats (JSON-LD, CSV, OData, Microdata, RDF/XML, RDF/JSON, etc.) using a variety of transformation tools and services.

v1.1.3, 2017-11-21

• Fix — Copy and Paste of RDF-Turtle or JSON-LD via “Direct Input” feature
• Add — Load Turtle or JSON-LD documents from Filesystem
• Add — Default WebID may be set via interaction with YouID extension, if also present — this sets the identity used for “Save” and “Save As” operations                    

확장 프로그램 기본 정보

이름 OpenLink Structured Data Editor OpenLink Structured Data Editor
ID pglecohilpohlmjbdbbcmfpapfpcmbjl
공식 URL https://chromewebstore.google.com/detail/openlink-structured-data/pglecohilpohlmjbdbbcmfpapfpcmbjl
설명 RDF Editor
파일 크기 1.05 MB
설치 횟수 599
현재 버전 1.1.13
최근 업데이트 2022-08-19
출시 날짜 2020-09-30
평점 5.00/5 총 1 개의 평점
개발자 OpenLink Software
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://osde.openlinksw.com/
도움말 페이지 URL http://support.openlinksw.com/
개인정보 보호 정책 페이지 URL https://www.openlinksw.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenLink Structured Data Editor",
    "short_name": "OSD Editor",
    "author": "OpenLink Software",
    "version": "1.1.13",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "description": "RDF Editor",
    "homepage_url": "http:\/\/osde.openlinksw.com\/",
    "icons": {
        "16": "img\/osde-16.png",
        "48": "img\/osde-48.png",
        "128": "img\/osde-128.png"
    },
    "browser_action": {
        "default_icon": "img\/osde-16.png",
        "default_title": "Show Editor"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' chrome-extension:\/\/rdf-editor; object-src 'self' chrome-extension:\/\/rdf-editor; img-src 'self' data: 'unsafe-inline' chrome-extension:\/\/rdf-editor  https:; style-src 'self' 'unsafe-inline' chrome-extension:\/\/rdf-editor https:; media-src 'self' 'unsafe-inline' chrome-extension:\/\/rdf-editor https:;"
}