MCPcopy Create free account

hub / github.com/SimmerChan/KG-demo-for-movie / types & classes

Types & classes88 in github.com/SimmerChan/KG-demo-for-movie

↓ 78 callersClassW
kg_demo_movie/KB_query/question_temp.py:55
↓ 28 callersClassKeywordRule
kg_demo_movie/KB_query/question_temp.py:83
↓ 10 callersClassRule
kg_demo_movie/KB_query/question_temp.py:67
↓ 2 callersClassConverter
kg_demo_movie/crawler/tradition2simple/langconv.py:181
↓ 2 callersClassNode
kg_demo_movie/crawler/tradition2simple/langconv.py:39
↓ 2 callersClassQAInterface
kg_demo_movie/KB_query/query_main.py:22
↓ 2 callersClassStatesMachine
kg_demo_movie/crawler/tradition2simple/langconv.py:105
↓ 1 callersClassConvertMap
kg_demo_movie/crawler/tradition2simple/langconv.py:66
↓ 1 callersClassJenaFuseki
kg_demo_movie/KB_query/jena_sparql_endpoint.py:21
↓ 1 callersClassStatesMachineException
kg_demo_movie/crawler/tradition2simple/langconv.py:103
↓ 1 callersClassTagger
kg_demo_movie/KB_query/word_tagging.py:26
↓ 1 callersClassWord
kg_demo_movie/KB_query/word_tagging.py:20
ClassAlgebraEx
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
ClassAlgebraExec
Build an algebra expression and execute it
jena/apache-jena-3.5.0/src-examples/arq/examples/AlgebraExec.java:48
ClassAppTest
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
ClassBase
<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
ClassCheeseBase
<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
ClassClassHierarchy
<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
ClassCustomAggregate
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
ClassDescribeClass
<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
ClassExJsonLD
Example writing as JSON-LD
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExJsonLD.java:44
ClassExProg1
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
ClassExProg2
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
ClassExQuadFilter
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
ClassExQuerySelect1
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
ClassExQuerySelect2
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
ClassExRIOT_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
ClassExRIOT_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
ClassExRIOT_3
Example of using RIOT : reading data into datasets.
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_3.java:27
ClassExRIOT_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
ClassExRIOT_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
ClassExRIOT_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
ClassExRIOT_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
ClassExRIOT_out1
Example writing a model with RIOT
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out1.java:25
ClassExRIOT_out2
Other writer examples
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out2.java:27
ClassExRIOT_out3
Example of registering a new writer with RIOT
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:37
ClassExTDB1
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
ClassExTDB2
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
ClassExTDB3
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
ClassExTDB4
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
ClassExTDB5
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
ClassExTDB6
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
ClassExTDB_Txn1
Example of a READ transaction.
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB_Txn1.java:32
ClassExTDB_Txn2
Example of a WRITE transaction.
jena/apache-jena-3.5.0/src-examples/tdb/examples/ExTDB_Txn2.java:34
ClassExTDB_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
ClassExampleConstructQuads
jena/apache-jena-3.5.0/src-examples/arq/examples/constructquads/ExampleConstructQuads.java:35
ClassExampleDBpedia1
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia1.java:24
ClassExampleDBpedia2
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia2.java:24
ClassExampleDBpedia3
jena/apache-jena-3.5.0/src-examples/arq/examples/ExampleDBpedia3.java:29
ClassFilterSinkRDF
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_4.java:48
ClassHelloWorld
<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
ClassMain
<p> Execution wrapper for class hierarchy example </p>
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/classHierarchy/Main.java:35
ClassMain
<p> Execution wrapper for describe-class example </p>
jena/apache-jena-3.5.0/src-examples/jena/examples/ontology/describeClass/Main.java:37
ClassMyAccumulator
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
ClassMyQueryEngine
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
ClassMyQueryEngineFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/engine/MyQueryEngine.java:98
ClassMyTransform
jena/apache-jena-3.5.0/src-examples/arq/examples/engine/MyQueryEngine.java:91
ClassOpExecutorAlt
Example of an alternative OpExecutor
jena/apache-jena-3.5.0/src-examples/arq/examples/bgpmatching/OpExecutorAlt.java:31
ClassPizzaSparqlNoInf
<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
ClassPropertyValueSet
kg_demo_movie/KB_query/question_temp.py:367
ClassQuestion2Sparql
kg_demo_movie/KB_query/question2sparql.py:19
ClassQuestionSet
kg_demo_movie/KB_query/question_temp.py:100
ClassRDFReaderSSE
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:108
ClassRDFWriterSSE
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:105
ClassSSEReader
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:76
ClassSSEReaderFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_5.java:68
ClassSSEWriter
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:83
ClassSSEWriterFactory
jena/apache-jena-3.5.0/src-examples/arq/examples/riot/ExRIOT_out3.java:74
ClassStageAltMain
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
ClassStageGeneratorAlt
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
ClassTutorial01
Tutorial 1 creating a simple model
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial01.java:27
ClassTutorial02
Tutorial 2 resources as property values
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial02.java:26
ClassTutorial03
Tutorial 3 Statement attribute accessor methods
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial03.java:27
ClassTutorial04
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
ClassTutorial05
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
ClassTutorial06
Tutorial navigating a model
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial06.java:29
ClassTutorial07
Tutorial 7 - selecting the VCARD resources
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial07.java:29
ClassTutorial08
Tutorial 8 - demonstrate Selector methods
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial08.java:30
ClassTutorial09
Tutorial 9 - demonstrate graph operations
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial09.java:28
ClassTutorial10
Tutorial 10 - demonstrate a container
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial10.java:31
ClassTutorial11
Tutorial 11 - more on literals
jena/apache-jena-3.5.0/src-examples/jena/examples/rdf/Tutorial11.java:28
ClassUpdateExecuteOperations
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
ClassUpdateProgrammatic
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
ClassUpdateReadFromFile
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
Classclassify
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
ClasslabelSearch
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
Classlocalname
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
Classuppercase
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