@@ -9,7 +9,7 @@ |
||
9 | 9 | use SMWDIError as DIError; |
10 | 10 | use SMWDINumber as DINumber; |
11 | 11 | use SMWDIUri as DIUri; |
12 | -use SMWDITime as DITime; |
|
12 | +use SMWDITime as DITime; |
|
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @private |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace SMW\Deserializers\DVDescriptionDeserializer; |
4 | 4 | |
5 | 5 | use InvalidArgumentException; |
6 | -use SMW\Query\Language\ThingDescription; |
|
7 | 6 | use SMW\Query\Language\ValueDescription; |
8 | 7 | use SMWDataValue as DataValue; |
9 | 8 | use SMW\DIWikiPage; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use SMW\SPARQLStore\Exception\BadHttpDatabaseResponseException; |
6 | 6 | use SMW\SPARQLStore\QueryEngine\RepositoryResult; |
7 | 7 | use SMW\SPARQLStore\QueryEngine\XmlResponseParser; |
8 | -use SMWSparqlResultParser as SparqlResultParser; |
|
9 | 8 | use SMWTurtleSerializer as TurtleSerializer; |
10 | 9 | |
11 | 10 | /** |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Query; |
4 | 4 | |
5 | -use SMW\DataValues\MonolingualTextValue; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMW\DIWikiPage; |
8 | 7 | use SMW\Query\Language\ClassDescription; |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use SMW\DataTypeRegistry; |
6 | 6 | use SMW\DataValueFactory; |
7 | 7 | use SMW\DIProperty; |
8 | -use SMW\PropertyAnnotator; |
|
9 | -use SMW\Store; |
|
10 | 8 | |
11 | 9 | /** |
12 | 10 | * @license GNU GPL v2+ |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | use SMW\DIProperty; |
10 | 10 | use SMW\DIWikiPage; |
11 | 11 | use SMW\Localizer; |
12 | -use SMW\StringCondition; |
|
13 | 12 | use SMWContainerSemanticData as ContainerSemanticData; |
14 | 13 | use SMWDataItem as DataItem; |
15 | 14 | use SMWDataValue as DataValue; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SMW\Exporter\ResourceBuilders; |
4 | 4 | |
5 | -use SMW\Exporter\ResourceBuilder; |
|
6 | 5 | use SMW\DIProperty; |
7 | 6 | use SMWExporter as Exporter; |
8 | 7 | use SMW\DataValueFactory; |
@@ -4,11 +4,9 @@ |
||
4 | 4 | |
5 | 5 | use Hooks; |
6 | 6 | use Onoi\HttpRequest\HttpRequestFactory; |
7 | -use Parser; |
|
8 | 7 | use ParserHooks\HookRegistrant; |
9 | 8 | use SMW\ApplicationFactory; |
10 | 9 | use SMW\DeferredRequestDispatchManager; |
11 | -use SMW\NamespaceManager; |
|
12 | 10 | use SMW\SQLStore\QueryEngine\FulltextSearchTableFactory; |
13 | 11 | use SMW\ParserFunctions\DocumentationParserFunction; |
14 | 12 | use SMW\ParserFunctions\InfoParserFunction; |