This HTML5 document contains 29 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/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n6http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n14http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n4http://vos.openlinksw.com/dataspace/person/dav#
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n15http://vos.openlinksw.com/dataspace/person/owiki#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtJenaSPARQLExample4/sioc.
siochttp://rdfs.org/sioc/ns#
Subject Item
n4:this
foaf:made
n2:VirtJenaSPARQLExample4
Subject Item
n14:this
sioc:creator_of
n2:VirtJenaSPARQLExample4
Subject Item
n6:item
n5:services_of
n2:VirtJenaSPARQLExample4
Subject Item
n16:this
sioc:creator_of
n2:VirtJenaSPARQLExample4
Subject Item
n8:VOS
sioc:container_of
n2:VirtJenaSPARQLExample4
atom:entry
n2:VirtJenaSPARQLExample4
atom:contains
n2:VirtJenaSPARQLExample4
Subject Item
n2:VirtJenaSPARQLExample4
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:40:56.033273
dcterms:modified
2017-06-13T05:40:56.033273
rdfs:label
VirtJenaSPARQLExample4
foaf:maker
n4:this n15:this
dc:title
VirtJenaSPARQLExample4
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n16:this n14:this
sioc:content
%META:TOPICPARENT{name="VirtJenaProvider"}% %VOSWARNING% ---+ Virtuoso Jena Provider - SPARQL Example 4 <verbatim> import java.util.*; import com.hp.hpl.jena.query.*; import com.hp.hpl.jena.rdf.model.RDFNode; import com.hp.hpl.jena.graph.Node; import com.hp.hpl.jena.graph.Triple; import virtuoso.jena.driver.*; public class VirtuosoSPARQLExample4 { public static void main(String[] args) { String url; if(args.length == 0) url = "jdbc:virtuoso://localhost:1111"; else url = args[0]; Node foo1 = Node.createURI("http://example.org/#foo1"); Node bar1 = Node.createURI("http://example.org/#bar1"); Node baz1 = Node.createURI("http://example.org/#baz1"); Node foo2 = Node.createURI("http://example.org/#foo2"); Node bar2 = Node.createURI("http://example.org/#bar2"); Node baz2 = Node.createURI("http://example.org/#baz2"); Node foo3 = Node.createURI("http://example.org/#foo3"); Node bar3 = Node.createURI("http://example.org/#bar3"); Node baz3 = Node.createURI("http://example.org/#baz3"); VirtGraph graph = new VirtGraph ("Example4", url, "dba", "dba"); graph.clear (); System.out.println("graph.isEmpty() = " + graph.isEmpty()); System.out.println("Add 3 triples to graph <Example4>."); graph.add(new Triple(foo1, bar1, baz1)); graph.add(new Triple(foo2, bar2, baz2)); graph.add(new Triple(foo3, bar3, baz3)); System.out.println("graph.isEmpty() = " + graph.isEmpty()); System.out.println("graph.getCount() = " + graph.getCount()); System.out.println ( "graph.contains(new Triple(foo2, bar2, baz2) - " + graph.contains(new Triple(foo2, bar2, baz2)) ); System.out.println ( "graph.contains(new Triple(foo2, bar2, baz3) - " + graph.contains(new Triple(foo2, bar2, baz3)) ); graph.clear (); } } </verbatim>
sioc:id
45ff4b2904f3923987277b881cabb31a
sioc:link
n2:VirtJenaSPARQLExample4
sioc:has_container
n8:VOS
n5:has_services
n6:item
atom:title
VirtJenaSPARQLExample4
atom:source
n8:VOS
atom:author
n4:this
atom:published
2017-06-13T05:40:56Z
atom:updated
2017-06-13T05:40:56Z
sioc:topic
n8:VOS