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

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

PrefixNamespace IRI
n25http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerLinkedDataHooksIntoSPARQLEx2/sioc.
dctermshttp://purl.org/dc/terms/
n9http://bit.ly/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n14http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n18http://docs.openlinksw.com/virtuoso/sect5_virtuosospongercreatecustcartrrgstflickr.
dchttp://purl.org/dc/elements/1.1/
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n13http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/person/dav#
n17http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n5http://vos.openlinksw.com/dataspace/owiki#
n19http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#
n16http://docs.openlinksw.com/virtuoso/virtuososponger.html#
xsdhhttp://www.w3.org/2001/XMLSchema#
n20http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView#
n15http://docs.openlinksw.com/virtuoso/virtuososponger.
n23http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
Subject Item
n11:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
Subject Item
n14:item
n13:services_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
Subject Item
n5:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
Subject Item
n8:VOS
sioc:container_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
atom:entry
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
atom:contains
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
Subject Item
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:49:58.736935
dcterms:modified
2017-06-29T07:41:11.230285
rdfs:label
VirtSpongerLinkedDataHooksIntoSPARQLEx2
foaf:maker
n7:this n23:this
dc:title
VirtSpongerLinkedDataHooksIntoSPARQLEx2
opl:isDescribedUsing
n25:rdf
sioc:has_creator
n5:this n11:this
sioc:content
%META:TOPICPARENT{name="VirtSpongerLinkedDataHooksIntoSPARQL"}% ---+Example with INPUT Pragma grab-all The following example demonstrates usage of the <code> input:grab-all </code> pragma: <verbatim> DEFINE input:grab-all "yes" DEFINE input:grab-depth 1 DEFINE input:grab-limit 50 PREFIX foaf: <http://xmlns.com/foaf/0.1/> SELECT DISTINCT ?friendsname ?friendshomepage ?foafsname ?foafshomepage WHERE { { { { SELECT ?start ?friend WHERE { ?start foaf:knows ?friend . } } OPTION ( transitive, t_distinct, t_max (5), t_in (?start), t_out (?friend) ) FILTER ( ?start = <http://www.w3.org/People/Berners-Lee/card#i> ) } OPTIONAL {?friend foaf:mbox_sha1sum ?mbox . ?friendsURI foaf:mbox_sha1sum ?mbox . ?friendsURI foaf:name ?friendsname . ?friendsURI foaf:homepage ?friendshomepage . } } OPTIONAL { ?friendsURI foaf:knows ?foaf . ?foaf foaf:name ?foafsname . ?foaf foaf:homepage ?foafshomepage . } } </verbatim> * [[http://bit.ly/12LlKmh][View the SPARQL Query Definition via SPARQL Protocol URL]] * [[http://bit.ly/15bSKn9][View the SPARQL Query Results via SPARQL Protocol URL]] ---++Sponger Usage Examples * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html#virtuosospongerusageprocessorex][SPARQL Processor Usage Example]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html#virtuosospongerusageproxyex2][RDF Proxy Service Example]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView#AncMozToc2][Browsing & Exploring RDF View Example Using ODE]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView#AncMozToc3][Browsing & Exploring RDF View Example Using iSPARQL]] * [[http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#rdfinsertmethodplapissimpleexample][Basic Sponger Cartridge Example]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html#virtuosospongerusagebriefex][HTTP Example for Extracting Metadata using CURL]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html#virtuosospongercartridgetypesmetarestexamples][RESTFul Interaction Examples]] * [[http://docs.openlinksw.com/virtuoso/sect5_virtuosospongercreatecustcartrrgstflickr.html][Flickr Cartridge Example]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html#virtuosospongercreatecustcartrexmp][MusicBrainz Metadatabase Example]] * [[VirtTipsAndTricksGuideAddTriplesNamedGraph][SPARQL Tutorial -- Magic of SPARUL and Sponger]] ---++Related * [[VirtSpongerLinkedDataHooksIntoSPARQL][Sponger's Linked Data Middleware Hooks into SPARQL]] * [[VirtSponger][Virtuoso Sponger]] * [[http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.html][Technical White Paper]] * [[VirtSpongerCartridgeSupportedDataSources][Supported Virtuoso Sponger Cartridges]] * [[SPARQLSponger][SPARQL Sponger]] * [[VirtInteractSpongerMiddlewareRESTPatterns][Interacting with Sponger Middleware via RESTful Patterns]] * [[VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples][Interacting with Sponger Meta Cartridge via RESTful Patterns]] * [[VirtSpongerCartridgeRDFExtractor][Sponger Cartridge RDF Extractor]] * [[RDFMappers][ Extending SPARQL IRI Dereferencing with RDF Mappers]] * [[VirtSpongerCartridgeProgrammersGuide][Programmer Guide for Virtuoso Linked Data Middleware ("Sponger")]] * [[VirtProgrammerGuideRDFCartridge][Create RDF Custom Cartridge Tutorial]] * [[VirtSpongerCartridgeSupportedDataSources][OpenLink-supplied Virtuoso Sponger Cartridges]] * [[VirtAuthServerUI][Virtuoso Authentication Server]] * [[VirtOAuthSPARQL][Virtuoso SPARQL OAuth Tutorial]] * [[VirtSpongerACL][Virtuoso Sponger Access Control List (ACL) Setup]] * [[VirtSPARQLSecurityWebID][WebID Protocol & SPARQL Endpoint ACLs Tutorial]] * [[http://docs.openlinksw.com/virtuoso/virtuososponger.html][Virtuoso Documentation]]
sioc:id
44579b3111e2c4e73ec140a87894c7a1
sioc:link
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx2
sioc:has_container
n8:VOS
n13:has_services
n14:item
atom:title
VirtSpongerLinkedDataHooksIntoSPARQLEx2
sioc:links_to
n2:VirtSpongerCartridgeRDFExtractor n9:12LlKmh n2:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n9:15bSKn9 n2:VirtSpongerACL n2:VirtSpongerCartridgeSupportedDataSources n15:html n16:virtuosospongercreatecustcartrexmp n17:html n16:virtuosospongercartridgetypesmetarestexamples n18:html n19:rdfinsertmethodplapissimpleexample n16:virtuosospongerusagebriefex n20:AncMozToc2 n20:AncMozToc3 n16:virtuosospongerusageprocessorex n16:virtuosospongerusageproxyex2 n2:VirtProgrammerGuideRDFCartridge n2:VirtAuthServerUI n2:RDFMappers n2:SPARQLSponger
atom:source
n8:VOS
atom:author
n7:this
atom:published
2017-06-13T05:49:58Z
atom:updated
2017-06-29T07:41:11Z
sioc:topic
n8:VOS