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

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

PrefixNamespace IRI
n4http://www.openlinksw.com/ontology/webservices#
n2http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#action_ontology.
schemahttp://schema.org/
n7https://www.iodbc.org/ods/api/ontology.
n5http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#action_ontology.properties_#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
n6http://www.iodbc.org/DAV/VAD/wa/API_ontology.ttl#
Subject Item
n2:properties
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n4:isWebServiceOf
n6:this_ODSOntologyModuleAPI
n4:endPointURL
n7:properties
schema:shortDescription
<p>Ontology properties with its type and range. </p>
n4:hasParameter
n5:_prefix n5:_extern n5:_ontology
schema:name
EntryPoint - ontology_properties
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> </ul> <simplesect kind="return"><p>The JSON of the all ontology properties.</p></simplesect> <bold>Example:</bold> <pre> $ curl -i "http://www.iodbc.org/ods/api/ontology.properties?prefix=foaf" HTTP/1.1 200 OK Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu Connection: Keep-Alive Date: Fri, 09 May 2014 13:04:42 GMT Accept-Ranges: bytes Content-Type: application/json; charset="UTF-8" Content-Length: 4790 [ {"name": "foaf:account", "type": "owl:ObjectProperty", "range": "foaf:OnlineAccount"}, {"name": "foaf:accountName", "type": "owl:DatatypeProperty", "range": "rdfs:Literal"}, {"name": "foaf:accountServiceHomepage", "type": "owl:ObjectProperty", "range": "foaf:Document"}, {"name": "foaf:age", "type": "owl:DatatypeProperty", "range": "rdfs:Literal"}, {"name": "foaf:aimChatID", "type": "owl:DatatypeProperty", "range": "rdfs:Literal"}, {"name": "foaf:based_near", "type": "owl:ObjectProperty", "range": "geo:SpatialThing"}, ... ] </pre> </p>
schema:url
n7:properties