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

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

PrefixNamespace IRI
n19http://bit.ly/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n14http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerLinkedDataHooksIntoSPARQLEx1/sioc.
n24http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n20http://docs.openlinksw.com/virtuoso/sect5_virtuosospongercreatecustcartrrgstflickr.
dchttp://purl.org/dc/elements/1.1/
n5http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n25http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n10http://vos.openlinksw.com/dataspace/person/dav#
n18http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
n4http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n8http://vos.openlinksw.com/dataspace/owiki#
n22http://dig.csail.mit.edu/2005/ajar/ajaw/
n21http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#
n17http://docs.openlinksw.com/virtuoso/virtuososponger.html#
xsdhhttp://www.w3.org/2001/XMLSchema#
n23http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView#
n16http://docs.openlinksw.com/virtuoso/virtuososponger.
n26http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n10:this
foaf:made
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
Subject Item
n5:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
Subject Item
n24:item
n25:services_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
Subject Item
n8:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
Subject Item
n4:VOS
sioc:container_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
atom:entry
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
atom:contains
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
Subject Item
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:42:49.248818
dcterms:modified
2017-06-29T07:41:10.828328
rdfs:label
VirtSpongerLinkedDataHooksIntoSPARQLEx1
foaf:maker
n10:this n26:this
dc:title
VirtSpongerLinkedDataHooksIntoSPARQLEx1
opl:isDescribedUsing
n14:rdf
sioc:has_creator
n8:this n5:this
sioc:content
%META:TOPICPARENT{name="VirtSpongerLinkedDataHooksIntoSPARQL"}% ---+Example with INPUT Pragma grab-var The following example demonstrates how to make a Local Name Graph IRI from URL of external Resource. The Actual Document URL is <code> http://dig.csail.mit.edu/2005/ajar/ajaw/data </code>: <verbatim> DEFINE input:grab-var "dev" define input:grab-iri <http://dig.csail.mit.edu/2005/ajar/ajaw/data#Tabulator> DEFINE input:grab-follow-predicate <http://usefulinc.com/ns/doap#developer> DEFINE input:grab-depth 10 DEFINE input:grab-limit 50 PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> PREFIX doap: <http://usefulinc.com/ns/doap#> PREFIX owl: <http://www.w3.org/2002/07/owl#> SELECT DISTINCT * WHERE { GRAPH <http://dig.csail.mit.edu/2005/ajar/ajaw/data> { <http://dig.csail.mit.edu/2005/ajar/ajaw/data#Tabulator> doap:developer ?dev . } OPTIONAL { ?dev foaf:name ?name } OPTIONAL { ?dev foaf:mbox ?mbox } OPTIONAL { ?dev owl:sameAs ?sameAs .} } </verbatim> * [[http://bit.ly/18ChkvG][View the SPARQL Query Definition via SPARQL Protocol URL]] * [[http://bit.ly/1adDYeo][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
e68a9229469a7c593e05c208659d262c
sioc:link
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx1
sioc:has_container
n4:VOS
n25:has_services
n24:item
atom:title
VirtSpongerLinkedDataHooksIntoSPARQLEx1
sioc:links_to
n2:VirtSpongerCartridgeSupportedDataSources n2:VirtAuthServerUI n2:VirtProgrammerGuideRDFCartridge n2:RDFMappers n2:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n2:VirtSpongerCartridgeRDFExtractor n16:html n17:virtuosospongercreatecustcartrexmp n18:html n2:SPARQLSponger n17:virtuosospongercartridgetypesmetarestexamples n19:1adDYeo n20:html n21:rdfinsertmethodplapissimpleexample n17:virtuosospongerusagebriefex n22:data n23:AncMozToc2 n19:18ChkvG n23:AncMozToc3 n2:VirtSpongerACL n17:virtuosospongerusageprocessorex n17:virtuosospongerusageproxyex2
atom:source
n4:VOS
atom:author
n10:this
atom:published
2017-06-13T05:42:49Z
atom:updated
2017-06-29T07:41:10Z
sioc:topic
n4:VOS