This HTML5 document contains 39 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/
n18http://virtuoso.openlinksw.com/
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/
n4http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n9http://vos.openlinksw.com/dataspace/person/dav#
n19http://virtuoso.openlinksw.com/Whitepapers/pdf/Virtuoso_SQL_to_RDF_Mapping.
n7http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/owiki#
n14http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtDeployingLinkedDataGuide/sioc.
xsdhhttp://www.w3.org/2001/XMLSchema#
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n9:this
foaf:made
n2:VirtDeployingLinkedDataGuide
Subject Item
n4:this
sioc:creator_of
n2:VirtDeployingLinkedDataGuide
Subject Item
n6:item
n5:services_of
n2:VirtDeployingLinkedDataGuide
Subject Item
n16:this
sioc:creator_of
n2:VirtDeployingLinkedDataGuide
Subject Item
n7:VOS
sioc:container_of
n2:VirtDeployingLinkedDataGuide
atom:entry
n2:VirtDeployingLinkedDataGuide
atom:contains
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide_description_vsp
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:38:14.386405
dcterms:modified
2017-06-29T07:36:41.045117
rdfs:label
VirtDeployingLinkedDataGuide
foaf:maker
n15:this n9:this
dc:title
VirtDeployingLinkedDataGuide
opl:isDescribedUsing
n14:rdf
sioc:has_creator
n4:this n16:this
sioc:content
---+Deploying Linked Data This document describes the process of deploying Linked Data into the existing Web. It discusses some of the difficulties faced in exposing RDF data and in bridging the "Linked Data Web" and the traditional "Document Web". Two generic approaches to resolving these deployment challenges are described, content negotiation and URL rewriting, before looking at [[http://virtuoso.openlinksw.com/][OpenLink Virtuoso]], both from the standpoint of how it implements these solutions and how Linked Data is deployed. A companion document, <i>[[http://virtuoso.openlinksw.com/Whitepapers/pdf/Virtuoso_SQL_to_RDF_Mapping.pdf][Virtuoso Linked Data Views - Getting Started Guide (PDF)]]</i>, focuses on Virtuoso Linked Data Views, a facility for exposing relational data as RDF. In addition, it provides useful background information for readers unfamiliar with RDF and outlines some of the key technologies of the Linked Data Web. ---++Contents * [[VirtDeployingLinkedDataGuide_Introduction][Introduction (Part 1)]] * What's The Current Problem? * What is Linked Data? * What Does the Linked Data Meme Enable? * Deployment Challenges * Exploiting HTTP URI Duality * Real-World Object Referencing * Resource Identity * Hash &amp; Slash based URIs * Hash URIs * Slash URIs * Resolution of the Deployment Challenge * Content Negotiation * <nowiki>HttpRange</nowiki>-14 Recommendations * Content Negotiation &amp; Linked Data Deployment * Content Negotiation with Hash URI Based Data Object Naming Scheme * Example 1: Static descriptions of a Data Object * Example 2: Dynamically derived descriptions of a Data Object using a SPARQL DESCRIBE * Content Negotiation with a Slash URI Based Data Object Naming Scheme * URL Rewriting * Using URL Rewriting to Solve Linked Data Deployment Challenges * [[VirtDeployingLinkedDataGuide_UsingVirtuoso][Deploying Linked Data using Virtuoso (Part 2a)]] * The Virtuoso Rules-Based URL Rewriter * Conductor UI for the URL Rewriter * Virtual Domains (Hosts) & Directories * 'Nice' URLs vs. 'Long' URLs * Rule Processing Mechanics * Enabling URL Rewriting via the Virtuoso Conductor UI * Northwind Demonstration Database * Configuring Rewrite Rules using Conductor * Dissection of Northwind Rewrite Rules Configured using Conductor * Regex Rule for RDF Requests * Constructing the Destination Path Format * Data Flow in Conductor-Defined Northwind RDF Regex Rule * Regex Rule for HTML Requests * Enabling URL Rewriting via Virtuoso PL * Exporting Rewriting Rules from Conductor * Defining Virtual Hosts in Virtuoso PL * URL Rewriting Configuration API * Creating Rewriting Rules * <code><nowiki>URLREWRITE_CREATE_REGEX_RULE</nowiki></code> * Dissection of Northwind Rewrite Rules Configured using Virtuoso PL * Data Flow in Virtuoso/PL-Defined Northwind RDF Regex Rule * Northwind URL Rewriting Verification Using <code>curl</code> * [[VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView][Browsing & Exploring the Northwind Linked Data View (Part 2b)]] * Interacting with Linked Data via ODE * Interacting with Linked Data via iSPARQL * [[VirtDeployingLinkedDataGuide_TCN][Transparent Content Negotiation (Part 2c)]] * HTTP/1.1 Content Negotiation * Transparent Content Negotiation * Deficiencies of HTTP/1.1 Server-Driven Negotiation * Variant Selection By User Agent * Variant Selection By Server * Variant Selection By End-User * Transparent Content Negotiation in Virtuoso HTTP Server * Describing Resource Variants * <code><nowiki>HTTP_VARIANT_MAP</nowiki></code> Table * Configuration using Virtuoso/PL * Variant Selection Algorithm * Transparent Content Negotiation Examples * Simple TCN with Static Content * Northwind Linked Data View * DBpedia * Simplifying Deployment with RDFa * No Content Negotiation or 303 Redirects * Generating RDFa Dynamically Using Description.vsp * RDFa Output From Non-RDF Data Sources * Sample RDFa Output From Description.vsp * [[VirtDeployingLinkedDataGuide_description_vsp][Appendix A]]: <code>Description.vsp</code> - Rendering RDF as HTML * [[VirtDeployingLinkedDataGuide_AppendixB][Appendix B]]: New Proxy URI Formats * [[VirtDeployingLinkedDataGuide_Glossary][Glossary]] * [[VirtDeployingLinkedDataGuide_Bibliography][Bibliography]]
sioc:id
fe0a90c13abc390fceb045e737785497
sioc:link
n2:VirtDeployingLinkedDataGuide
sioc:has_container
n7:VOS
n5:has_services
n6:item
atom:title
VirtDeployingLinkedDataGuide
sioc:links_to
n18: n19:pdf n2:VirtDeployingLinkedDataGuide_Bibliography
atom:source
n7:VOS
atom:author
n9:this
atom:published
2017-06-13T05:38:14Z
atom:updated
2017-06-29T07:36:41Z
sioc:topic
n7:VOS
Subject Item
n2:VirtDeployingLinkedDataGuide_AppendixB
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide_BrowsingNorthwindRdfView
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VOSIndex
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide_Introduction
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide_TCN
sioc:links_to
n2:VirtDeployingLinkedDataGuide
Subject Item
n2:VirtDeployingLinkedDataGuide_Glossary
sioc:links_to
n2:VirtDeployingLinkedDataGuide