This HTML5 document contains 41 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n19http://vos.openlinksw.com/wiki/main/VOS/VirtSesameProvider/virtsesamesamples.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n8http://demo.openlinksw.com/dataspace/person/demo#
n18http://vos.openlinksw.com/wiki/main/VOS/VirtSesameProvider/virt_sesame.
n14http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n22http://vos.openlinksw.com/dataspace/dav#
n10http://sourceforge.net/project/showfiles.php?group_id=46509&package_id=
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n20http://vos.openlinksw.com/dataspace/person/dav#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/
n6http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSesameProvider/sioc.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n17http://vos.openlinksw.com/wiki/main/VOS/VirtSesameProvider/sesamejars.
n9http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n12http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n20:this
foaf:made
n4:VirtSesameProvider
Subject Item
n22:this
sioc:creator_of
n4:VirtSesameProvider
Subject Item
n14:item
n15:services_of
n4:VirtSesameProvider
Subject Item
n16:this
sioc:creator_of
n4:VirtSesameProvider
Subject Item
n2:VOS
sioc:container_of
n4:VirtSesameProvider
atom:entry
n4:VirtSesameProvider
atom:contains
n4:VirtSesameProvider
Subject Item
n4:VirtSesameProvider
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:45:53.912207
dcterms:modified
2017-06-13T05:45:53.912207
rdfs:label
VirtSesameProvider
foaf:maker
n12:this n20:this
dc:title
VirtSesameProvider
opl:isDescribedUsing
n6:rdf
sioc:has_creator
n16:this n22:this
sioc:attachment
n17:zip n18:jar n19:zip
sioc:content
%VOSWARNING% %META:TOPICPARENT{name="VOSRDFDataProviders"}% %VOSNAV% %TOC% ---++ Virtuoso Sesame RDF Data Provider (Obsolete) * see VirtSesame2Provider for current work The Virtuoso Sesame RDF Data Provider enables Semantic Web applications written using the Sesame RDF Frameworks to query the Virtuoso RDF Quad store directly. The Provider has been tested against the [[http://sourceforge.net/project/showfiles.php?group_id=46509&package_id=40257][Sesame 1.2.7]] version currently available. ---+++Required Files The Virtuoso Sesame Provider is packaged as a JAR file which is attached: * <a href="%ATTACHURLPATH%/virt_sesame.jar" style="wikiautogen">virt_sesame.jar</a> The required Sesame and associated classes are also attached: * <a href="%ATTACHURLPATH%/sesamejars.zip" style="wikiautogen">sesamejars.zip</a> The sample program are attached: * <a href="%ATTACHURLPATH%/virtsesamesamples.zip" style="wikiautogen">virtsesamesamples.zip</a> ---+++Compiling Sesame Sample Programs The sample Sesame applications can be compiled as follows: * Edit the sample programs VirtuosoExampleX.java, where X = 1 to 2 and set the JDBC connection strings within to point to a valid Virtuoso Server instance of the form: <verbatim> "jdbc:virtuoso://localhost:1111", "dba", "dba" </verbatim> * Compile the Sesame Sample applications using the following command: <verbatim> javac -Xlint -classpath "xercesImpl.jar:lib/log4j-1.2.12.jar:commons-logging-1.1.jar:concurrent.jar:icu4j_3_4.jar:junit.jar:json.jar:openrdf-model.jar:iri.jar:sesame.jar:rio.jar:openrdf-util.jar:virt_sesame.jar" VirtuosoExample2.java VirtuosoExample1.java </verbatim> Note: You need to ensure all required JAR files are locatable with an appropriate CLASSPATH setting. ---+++Testing Once the Provider classes and sample program have been successfully compiled as indicated in the previous section, the Provider can then be tested using the two sample providers included 1. Run the <nop>VirtuosoExample1 as follows: <verbatim> java -classpath "xercesImpl.jar:log4j-1.2.12.jar:commons-logging-1.1.jar:concurrent.jar:icu4j_3_4.jar:junit.jar:json.jar:openrdf-model.jar:iri.jar:sesame.jar:rio.jar:openrdf-util.jar:virt_sesame.jar:." VirtuosoExample1 </verbatim> * This sample program returns a count for triples from the URI 'http://demo.openlinksw.com/dataspace/person/demo#this" 2. Run the <nop>VirtuosoExample2 as follows: <verbatim> java -classpath "xercesImpl.jar:log4j-1.2.12.jar:commons-logging-1.1.jar:concurrent.jar:icu4j_3_4.jar:junit.jar:json.jar:openrdf-model.jar:iri.jar:sesame.jar:rio.jar:openrdf-util.jar:virt_sesame.jar:." VirtuosoExample2 </verbatim> * This sample program reads and returns a count of the records in the included "data.nt" file. CategoryRDF CategoryOpenSource CategoryVirtuoso CategoryVOS CategorySesame CategoryDocumentation CategoryObsolete %VOSCOPY%
sioc:id
aaed3a8f95309a65465251785c77496b
sioc:link
n4:VirtSesameProvider
sioc:has_container
n2:VOS
n15:has_services
n14:item
atom:title
VirtSesameProvider
sioc:links_to
n4:CategoryVirtuoso n8:this n9:CategoryObsolete n10:40257 n4:CategoryDocumentation n9:CategoryVOS n4:CategorySesame n4:CategoryOpenSource n9:CategoryRDF
atom:source
n2:VOS
atom:author
n20:this
atom:published
2017-06-13T05:45:53Z
atom:updated
2017-06-13T05:45:53Z
sioc:topic
n2:VOS