This HTML5 document contains 33 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/
n21http://www.w3.org/2006/vcard/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n19http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n16http://www.w3.org/ns/
n6http://docs.openlinksw.com/virtuoso/rdfsparql.
dchttp://purl.org/dc/elements/1.1/
n4http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n20http://rdfs.org/sioc/services#
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideAddisDefinedByRelations/sioc.
siocthttp://rdfs.org/sioc/types#
n8http://vos.openlinksw.com/dataspace/person/dav#
n5http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n14http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n22http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n13http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n8:this
foaf:made
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
Subject Item
n4:this
sioc:creator_of
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
Subject Item
n19:item
n20:services_of
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
Subject Item
n14:this
sioc:creator_of
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
Subject Item
n5:VOS
sioc:container_of
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
atom:entry
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
atom:contains
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
Subject Item
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:36:25.397847
dcterms:modified
2017-06-13T05:36:25.397847
rdfs:label
VirtTipsAndTricksGuideAddisDefinedByRelations
foaf:maker
n8:this n13:this
dc:title
VirtTipsAndTricksGuideAddisDefinedByRelations
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n4:this n14:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How to Use SPARQL to add missing isDefinedBy relations to an Ontology? ---++What? Using SPARQL to add missing isDefinedBy relations to an Ontology. ---++Why? <code>isDefinedBy</code> relations make Ontologies (TBox) more navigable using follow-your-nose pattern. This also makes ABox instance data more discoverable. ---++How? Use SPARQL to generate relations that associate Classes and Properties the Ontology that describes them. ---+++Example Using the Ontology for vCards In this example we will use: * Ontology Document URL: <code>http://www.w3.org/2006/vcard/ns </code>; * Ontology URI: <code>http://www.w3.org/2006/vcard/ns# <code>; * A local Named Graph IRI to host SPARQL Update (SPARUL) the new relations. <verbatim> ## Uncomment line below if using Virtuoso and executing SPARQL via iSQL or via an ODBC, JDBC, ADO.NET connection ## SPARQL ## Uncomment line (a SPARQL pragma) below if using Virtuoso and there isn't a local Named Graph holding triples retrieved from the Ontology URL ## DEFINE get:soft "add" INSERT INTO <urn:data:qos:vcard> { ?s rdfs:isDefinedBy <http://www.w3.org/2006/vcard/ns#> } FROM <http://www.w3.org/2006/vcard/ns> WHERE { ?s a ?o } </verbatim> ---+++Example Using the Recorded Media Ontology In this example we will use: * Ontology Document URL: <code>http://www.w3.org/ns/ma-ont </code>; * Ontology URI: <code>http://www.w3.org/ns/ma-ont# </code>; * A local Named Graph IRI to host SPARQL Update (SPARUL) the new relations. <verbatim> SPARQL INSERT INTO <urn:data:qos:ma-ont> { ?s rdfs:isDefinedBy <http://www.w3.org/ns/ma-ont#> } FROM <http://www.w3.org/ns/ma-ont> WHERE { ?s a ?o } </verbatim> ---++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][Virtuoso Documentation]]
sioc:id
43f8fae81b586c0b8fabf57b8434bfe3
sioc:link
n2:VirtTipsAndTricksGuideAddisDefinedByRelations
sioc:has_container
n5:VOS
n20:has_services
n19:item
atom:title
VirtTipsAndTricksGuideAddisDefinedByRelations
sioc:links_to
n6:html n16:ma-ont n21:ns n22:VirtTipsAndTricksGuide
atom:source
n5:VOS
atom:author
n8:this
atom:published
2017-06-13T05:36:25Z
atom:updated
2017-06-13T05:36:25Z
sioc:topic
n5:VOS