blob: 069d1c321fadaf938688ff6ee547580373082b94 [file] [log] [blame]
<?xml version="1.0"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<jmxclient xmlns="http://www.eclipse.org/smila/management/jmx/client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schemas/jmxclient.xsd"
>
<connection id="local" host="localhost" port="9004"/>
<connection id="test" host="10.0.0.1" port="23123"/>
<cmd id="importRDF" echo="Upload RDF file to Ontology service">
<operation
key="Ontology/Sesame"
name="importRDF"
echo="Importing RDF [%2] into ontology [%1]"
>
<parameter echo="repository name"/>
<parameter echo="path to RDF file"/>
<parameter echo="base URI"/>
</operation>
</cmd>
<cmd id="exportRDF" echo="Upload RDF file to Ontology service">
<operation
key="Ontology/Sesame"
name="exportRDF"
echo="Exporting ontology [%1] to RDF file [%2]"
>
<parameter echo="repository name"/>
<parameter echo="path to RDF file"/>
</operation>
</cmd>
<cmd id="clearOntology" echo="Clear an ontology">
<operation
key="Ontology/Sesame"
name="clear"
echo="Clear ontology [%1]"
>
<parameter echo="repository name"/>
</operation>
</cmd>
<sample value="importRDF memory my-data.rdf http://www.example.com/" echo="imports RDF file into 'memory' repository"/>
<sample value="exportRDF native dump.rdf" echo="exports content of 'native' repository to RDF file"/>
</jmxclient>