Skip to main content

Web Service Method: Request Scheme Information

Abstract

Web Service Method: Request Scheme Information

Description

Get Scheme in json format.

URL: /PoolParty/api/schema/scheme

Content-Type

application/x-www-form-urlencoded

Supported Methods

GET

Request Parameters

Parameter

Description

Type

Required

uri

URI of the requested scheme

String

true

Response

Content-Type

application/json

JsonSchemeCollection

Attribute

Type

Comment

attributes

Array of IRI

Custom Attributes

availableLanguages

Array of String

Custom Scheme available languages

classes

Array of IRI

Custom Classes

contributor

String

Custom Scheme contributors

created

String

Custom Scheme creation date

creator

String

Custom Scheme creator

description

Array of Literal

Custom Scheme description

directedRelations

Array of IRI

Custom directed relations

inverseRelations

Array of IRI

Custom inverse relations

label

String

Custom Scheme name

modified

String

Custom Scheme last modified

symmetricRelations

Array of IRI

Custom symmetric relations

type

String

Resource type

uri

String

Linked Data URI of the Custom Scheme

visibility

String

Custom Scheme visibility

Example Response
{
  "creator" : "some creator",
  "visibility" : "some visibility",
  "created" : "some created",
  "symmetricRelations" : [ {
    "uri" : "https://semantic-web.com/api/symmetricRelations#17949"
  }, {
    "uri" : "https://semantic-web.com/api/symmetricRelations#14860"
  } ],
  "availableLanguages" : [ "it", "de" ],
  "classes" : [ {
    "uri" : "https://semantic-web.com/api/classes#12873"
  } ],
  "description" : [ {
    "language" : "en",
    "label" : "Label 11360"
  }, {
    "language" : "en-gb",
    "label" : "Label 18021"
  } ],
  "label" : "some label",
  "type" : "https://semantic-web.com/api/type#8875",
  "uri" : "https://semantic-web.com/api/uri#21087",
  "inverseRelations" : [ {
    "uri" : "https://semantic-web.com/api/inverseRelations#2056"
  }, {
    "uri" : "https://semantic-web.com/api/inverseRelations#32400"
  } ],
  "contributor" : "some contributor",
  "directedRelations" : [ {
    "uri" : "https://semantic-web.com/api/directedRelations#25611"
  }, {
    "uri" : "https://semantic-web.com/api/directedRelations#19220"
  } ],
  "modified" : "some modified",
  "attributes" : [ {
    "uri" : "https://semantic-web.com/api/attributes#27256"
  }, {
    "uri" : "https://semantic-web.com/api/attributes#10440"
  } ]
}