Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SimmerChan/KG-demo-for-movie
/ types & classes
Types & classes
88 in github.com/SimmerChan/KG-demo-for-movie
⨍
Functions
1,307
◇
Types & classes
88
↳
Endpoints
1
↓ 78 callers
Class
W
kg_demo_movie/KB_query/question_temp.py:55
↓ 28 callers
Class
KeywordRule
kg_demo_movie/KB_query/question_temp.py:83
↓ 10 callers
Class
Rule
kg_demo_movie/KB_query/question_temp.py:67
↓ 2 callers
Class
Converter
kg_demo_movie/crawler/tradition2simple/langconv.py:181
↓ 2 callers
Class
Node
kg_demo_movie/crawler/tradition2simple/langconv.py:39
↓ 2 callers
Class
QAInterface
kg_demo_movie/KB_query/query_main.py:22
↓ 2 callers
Class
StatesMachine
kg_demo_movie/crawler/tradition2simple/langconv.py:105
↓ 1 callers
Class
ConvertMap
kg_demo_movie/crawler/tradition2simple/langconv.py:66
↓ 1 callers
Class
JenaFuseki
kg_demo_movie/KB_query/jena_sparql_endpoint.py:21
↓ 1 callers
Class
StatesMachineException
kg_demo_movie/crawler/tradition2simple/langconv.py:103
↓ 1 callers
Class
Tagger
kg_demo_movie/KB_query/word_tagging.py:26
↓ 1 callers
Class
Word
kg_demo_movie/KB_query/word_tagging.py:20
Class
AlgebraEx
Simple example to show parsing a query and producing the SPARQL algebra expression for the query.
jena/apache-jena-3.5.0/src-examples/arq/examples/AlgebraEx.java:30
Class
AlgebraExec
Build an algebra expression and execute it
jena/apache-jena-3.5.0/src-examples/arq/examples/AlgebraExec.java:48
Class
AppTest
Unit test for simple App.
jena/apache-jena-3.5.0/src-examples/jena-examples/src/test/java/org/apache/jena_examples/AppTest.java:28
Class
Base
<p>Base file for <em>Getting Started</em> examples. A place to put shared implementation, constants, etc.</p>
jena/apache-jena-3.5.0/src-examples/jena-examples/src/main/java/org/apache/jena/example/Base.java:32
Class
CheeseBase
<p>Base class for cheese-ontology based examples. Declares common namespaces and provides some basic utilities.</p>
jena/apache-jena-3.5.0/src-examples/jena-examples/src/main/java/org/apache/jena/example/CheeseBase.java:31
Class
ClassHierarchy
<p> Simple demonstration program to show how to list a hierarchy of classes. This is not a complete solution to the problem (sub-classes of restrictio
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/classHierarchy/ClassHierarchy.java:42
Class
CustomAggregate
Custom aggregate example. <p> Custom aggregates must be registered before parsing the query; custom aggregates and custom functions have the same synt
jena/apache-jena-3.5.0/src-examples/arq/examples/aggregates/CustomAggregate.java:48
Class
DescribeClass
<p> Simple example of describing the basic attributes of a OWL, DAML or RDFS class using the ontology API. This is not meant as a definitive solution
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/describeClass/DescribeClass.java:43
Class
ExJsonLD
Example writing as JSON-LD
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExJsonLD.java:44
Class
ExProg1
Example : Build a query syntax programmatically. Note: it is often better to build and execute an algebra expression. See other examples.
jena/apache-jena-3.5.0/src-examples/arq/examples/ExProg1.java:35
Class
ExProg2
Example : Build a query with a filter programmatically. Note: it is often better to build and execute an algebra expression. See other examples.
jena/apache-jena-3.5.0/src-examples/arq/examples/ExProg2.java:38
Class
ExQuadFilter
Example of how to filter quads as they are accessed at the lowest level. Can be used to exclude data from specific graphs. This mechanism is not limit
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExQuadFilter.java:43
Class
ExQuerySelect1
Example 1 : Execute a simple SELECT query on a model to find the DC titles contained in a model.
jena/apache-jena-3.5.0/src-examples/arq/examples/ExQuerySelect1.java:31
Class
ExQuerySelect2
Example 2 : Execute a simple SELECT query on a model to find the DC titles contained in a model. Show how to print results twice.
jena/apache-jena-3.5.0/src-examples/arq/examples/ExQuerySelect2.java:34
Class
ExRIOT_1
Example of using RIOT with Jena readers. An application can use model.read or RDFDataMgr.
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_1.java:29
Class
ExRIOT_2
Example of using RIOT directly. The parsers produce a stream of triples and quads so processing does not need to hold everything in memory at the sam
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_2.java:36
Class
ExRIOT_3
Example of using RIOT : reading data into datasets.
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_3.java:27
Class
ExRIOT_4
Example of using RIOT : extract only certain properties from a parser run
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_4.java:33
Class
ExRIOT_5
Example of using RIOT : register a new input language
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:40
Class
ExRIOT_6
Example of using RIOT : iterate over output of parser run using a {@link PipedRDFStream} and a {@link PipedRDFIterator}
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_6.java:35
Class
ExRIOT_7
Example of using RIOT for streaming RDF to be stored into a Collection. Suitable for single-threaded parsing, for use with small data or distributed
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_7.java:35
Class
ExRIOT_out1
Example writing a model with RIOT
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out1.java:25
Class
ExRIOT_out2
Other writer examples
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out2.java:27
Class
ExRIOT_out3
Example of registering a new writer with RIOT
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:37
Class
ExTDB1
Example of creating a TDB-backed model. The preferred way is to create a dataset then get the mode required from the dataset. The dataset can be use
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB1.java:36
Class
ExTDB2
Using an assembler description (see wiki for details of the assembler format for TDB) This way, you can change the model being used without changing t
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB2.java:31
Class
ExTDB3
Examples of finding an assembler for a TDB model in a larger collection of descriptions in a single file.
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB3.java:37
Class
ExTDB4
Example of creating a TDB-backed model. The preferred way is to create a dataset then get the mode required from the dataset. The dataset can be use
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB4.java:40
Class
ExTDB5
Example of creating a TDB-backed model. The preferred way is to create a dataset then get the mode required from the dataset. The dataset can be use
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB5.java:42
Class
ExTDB6
Example of single threaded use of TDB working with the Jena RDF API
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB6.java:37
Class
ExTDB_Txn1
Example of a READ transaction.
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB_Txn1.java:32
Class
ExTDB_Txn2
Example of a WRITE transaction.
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB_Txn2.java:34
Class
ExTDB_Txn3
Illustration of working at the DatasetGraph level. Normally, applications work with {@link Dataset}. Occasionally, it's more convenient to work with
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB_Txn3.java:31
Class
ExampleConstructQuads
jena/apache-jena-3.5.0/src-examples/arq/examples/constructquads/ExampleConstructQuads.java:35
Class
ExampleDBpedia1
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia1.java:24
Class
ExampleDBpedia2
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia2.java:24
Class
ExampleDBpedia3
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia3.java:29
Class
FilterSinkRDF
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_4.java:48
Class
HelloWorld
<h2>Apache Jena Getting Started Guide - Step 1: Hello World</h2> <p> In this step, we illustrate the basic operations of getting some data into a Java
jena/apache-jena-3.5.0/src-examples/jena-examples/src/main/java/org/apache/jena/example/helloworld/HelloWorld.java:40
Class
Main
<p> Execution wrapper for class hierarchy example </p>
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/classHierarchy/Main.java:35
Class
Main
<p> Execution wrapper for describe-class example </p>
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/describeClass/Main.java:37
Class
MyAccumulator
Example accumulators - counts the number of valid literals of an expression over a group.
jena/apache-jena-3.5.0/src-examples/arq/examples/aggregates/CustomAggregate.java:63
Class
MyQueryEngine
Example skeleton for a query engine. To just extend ARQ by custom basic graph pattern matching (a very common case) see the arq.examples.bgpmatching
jena/apache-jena-3.5.0/src-examples/arq/examples/engine/MyQueryEngine.java:44
Class
MyQueryEngineFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/engine/MyQueryEngine.java:98
Class
MyTransform
jena/apache-jena-3.5.0/src-examples/arq/examples/engine/MyQueryEngine.java:91
Class
OpExecutorAlt
Example of an alternative OpExecutor
jena/apache-jena-3.5.0/src-examples/arq/examples/bgpmatching/OpExecutorAlt.java:31
Class
PizzaSparqlNoInf
<p>TODO class comment</p>
jena/apache-jena-3.5.0/src-examples/jena-examples/src/main/java/org/apache/jena/example/pizza/PizzaSparqlNoInf.java:40
Class
PropertyValueSet
kg_demo_movie/KB_query/question_temp.py:367
Class
Question2Sparql
kg_demo_movie/KB_query/question2sparql.py:19
Class
QuestionSet
kg_demo_movie/KB_query/question_temp.py:100
Class
RDFReaderSSE
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:108
Class
RDFWriterSSE
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:105
Class
SSEReader
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:76
Class
SSEReaderFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:68
Class
SSEWriter
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:83
Class
SSEWriterFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:74
Class
StageAltMain
Example to execute a query but handle the basic graph patterns in the query in some special way. Stages are one step in executing a basic graph patt
jena/apache-jena-3.5.0/src-examples/arq/examples/bgpmatching/StageAltMain.java:37
Class
StageGeneratorAlt
Example stage generator that compiles a BasicPattern into a sequence of individual triple matching steps.
jena/apache-jena-3.5.0/src-examples/arq/examples/bgpmatching/StageGeneratorAlt.java:34
Class
Tutorial01
Tutorial 1 creating a simple model
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial01.java:27
Class
Tutorial02
Tutorial 2 resources as property values
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial02.java:26
Class
Tutorial03
Tutorial 3 Statement attribute accessor methods
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial03.java:27
Class
Tutorial04
Tutorial 4 - create a model and write it in XML form to standard out
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial04.java:26
Class
Tutorial05
Tutorial 5 - read RDF XML from a file and write it to standard out
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial05.java:28
Class
Tutorial06
Tutorial navigating a model
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial06.java:29
Class
Tutorial07
Tutorial 7 - selecting the VCARD resources
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial07.java:29
Class
Tutorial08
Tutorial 8 - demonstrate Selector methods
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial08.java:30
Class
Tutorial09
Tutorial 9 - demonstrate graph operations
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial09.java:28
Class
Tutorial10
Tutorial 10 - demonstrate a container
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial10.java:31
Class
Tutorial11
Tutorial 11 - more on literals
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial11.java:28
Class
UpdateExecuteOperations
Build an update request up out of individual Updates specified as strings. See UpdateProgrammatic for another way to build up a request. These two a
jena/apache-jena-3.5.0/src-examples/arq/examples/update/UpdateExecuteOperations.java:36
Class
UpdateProgrammatic
Build an update request up out of individual Update objects, not by parsing. This is quite low-level. See UpdateExecuteOperations for ways to build
jena/apache-jena-3.5.0/src-examples/arq/examples/update/UpdateProgrammatic.java:39
Class
UpdateReadFromFile
Simple example of SPARQL/Update : read a update script from a file and execute it
jena/apache-jena-3.5.0/src-examples/arq/examples/update/UpdateReadFromFile.java:30
Class
classify
Example filter function that returns an indicative type string. <ul> <li>"Number", if it's a number of some kind</li> <li>"String", if it's string<
jena/apache-jena-3.5.0/src-examples/arq/examples/filter/classify.java:40
Class
labelSearch
Example extension or property function to show rewriting part of a query. A simpler, more direct way to implement property functions is to extend on
jena/apache-jena-3.5.0/src-examples/arq/examples/propertyfunction/labelSearch.java:81
Class
localname
Example property function that creates the association between a URI and it's localname. See also splitIRI which is more general. This is just an exa
jena/apache-jena-3.5.0/src-examples/arq/examples/propertyfunction/localname.java:65
Class
uppercase
Example property function that uppercases the lexical form of a literal. The subject must be bound, the object not bound. {@link localname} shows a
jena/apache-jena-3.5.0/src-examples/arq/examples/propertyfunction/uppercase.java:40