"EntryPoint - ontology_properties" . . . . . . . "GET" . "text/xml" . "

  • \n\nontology\n\n\n

    The ontology IRI.

    \n
  • \n
  • \n\nprefix\n\n\n

    The ontology prefix.

    \n
  • \n\n

    The JSON of the all ontology properties.

    \nExample:
    \n $ curl -i \"http://www.iodbc.org/ods/api/ontology.properties?prefix=foaf\"\n\n HTTP/1.1 200 OK\n Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu\n Connection: Keep-Alive\n Date: Fri, 09 May 2014 13:04:42 GMT\n Accept-Ranges: bytes\n Content-Type: application/json; charset=\"UTF-8\"\n Content-Length: 4790\n\n [\n  {\"name\": \"foaf:account\", \"type\": \"owl:ObjectProperty\", \"range\": \"foaf:OnlineAccount\"},\n  {\"name\": \"foaf:accountName\", \"type\": \"owl:DatatypeProperty\", \"range\": \"rdfs:Literal\"},\n  {\"name\": \"foaf:accountServiceHomepage\", \"type\": \"owl:ObjectProperty\", \"range\": \"foaf:Document\"},\n  {\"name\": \"foaf:age\", \"type\": \"owl:DatatypeProperty\", \"range\": \"rdfs:Literal\"},\n  {\"name\": \"foaf:aimChatID\", \"type\": \"owl:DatatypeProperty\", \"range\": \"rdfs:Literal\"},\n  {\"name\": \"foaf:based_near\", \"type\": \"owl:ObjectProperty\", \"range\": \"geo:SpatialThing\"},\n  ...\n ]\n\n 

    " . . "

    Ontology properties with its type and range.

    " .