This HTML5 document contains 14 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n3http://www.openlinksw.com/ontology/webservices#
n2http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#action_ontology.
schemahttp://schema.org/
n4https://www.iodbc.org/ods/api/ontology.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n6http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#action_ontology.classes_#
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#
Subject Item
n2:classes
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n3:isWebServiceOf
n7:this_ODSOntologyModuleAPI
n3:endPointURL
n4:classes
schema:shortDescription
<p>Ontology classes. </p>
n3:hasParameter
n6:_ontologyClass n6:_dependentOntology n6:_ontology n6:_prefix n6:_extern
schema:name
EntryPoint - ontology_classes
schema:description
<p><parameterlist kind="param"><li> <parameternamelist> <parametername>ontology</parametername> </parameternamelist> <parameterdescription> <p>The ontology IRI. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>prefix</parametername> </parameternamelist> <parameterdescription> <p>The ontology prefix. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>ontologyClass</parametername> </parameternamelist> <parameterdescription> <p>The ontology class IRI. When is selected the result contains data for this class only.</p></parameterdescription> </li> </ul> <simplesect kind="return"><p>The JSON with classes and its subclasses.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i http://www.iodbc.org/ods/api/ontology.classes?prefix=foaf HTTP/1.1 200 OK Server: Virtuoso/07.10.3209 (Win64) x86_64-generic-win-64 VDB Connection: Keep-Alive Date: Thu, 08 May 2014 17:16:11 GMT Accept-Ranges: bytes Content-Type: application/json; charset="UTF-8" Content-Length: 845 { "name": "http://xmlns.com/foaf/0.1/", "prefix": "foaf", "classes":[ {"name": "foaf:Agent", "subClassOf": ["rdfs:Class"]}, {"name": "foaf:Document", "subClassOf": ["rdfs:Class"]}, {"name": "foaf:Group", "subClassOf": ["foaf:Agent"]}, {"name": "foaf:Image", "subClassOf": ["foaf:Document"]}, {"name": "foaf:LabelProperty", "subClassOf": ["rdfs:Class"]}, {"name": "foaf:OnlineAccount", "subClassOf": ["rdfs:Class"]}, {"name": "foaf:OnlineChatAccount", "subClassOf": ["foaf:OnlineAccount"]}, {"name": "foaf:OnlineEcommerceAccount", "subClassOf": ["foaf:OnlineAccount"]}, {"name": "foaf:OnlineGamingAccount", "subClassOf": ["foaf:OnlineAccount"]}, {"name": "foaf:Organization", "subClassOf": ["foaf:Agent"]}, {"name": "foaf:Person", "subClassOf": ["foaf:Agent"]}, {"name": "foaf:PersonalProfileDocument", "subClassOf": ["foaf:Document"]}, {"name": "foaf:Project", "subClassOf": ["rdfs:Class"]} ] } </pre> </p>
schema:url
n4:classes