Query-TopicMap |
Top Previous Next |
Summary Query-TopicMap [-TopicMapAddress] <String> [-Query] <String> Description Runs a SPARQL query against a topic map and displays the results.
Parameters
Returns A list of PowerShell objects (PSObject) instances, where each object has one property for each column in the results table.
Examples When entering a query on the command-line you may find it easier to use an intermediate variable to hold the query string as shown in the following example. Note that PowerShell handles multi-line strings quite nicely - after closing all curly braces and the quotes around the string, just press return at the >> prompt to terminate the multi-line edit mode.
PS C:\Users\Administrator> $q=" |