Mailing lists matching jena.apache.org
commits jena.apache.orgdev jena.apache.org
issues jena.apache.org
pr jena.apache.org
users jena.apache.org
Using Fuseki to query the union of datasets - with inference
Yes that seems to be the difference. I was using the “add data” tab of the Fuseki UI. -- Scott From: Andy Seaborne Sent: Sunday, September 29, 2024 7:37 AM To: [email protected] Subject: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference CAUTION: This email
[jena] 01/02: Convert http:// to https:// where appropriate
-jena pom Apache Jena - Distribution - http://jena.apache.org/ + https://jena.apache.org/ 3.12.0-SNAPSHOT Apache Jena is a API and toolkit for working with semantic web technologies such as RDF and SPARQL using Java. This artifact represents the source and binary distribution
Re: Using Fuseki to query the union of datasets - with inference
database, try "inf", load data into the dtaabse, query, restart query and compare to "rdfs-union". Andy On 30/09/2024 16:47, Scott Henninger wrote: Yes that seems to be the difference. I was using the “add data” tab of the Fuseki UI. -- Scott From: Andy Seaborne
Stronger redirect from jena.sourceforge.net to jena.apache.org
I think it's time to more forcefully downplay jena.sourceforge.net. While there are indirections that take you from the SF page to the same on jena.apache.org., it isn't perfect. A few people still manage to reference SF material, maybe it's old likes direct to pages or
[GitHub] [jena] kinow commented on pull request #1695: Fixes needed for release v4.7.0 RC2.
in:3.4.1:jar (attach-javadocs) on project jena-geosparql: MavenReportException: Error while generating Javadoc: [ERROR] Exit code: 1 - error: Error fetching URL: https://jena.apache.org/documentation/javadoc/jena/ (java.net.UnknownHostException: jena.apache.org) [ERROR] error: Error fetchin
Using Fuseki to query the union of datasets - with inference
Hello Andy; Here is the full configuration. Any suggestions will be appreciated. -- Scott PREFIX :<#> PREFIX fuseki: <http://jena.apache.org/fuseki#<http://jena.apache.org/fuseki#>> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#<http://www.w3.o
Re: Stronger redirect from jena.sourceforge.net to jena.apache.org
probably irrelevant. (More reason to merge ARQ into core and start refactoring) Andy On 04/04/14 08:43, Andy Seaborne wrote: I think it's time to more forcefully downplay jena.sourceforge.net. While there are indirections that take you from the SF page to the same on jena.apach
[jena-site] branch asf-site updated: Updated site from master (4dfe64fa0d819ac1ecf9c4cb6e2c235cac1a2db3)
distribution). Individual modules may be obtained using a dependency manager which can talk to Maven repositories, some modules are only available via Maven. diff --git a/content/sitemap.xml b/content/sitemap.xml index 0214132..4edd670 100644 --- a/content/sitemap.xml +++ b/content/sitemap.xml @@
Re: Using Fuseki to query the union of datasets - with inference
loc ..." then shows the data (server not running) Andy -- Scott PREFIX :<#> PREFIX fuseki: <http://jena.apache.org/fuseki#<http://jena.apache.org/fuseki#>> If you coudl use plain text it would be appreciated. What comes through needs to eb fixed up before it
[2/6] jena git commit: Merge jena-project POM into root POM
http://git-wip-us.apache.org/repos/asf/jena/blob/6820b355/pom.xml -- diff --git a/pom.xml b/pom.xml index 757d09d..a9709c8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,6 @@ http://jena.apache.org/ 3.6.0-SNAPSHOT
Re: DatasetTDB2 with separate namedGraphs
aww fuck my life I never thought about that! Well at least I hope this thread will be useful to others with the same problem in the future... Seems to work smoothly, thank you so much for the help. Sent: Monday, November 12, 2018 at 10:30 AM From: "Andy Seaborne" To: users@jena.
Re: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference
@jena.apache.org Subject: Re: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 24/09/2024 18:45, Scott Henninger
RE: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference
Hello Andy; Yes, I used , but am not getting the inferences. -- Scott From: Andy Seaborne Sent: Thursday, September 26, 2024 3:12 PM To: [email protected] Subject: Re: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference CAUTION: This email originated from outside
Comparing ResultSet objects, problem with CSV
I have a method that does a SPARQL select query and returns results in XML, JSON and CSV using outputAsCSV <https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/query/ResultSetFormatter.html#outputAsCSV-java.io.OutputStream-org.apache.jena.query.ResultSet-> (OutputStream
(jena) 01/02: Don't link to reorganised javadoc on jena.apache.org
x27;t link to reorganised javadoc on jena.apache.org --- pom.xml | 10 -- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index abeb70a7c5..e996758268 100644 --- a/pom.xml +++ b/pom.xml @@ -1059,16 +1059,6 @@ ${project.name} ${project.ve
(jena) 01/03: Don't link to reorganised javadoc on jena.apache.org
nk to reorganised javadoc on jena.apache.org --- pom.xml | 10 -- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index abeb70a7c5..e996758268 100644 --- a/pom.xml +++ b/pom.xml @@ -1059,16 +1059,6 @@ ${project.name} ${project.version} ${project
Re: DatasetTDB2 with separate namedGraphs
FWIW I've copypasted this assembler file https://jena.apache.org/documentation/tdb/assembler.html#mixed-datasets and I've run this command $ tdbquery --tdb mixed-datasets.ttl --query <( echo "select * where {?s ?p ?o} limit 1" ) and I s
Re: DatasetTDB2 with separate namedGraphs
On 11/11/2018 20:37, Laura Morales wrote: FWIW I've copypasted this assembler file https://jena.apache.org/documentation/tdb/assembler.html#mixed-datasets and I've run this command $ tdbquery --tdb mixed-datasets.ttl --query <( echo "select * where {?s ?p ?o} limit 1&q
svn commit: r1860233 [19/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1828038 [17/22] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1867546 [19/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1868283 [19/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1872730 [19/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1612836 - /jena/trunk/jena-parent/pom.xml
http://jena.apache.org/documentation/javadoc/jena/ + http://jena.apache.org/documentation/javadoc/arq/ + http://jena.apache.org/documentation/javadoc/tdb/ + http://jena.apache.org/documentation/javadoc/text/ + http://jena.apache.org/d
Re: New 2nd Jenkins Windows Slave up and running
st but using maven-3.1.0 works. We have the same job setup running on both windows slaves. Thanks. One minor thing through on windows2 ... now the job succeeded it sent email (correct), at the end of the job ... Sending e-mails to: [email protected] [email protected] Sendi
[GitHub] [jena] ebremer opened a new issue, #1360: Getting null when using RIOT.getContext()
ebremer opened a new issue, #1360: URL: https://github.com/apache/jena/issues/1360 I have a java program that when I run it in the context of my IDE Netbeans, when making the call RIOT.getContext() as the first line will return: ``` symbol:http://jena.apache.org/ARQ#regexImpl
Re: DatasetTDB2 with separate namedGraphs
OK maybe this is something interesting. This is my assembler file: PREFIX :<http://example.org/> PREFIX fuseki: <http://jena.apache.org/fuseki#> PREFIX ja: <http://jena.hpl.hp.com/2005/11/Assembler#> PRE
svn commit: r1860215 [29/35] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewrite
svn commit: r1867532 [29/35] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewrite
svn commit: r1868271 [29/35] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewrite
svn commit: r1828026 [28/33] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Clas
svn commit: r1872718 [29/35] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewrite
svn commit: r1842307 [28/33] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Clas
svn commit: r1842319 [19/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary +
svn commit: r1818122 [16/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary + +Fie
svn commit: r1011875 [40/44] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/fuseki1/ documentation/javadoc/fuseki1/org/ documentation/javadoc/fuseki1/org/apache/ documentation/jav
Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class TextIndexLuceneAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface
Re: DatasetTDB2 with separate namedGraphs
Andy On 12/11/2018 08:58, Laura Morales wrote: OK maybe this is something interesting. This is my assembler file: PREFIX :<http://example.org/> PREFIX fuseki: <http://jena.apache.org/fuseki#> PREFIX ja: <ht
Re: DatasetTDB2 with separate namedGraphs
ppropriate to me than GB-size HTTP requests... Sent: Sunday, November 11, 2018 at 4:49 PM From: ajs6f To: [email protected] Subject: Re: DatasetTDB2 with separate namedGraphs Then let me ask a different question-- is there a reason in particular that you are using TDB2? TDB1 doesn&
svn commit: r1849995 [4/22] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.10.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + +
svn commit: r1849992 [3/15] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
cument.getElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + +
svn commit: r1857840 [3/15] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
cument.getElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + +
svn commit: r1857843 [4/22] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.11.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + +
svn commit: r1818118 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
etElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + + + +Class
svn commit: r1818122 [4/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
Class Hierarchy (Apache Jena - SPARQL Text Search 3.6.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames
svn commit: r1828035 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
tElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + + + +Class
svn commit: r1828038 [4/22] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
Class Hierarchy (Apache Jena - SPARQL Text Search 3.7.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +
svn commit: r1743671 [4/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/a
if (location.href.indexOf('is-external=true') == -1) { +parent.document.title="jena Class Hierarchy (Apache Jena - SPARQL Spatial Search 3.1.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navi
svn commit: r1743671 [20/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/
"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +No Frames + + +All Classes + + +<!-- + allClasse
svn commit: r988139 [4/35] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docume
#x27;is-external=true') == -1) { +parent.document.title="jena Class Hierarchy (Apache Jena - SPARQL Spatial Search 3.1.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overvie
svn commit: r988139 [20/35] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
quot;; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +No Frames + + +All Classes + + +<!-- + allClassesLink
svn commit: r1794463 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
etElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + + + +Class
svn commit: r1011874 [3/16] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
mes + + +All Classes + + +<!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Pac
svn commit: r1794464 [3/17] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +No Frames + + +All Classes + + +<!-- + allClasse
svn commit: r1011875 [30/44] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/fuseki1/ documentation/javadoc/fuseki1/org/ documentation/javadoc/fuseki1/org/apache/ documentation/jav
quot;; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +No Frames + + +All Classes + + +<!-- + allClassesLink
svn commit: r1842316 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
tElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + + + +Class
svn commit: r1842319 [4/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
Class Hierarchy (Apache Jena - SPARQL Text Search 3.9.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames +
svn commit: r1813207 [4/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
Class Hierarchy (Apache Jena - SPARQL Text Search 3.5.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Next + + +Frames
svn commit: r1813207 [16/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
ang.Object + + +org.apache.jena.query.text.assembler.TextVocab + + + + + + + + +public class TextVocab +extends http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">Object + + + + + + + + + + + +Field Summary + +Fie
svn commit: r1813213 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
etElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages + + + +Class
svn commit: r1860230 [3/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
cument.getElementById("allclasses_navbar_top"); + if(window==top) { +allClassesLink.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + + + + +Hierarchy For Package jena +Package Hierarchies: + +All Packages +
svn commit: r1860233 [4/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.12.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Nex
svn commit: r1867546 [4/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.13.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Nex
svn commit: r1868283 [4/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.13.1)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Nex
svn commit: r1872730 [4/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ or
ocument.title="jena Class Hierarchy (Apache Jena - SPARQL Text Search 3.14.0)"; +} +} +catch(err) { +} +//--> + + +JavaScript is disabled on your browser. + + + + + +Skip navigation links + + + + +Overview +Package +Class +Use +Tree +Deprecated +Index +Help + + + + +Prev +Nex
svn commit: r1794464 [11/17] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
EntityDefinitionAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler/assemblers/AssemblerBase.html?is-e
svn commit: r1011875 [38/44] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/fuseki1/ documentation/javadoc/fuseki1/org/ documentation/javadoc/fuseki1/org/apache/ documentation/jav
Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class EntityDefinitionAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface
svn commit: r1011875 [39/44] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/fuseki1/ documentation/javadoc/fuseki1/org/ documentation/javadoc/fuseki1/org/apache/ documentation/jav
+Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class SimpleAnalyzerAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface
svn commit: r1659916 [16/17] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
uot;block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Class ExprRewriter + + + +http://docs.o
svn commit: r940239 [16/17] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/extras/ documentation/javadoc/extras/querybuilder/ documentation/javadoc/extras/querybuilder/org/ docume
+Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Class ExprRewriter + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + +
svn commit: r1818108 [27/31] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
llClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Class ExprRewriter + + + +http://docs.oracle.com/javase/8/docs
svn commit: r1813214 [26/30] - in /jena/site/trunk/content/documentation/javadoc/extras: ./ querybuilder/ querybuilder/org/ querybuilder/org/apache/ querybuilder/org/apache/jena/ querybuilder/org/apac
llClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.arq.querybuilder.rewriters +Class ExprRewriter + + + +http://docs.oracle.com/javase/8/docs
svn commit: r1867546 [18/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
.jena.query.text.assembler +Class TextDatasetAssembler + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler
svn commit: r1868283 [18/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
.jena.query.text.assembler +Class TextDatasetAssembler + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler
svn commit: r1818122 [15/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
he.jena.query.text.assembler +Class TextDatasetAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler
svn commit: r1872730 [18/25] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
.jena.query.text.assembler +Class TextDatasetAssembler + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +https://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler
svn commit: r1813207 [15/20] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
he.jena.query.text.assembler +Class TextDatasetAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler
svn commit: r1665047 [26/30] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/
| +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class TextDatasetAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.
svn commit: r942880 [26/30] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
+ + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/assembler/assemblers.Assemb
Using Fuseki to query the union of datasets - with inference
Henninger wrote: > I had a typo. The results I get are: > :T1 :graph1 > > -- Scott > > From: Scott Henninger > Sent: Thursday, September 12, 2024 2:29 PM > To: [email protected]<mailto:[email protected]> > Subject: Re: Using Fuseki to query the union of data
svn commit: r1842316 [4/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
+ +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.spatial +Class DatasetGraphSpatial + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http:/
Re: Comparing ResultSet objects, problem with CSV
g that strings starting "http://"; are links. Rob On 08/09/2016 14:04, "Nikolaos Beredimas" wrote: I have a method that does a SPARQL select query and returns results in XML, JSON and CSV using outputAsCSV <https://jena.apache.org/documentation/java
Re: Comparing ResultSet objects, problem with CSV
ave a method that does a SPARQL select query and returns results in > XML, > JSON and CSV using > outputAsCSV > <https://jena.apache.org/documentation/javadoc/arq/org/ > apache/jena/query/ResultSetFormatter.html#outputAsCSV-java.io. > OutputStream
Re: Comparing ResultSet objects, problem with CSV
uot;http://"; are links. Rob On 08/09/2016 14:04, "Nikolaos Beredimas" wrote: I have a method that does a SPARQL select query and returns results in XML, JSON and CSV using outputAsCSV <https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/query/
svn commit: r1860230 [4/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
+Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.spatial +Class DatasetGraphSpatial + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +https://
svn commit: r1743671 [30/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/
he.jena.query.text.assembler +Class TextDatasetAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/org/apache/jena/assembler/assemblers.
svn commit: r988139 [30/35] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
e"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class TextDatasetAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; t
Re: New 2nd Jenkins Windows Slave up and running
t3 doesn’t exist > > but using maven-3.1.0 works. > > We have the same job setup running on both windows slaves. Thanks. > > One minor thing through .... on windows2 ... now the job succeeded it sent > email (correct), at the end of the job ... > > >
svn commit: r1828035 [4/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
+ +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.spatial +Class DatasetGraphSpatial + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http:/
svn commit: r1743671 [28/35] - in /jena/site/trunk/content/documentation/javadoc: spatial/ spatial/examples/ spatial/examples/class-use/ spatial/jena/ spatial/jena/class-use/ spatial/org/ spatial/org/
ry.text.assembler +Class ConfigurableAnalyzerAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/document
svn commit: r988139 [28/35] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
+ } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class ConfigurableAnalyzerAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title=&q
svn commit: r1794464 [13/17] - in /jena/site/trunk/content/documentation/javadoc/text: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/ o
Link.style.display = "block"; + } + else { +allClassesLink.style.display = "none"; + } + //--> + + + + +Summary: +Nested | +Field | +Constr | +Method + + +Detail: +Field | +Constr | +Method + + + + + + + + +org.apache.jena.query.text.assembler +Class TextIndexLucene
jena git commit: javadoc/ setup
xml -- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 61a7c52..1d6805a 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -645,9 +645,10 @@ http://jena.apache.org/documentation/javadoc/tdb/ h
Re: DatasetTDB2 with separate namedGraphs
roblems that are fixed in TDB2. Besides, some graphs > are GBs in size so loading them via tdb2.* utilities seems more appropriate > to me than GB-size HTTP requests... > > > > > Sent: Sunday, November 11, 2018 at 4:49 PM > From: ajs6f > To: [email protected] > S
svn commit: r942880 [25/30] - in /websites/staging/jena/trunk/content: ./ documentation/javadoc/spatial/ documentation/javadoc/spatial/examples/ documentation/javadoc/spatial/examples/class-use/ docum
ywordAnalyzerAssembler + + + +http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javadoc/jena/com/hp/hpl/jena/assembler/assemblers.Assemb
[GitHub] [jena] afs commented on issue #1425: How to presistent TDB2 on AWS?
afs commented on issue #1425: URL: https://github.com/apache/jena/issues/1425#issuecomment-1173441919 You'll be better off using the project mailing list `[email protected]` Subscribe by sending email to [[email protected]](mailto:[email protected]
RE: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference
Seaborne Sent: Sunday, September 15, 2024 10:21 AM To: [email protected] Subject: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender
Re: [EXTERNAL] Re: Using Fuseki to query the union of datasets - with inference
graph definitions via the Fuseki “add data” user interface. So both named graphs are being uploaded in the same file. Thanks again -- Scott From: Andy Seaborne Sent: Sunday, September 15, 2024 10:21 AM To: [email protected] Subject: [EXTERNAL] Re: Using Fuseki to query the union of dat
svn commit: r1818118 [8/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
ery.spatial.assembler +Class EntityDefinitionAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javad
svn commit: r1828035 [8/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
ry.spatial.assembler +Class EntityDefinitionAssembler + + + +https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javad
svn commit: r1794463 [8/16] - in /jena/site/trunk/content/documentation/javadoc/spatial: ./ examples/ examples/class-use/ jena/ jena/class-use/ org/ org/apache/ org/apache/jena/ org/apache/jena/query/
ery.spatial.assembler +Class EntityDefinitionAssembler + + + +http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true"; title="class or interface in java.lang">java.lang.Object + + +http://jena.apache.org/documentation/javad
