SemDis WSDL (Only informative - SOAP Services not deployed, yet!)
See the source of the events and spatial data for the state of Georgia used in the following.
Get all edges of a node
Example-1: getAllEdges(SemDis#Bill_Clinton_9300)
Example-2: getAllEdges(E0-001-001020032-5)
Example-3: getAllEdges(V0-001-000152209-4)
Get outgoing edges edges of a node
Example-1: getOutgoingEdges(SemDis#Bill_Clinton_9300)
Example-2: getOutgoingEdges(V0-001-000152209-4)
Get incoming edges of a node
Example-1: getIncomingEdges(SemDis#Bill_Clinton_9300)
Example-2: getIncomingEdges(V0-001-000152209-4)
Get literal edges of a node
Example-1: getLiteralEdges(SemDis#Bill_Clinton_9300)
Example-2: getLiteralEdges(E0-001-001020032-5)
Example-3: getLiteralEdges(V0-001-000152209-4)
Example-4: getLiteralEdges(gid1000050)
Spatio-temporal Services on Events
Resolve an address to a Road Segment URI
Example-1: resolveAddr2RdSegURI(355, 'East Broad Street', 30601, GA)
Example-2: resolveAddr2RdSegURI(250, 'East Campus Road', 30605, GA)
Example-3: resolveAddr2RdSegURI(219, 'North Ridgewood Drive', 33870, FL)
Example-4: resolveAddr2RdSegURI('East Lake Summit Drive', 33884, FL)
Get the time of an event
Example-1: getEventDate(E0-001-001020032-5)
Example-2: getEventdate(E0-001-000749603-8)
Example-3: getEventdate(E0-001-000749603-8, "MMM dd yyyy")
Get geometric position of an event
Example-1: getEventPosition(E0-001-001020032-5)
Example-2: getEventPosition(E0-001-001032300-6)
Get the time difference between two events (in millisecond)
Example-1: getEventTimeDiff(E0-001-001020032-5, E0-001-001032300-6)
Get the distance between two events
Example-1: getEventDistance(E0-001-001020032-5, E0-001-001032300-6)
Example-2: getEventDistance(E0-001-001020032-5, E0-001-001032300-6, "mile")
Get nearest event of a specific type
Example-1: getNearestEventOfType(-84.3, 33.7)
Example-2: getNearestEventOfType(-84.3, 33.7, "mile")
Example-3: getNearestEventOfType(-84.3, 33.7, Theater_Play, 3)
Get events of a specific type in a spatiotemporal proximity
Example-1: getNearestEventOfType(-84.3, 33.7, "01/01/1998 12:00", 180[days], 500[KM], TerroristAttack)