index int64 0 0 | repo_id stringlengths 9 205 | file_path stringlengths 31 246 | content stringlengths 1 12.2M | __index_level_0__ int64 0 10k |
|---|---|---|---|---|
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/QueryParser.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 200 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/SparqlPreParser.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 201 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/NoQueryEngineException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 202 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/ResultSet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 203 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/GraphStore.java | package org.apache.clerezza.sparql;
import org.apache.clerezza.IRI;
import java.util.Set;
public interface GraphStore {
/**
* Lists the name of the <Code>Graph</code>s available through this <code>GraphStore</code>.
*
* @return the list of <Code>Graph</code>s
*/
Set<IRI> listGraphs();
... | 204 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/Update.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 205 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/UpdateOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 206 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/SimpleUpdateOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 207 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/Quad.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 208 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/ModifyOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 209 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/DeleteDataOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 210 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/BaseUpdateOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 211 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/InsertDataOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 212 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/DeleteWhereOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 213 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/CreateOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 214 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/ClearOrDropOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 215 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/ClearOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 216 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/AddOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 217 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/UpdateOperationWithQuads.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 218 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/CopyOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 219 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/SimpleUpdate.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 220 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/LoadOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 221 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/MoveOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 222 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/update/impl/DropOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 223 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/UnaryOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 224 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/DataSet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 225 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/BinaryOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 226 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PropertyPathExpression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 227 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/GroupGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 228 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/ServiceGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 229 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/MinusGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 230 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PropertyPathExpressionOrVariable.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 231 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/DescribeQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 232 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/BuiltInCall.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 233 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PatternExistenceCondition.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 234 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PathSupportedBasicGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 235 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/InlineData.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 236 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/LiteralExpression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 237 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/Expression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 238 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/UnaryPropertyPathOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 239 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/Variable.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 240 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/AlternativeGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 241 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/BinaryPropertyPathOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 242 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/TriplePattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 243 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/UriRefOrVariable.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 244 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/Query.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 245 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PropertyPathPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 246 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/QueryWithSolutionModifier.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 247 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/AskQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 248 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/RhsListBinaryOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 249 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/AbstractOperation.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 250 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/FunctionCall.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 251 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/ResourceOrVariable.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 252 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/OrderCondition.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 253 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/SelectQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 254 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PredicatePath.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 255 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/PropertySet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 256 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/BasicGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 257 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/OptionalGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 258 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/ConstructQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 259 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/SparqlUnit.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 260 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/GraphGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 261 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/UriRefExpression.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 262 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/GraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 263 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleSparqlUnit.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 264 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleStringQuerySerializer.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 265 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleDescribeQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 266 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleDataSet.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 267 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleGraphGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 268 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleServiceGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 269 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleBasicGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 270 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleInlineData.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 271 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleQueryWithSolutionModifier.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 272 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleAskQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 273 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleMinusGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 274 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleConstructQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 275 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimplePropertyPathPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 276 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleOrderCondition.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 277 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleSelectQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 278 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleTriplePattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 279 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleAlternativeGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 280 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleQuery.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 281 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleGroupGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 282 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimpleOptionalGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 283 |
0 | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query | Create_ds/clerezza/sparql/src/main/java/org/apache/clerezza/sparql/query/impl/SimplePathSupportedBasicGraphPattern.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 284 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/SecurityTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 285 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/TcManagerTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 286 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/test | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/test/utils/TcProviderTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 287 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/providers/WeightedDummy.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 288 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/providers/WeightedA.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 289 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/providers/WeightedAHeavy.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 290 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/providers/WeightedBlight.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 291 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/dataset/providers/WeightedA1.java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 292 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple/storage/SimpleGraphGenericTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 293 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple/storage/GenericTcProviderTest.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 294 |
0 | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple | Create_ds/clerezza/dataset/src/test/java/org/apache/clerezza/simple/storage/AccessViaTcManager.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 295 |
0 | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza/dataset/MGraphServiceFactory.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 296 |
0 | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza/dataset/NoSuchEntityException.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 297 |
0 | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza/dataset/TcManager.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 298 |
0 | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza | Create_ds/clerezza/dataset/src/main/java/org/apache/clerezza/dataset/TcProvider.java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License... | 299 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.