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
n15http://bit.ly/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n13http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n4http://docs.openlinksw.com/virtuoso/sect5_virtuosospongercreatecustcartrrgstflickr.
dchttp://purl.org/dc/elements/1.1/
n22http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n12http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n20http://vos.openlinksw.com/dataspace/person/dav#
n11http://vos.openlinksw.com/dataspace/owiki/wiki/
n19http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtSpongerLinkedDataHooksIntoSPARQLEx22/sioc.
n9http://virtuoso.openlinksw.com/Whitepapers/html/VirtSpongerWhitePaper.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n17http://vos.openlinksw.com/dataspace/owiki#
n7http://docs.openlinksw.com/virtuoso/virtuososponger.html#
n6http://docs.openlinksw.com/virtuoso/rdfinsertmethods.html#
xsdhhttp://www.w3.org/2001/XMLSchema#
n14http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView#
n8http://docs.openlinksw.com/virtuoso/virtuososponger.
n25http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n20:this
foaf:made
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
Subject Item
n22:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
Subject Item
n13:item
n12:services_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
Subject Item
n17:this
sioc:creator_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
Subject Item
n11:VOS
sioc:container_of
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
atom:entry
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
atom:contains
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
Subject Item
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:47:21.665029
dcterms:modified
2017-06-29T07:41:11.415089
rdfs:label
VirtSpongerLinkedDataHooksIntoSPARQLEx22
foaf:maker
n25:this n20:this
dc:title
VirtSpongerLinkedDataHooksIntoSPARQLEx22
opl:isDescribedUsing
n19:rdf
sioc:has_creator
n17:this n22:this
sioc:content
%META:TOPICPARENT{name="VirtSpongerLinkedDataHooksIntoSPARQL"}% ---+Example with pragma input:inference The following example demonstrates usage of the <code> input:inference </code> pragma: <verbatim> ## Create an Inference Rule skos-trans PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> INSERT INTO GRAPH <urn:rules.skos> { skos:broader rdfs:subPropertyOf skos:broaderTransitive . skos:narrower rdfs:subPropertyOf skos:narrowerTransitive }; rdfs_rule_set ('skos-trans', 'urn:rules.skos'); DEFINE input:inference "skos-trans" PREFIX p: <http://dbpedia.org/property/> PREFIX dbpedia: <http://dbpedia.org/resource/> PREFIX category: <http://dbpedia.org/resource/Category:> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX geo: <http://www.georss.org/georss/> SELECT DISTINCT ?m ?n ?p ?d WHERE { ?m rdfs:label ?n. ?m skos:subject ?c. ?c skos:broaderTransitive category:Churches_in_Paris OPTION (TRANSITIVE) . ?m geo:point ?p FILTER ( lang(?n) = "fr" ) FILTER ( lang(?d) = "fr" ) } </verbatim> * [[http://bit.ly/11GbFaJ][View the SPARQL Query Definition via SPARQL Protocol URL]] * [[http://bit.ly/15c5J8o][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
b24a9adc6a3a107f2d3fb32080582435
sioc:link
n2:VirtSpongerLinkedDataHooksIntoSPARQLEx22
sioc:has_container
n11:VOS
n12:has_services
n13:item
atom:title
VirtSpongerLinkedDataHooksIntoSPARQLEx22
sioc:links_to
n4:html n6:rdfinsertmethodplapissimpleexample n2:RDFMappers n7:virtuosospongerusagebriefex n8:html n7:virtuosospongercreatecustcartrexmp n9:html n14:AncMozToc2 n15:15c5J8o n2:VirtSpongerCartridgeSupportedDataSourcesMetaRESTExamples n14:AncMozToc3 n2:VirtSpongerCartridgeSupportedDataSources n7:virtuosospongerusageprocessorex n7:virtuosospongerusageproxyex2 n15:11GbFaJ n2:VirtProgrammerGuideRDFCartridge n2:VirtAuthServerUI n2:SPARQLSponger n2:VirtSpongerACL n2:VirtSpongerCartridgeRDFExtractor n7:virtuosospongercartridgetypesmetarestexamples
atom:source
n11:VOS
atom:author
n20:this
atom:published
2017-06-13T05:47:21Z
atom:updated
2017-06-29T07:41:11Z
sioc:topic
n11:VOS