Ontology MCP

mcp_sparql_get_resource_info

Retrieves all properties and values for a specified URI from a SPARQL endpoint, enabling efficient ontology data querying and manipulation.

Instructions

지정된 URI에 대한 모든 속성과 값을 조회합니다

Input Schema

NameRequiredDescriptionDefault
endpointNoSPARQL 엔드포인트 URL
repositoryNo조회할 리포지토리 이름
uriYes조회할 리소스의 URI

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "SPARQL 엔드포인트 URL", "type": "string" }, "repository": { "description": "조회할 리포지토리 이름", "type": "string" }, "uri": { "description": "조회할 리소스의 URI", "type": "string" } }, "required": [ "uri" ], "type": "object" }
ID: mxvujkgabm