Description |
---|
Retrieve a list of all available ontologies and custom schemes. |
Note
This service is the equivalent to the PoolParty frontend capabilities described in the section Import, Export & Publish Schemes and Ontologies
URL: /PoolParty/api/schema/list
Supported Methods |
---|
GET |
A list of all ontologies and custom schemes in json format.
Basic Pattern
http://<server-url>/PoolParty/api/schema/list
Example Request
http://vocabulary.semantic-web.at/PoolParty/api/schema/list
Example Response
[
{
"uri": "http://xmlns.com/foaf/0.1/",
"label": "FOAF",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 14,
"attributeProperties": 25,
"directedProperties": 25
},
{
"uri": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"label": "GEO",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 2,
"attributeProperties": 4,
"directedProperties": 1
},
{
"uri": "http://purl.org/dc/terms/",
"label": "DC Terms",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 42,
"attributeProperties": 25,
"directedProperties": 21
},
{
"uri": "http://purl.org/linked-data/cube",
"label": "Cube",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 15,
"attributeProperties": 2,
"directedProperties": 19
},
{
"uri": "http://www.w3.org/ns/org#",
"label": "ORG",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 9,
"attributeProperties": 2,
"directedProperties": 15
},
{
"uri": "http://www.w3.org/2006/vcard/ns",
"label": "vCard",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 62,
"attributeProperties": 33,
"directedProperties": 51
},
{
"uri": "http://usefulinc.com/ns/doap#",
"label": "DOAP",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 12,
"attributeProperties": 25,
"directedProperties": 12
},
{
"uri": "http://bmf.irt.de/bmf",
"label": "Broadcast Metadata Exchange Format",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 150,
"attributeProperties": 686,
"directedProperties": 249
},
{
"uri": "https://schema.org/",
"label": "schema.org",
"type": "http://schema.semantic-web.at/ppt/Ontology",
"customTypes": 44,
"attributeProperties": 0,
"directedProperties": 60
},
{
"uri": "http://prod.poolparty-software.com/PoolParty/schema/time",
"label": "time",
"type": "http://schema.semantic-web.at/ppt/CustomOntology",
"customTypes": 0,
"attributeProperties": 3,
"directedProperties": 0
},
{
"uri": "http://vocabulary.semantic-web.at/PoolParty/schema/Apollo",
"label": "Apollo",
"type": "http://schema.semantic-web.at/ppt/CustomOntology",
"customTypes": 4,
"attributeProperties": 8,
"directedProperties": 1
},
{
"uri": "http://vocabulary.semantic-web.at/PoolParty/schema/VideoGames",
"label": "VideoGames",
"type": "http://schema.semantic-web.at/ppt/CustomOntology",
"customTypes": 3,
"attributeProperties": 3,
"directedProperties": 4
},
...
{
"uri": "http://schema.semantic-web.at/Product-Scheme",
"label": "Product_Scheme",
"type": "http://schema.semantic-web.at/ppt/CustomSchema",
"customTypes": 2,
"attributeProperties": 2,
"directedProperties": 0
}
]