This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> db['atasks_agg'].find({},{"_id":0}).sort({"endpoint.datasets.0.label":1,"endpoint.uri":1}).explain() | |
{ | |
"cursor" : "BasicCursor", | |
"isMultiKey" : false, | |
"n" : 535, | |
"nscannedObjects" : 535, | |
"nscanned" : 535, | |
"nscannedObjectsAllPlans" : 535, | |
"nscannedAllPlans" : 535, | |
"scanAndOrder" : true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package school; | |
import java.util.*; | |
public class MultiMappa<K, V> { | |
private Map<K, Collection<V>> map; | |
public MultiMappa() { | |
map = new HashMap<K, Collection<V>>(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package school; | |
import java.util.Arrays; | |
import java.util.Collection; | |
import java.util.Collections; | |
public class MinMax<T> { | |
public T min; | |
public T max; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 | |
@prefix : <#> . | |
@prefix fuseki: <http://jena.apache.org/fuseki#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> . | |
@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 | |
@prefix : <#> . | |
@prefix fuseki: <http://jena.apache.org/fuseki#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix tdb: <http://jena.hpl.hp.com/2008/tdb#> . | |
@prefix ja: <http://jena.hpl.hp.com/2005/11/Assembler#> . | |
# TDB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>LingHub</title> | |
<!-- Bootstrap theme --> | |
<link href="http://linghub.lider-project.eu/assets/bootstrap.min.css" media="all" rel="stylesheet" type="text/css"> | |
<!-- JQuery (not required) --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.any23.Any23; | |
import org.apache.any23.extractor.ExtractionContext; | |
import org.apache.any23.extractor.ExtractionException; | |
import org.apache.any23.http.HTTPClient; | |
import org.apache.any23.source.DocumentSource; | |
import org.apache.any23.source.HTTPDocumentSource; | |
import org.apache.any23.writer.NTriplesWriter; | |
import org.apache.any23.writer.TripleHandler; | |
import org.apache.any23.writer.TripleHandlerException; | |
import org.apache.any23.writer.TurtleWriter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.any23.Any23; | |
import org.apache.any23.extractor.ExtractionContext; | |
import org.apache.any23.extractor.ExtractionException; | |
import org.apache.any23.http.HTTPClient; | |
import org.apache.any23.source.DocumentSource; | |
import org.apache.any23.source.HTTPDocumentSource; | |
import org.apache.any23.writer.NTriplesWriter; | |
import org.apache.any23.writer.TripleHandler; | |
import org.apache.any23.writer.TripleHandlerException; | |
import org.apache.any23.writer.TurtleWriter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.any23.Any23; | |
import org.apache.any23.extractor.ExtractionContext; | |
import org.apache.any23.extractor.ExtractionException; | |
import org.apache.any23.http.HTTPClient; | |
import org.apache.any23.source.DocumentSource; | |
import org.apache.any23.source.HTTPDocumentSource; | |
import org.apache.any23.writer.NTriplesWriter; | |
import org.apache.any23.writer.TripleHandler; | |
import org.apache.any23.writer.TripleHandlerException; | |
import org.apache.any23.writer.TurtleWriter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.any23.Any23; | |
import org.apache.any23.extractor.ExtractionContext; | |
import org.apache.any23.extractor.ExtractionException; | |
import org.apache.any23.http.HTTPClient; | |
import org.apache.any23.source.DocumentSource; | |
import org.apache.any23.source.HTTPDocumentSource; | |
import org.apache.any23.writer.NTriplesWriter; | |
import org.apache.any23.writer.TripleHandler; | |
import org.apache.any23.writer.TripleHandlerException; | |
import org.apache.any23.writer.TurtleWriter; |