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

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

PrefixNamespace IRI
n45http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im8.
n22http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im18.
n43http://uriburner.com/describe/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fauth%2Fcert%23
n39http://rdfs.org/sioc/services#
n44http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im7.
dchttp://purl.org/dc/elements/1.1/
n37http://example.org/ontology.owl)
n21http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im17.
n23http://vos.openlinksw.com/dataspace/owiki#
n36http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n12http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im6.
n25http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im16.
dctermshttp://purl.org/dc/terms/
n40http://vos.openlinksw.com/dataspace/services/wiki/
n18http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksGuideImportOntology/sioc.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n10http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im2.
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n47http://http://<cname>/
atomhttp://atomowl.org/ontologies/atomrdf#
n24http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im15.
n34http://vos.openlinksw.com/dataspace/dav#
xsdhhttp://www.w3.org/2001/XMLSchema#
n48http://docs.openlinksw.com/virtuoso/rdfsparql.
n38http://www.w3.org/ns/auth/
n29http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im1.
siochttp://rdfs.org/sioc/ns#
n16http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im14.
n27http://vos.openlinksw.com/dataspace/person/owiki#
n46http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/fct_dav.
n15http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im13.
n42http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im9.
oplhttp://www.openlinksw.com/schema/attribution#
n6http://vos.openlinksw.com/dataspace/person/dav#
n8http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im21.
n11http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im5.
n20http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im12.
n32http://ode.openlinksw.com/
n7http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im20.
n19http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im11.
n14http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im4.
foafhttp://xmlns.com/foaf/0.1/
n41http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
siocthttp://rdfs.org/sioc/types#
n31http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im10.
n13http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im3.
n28http://vos.openlinksw.com/dataspace/owiki/wiki/
n9http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksGuideImportOntology/im19.
Subject Item
n2:VirtTipsAndTricksGuideImportOntology
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:39:12.514226
dcterms:modified
2017-06-13T05:39:12.514226
rdfs:label
VirtTipsAndTricksGuideImportOntology
foaf:maker
n27:this n6:this
dc:title
VirtTipsAndTricksGuideImportOntology
opl:isDescribedUsing
n18:rdf
sioc:has_creator
n23:this n34:this
sioc:attachment
n7:png n8:png n9:png n10:png n11:png n12:png n13:png n14:png n15:png n16:png n19:png n20:png n21:png n22:png n24:png n25:png n29:png n31:png n42:png n44:png n45:png
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+How to Import Ontology into Virtuoso? The following guide describes how to import a given ontology file (for ex. http://example.org/ontology.owl) into Virtuoso. ---++Import the Ontology Data Assume one wants to import in Virtuoso the cert ontology <code> http://www.w3.org/ns/auth/cert# </code>: 1. Using the Conductor UI at http://&lt;cname&gt;/conductor -> Database -> Interactive SQL or from the ISQL command line, execute the following statement: <verbatim> SPARQL LOAD <http://www.w3.org/ns/auth/cert#>; </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/im1.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/im2.png" />%BR%%BR% 1. Next execute the statement: <verbatim> SPARQL DEFINE get:soft "replace" SELECT DISTINCT * FROM <http://www.w3.org/ns/auth/cert#> WHERE { ?s ?p ?o } </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/im3.png" />%BR%%BR% %BR%%BR%<img src="%ATTACHURLPATH%/im4.png" />%BR%%BR% ---++View the Imported Data Using FCT Browser 1 Make sure you have installed the [[http://s3.amazonaws.com/opldownload/uda/vad-packages/6.1/virtuoso/fct_dav.vad][Virtuoso Faceted Browser VAD package]]. 1 Go to http://http://&lt;cname&gt;/fct %BR%<img src="%ATTACHURLPATH%/im10.png" />%BR%%BR% 1 Go to "Entity URI lookup" %BR%<img src="%ATTACHURLPATH%/im11.png" />%BR%%BR% 1 Enter the ontology url: <code>http://www.w3.org/ns/auth/cert# </code>. Select the provided file location: %BR%<img src="%ATTACHURLPATH%/im12.png" />%BR%%BR% 1 Click "Describe". 1.The [[http://uriburner.com/describe/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fauth%2Fcert%23][main ontology]] retrieved data should be presented: %BR%<img src="%ATTACHURLPATH%/im13.png" /> <img src="%ATTACHURLPATH%/im16.png" /> <img src="%ATTACHURLPATH%/im17.png" /> <img src="%ATTACHURLPATH%/im18.png" /> <img src="%ATTACHURLPATH%/im19.png" />%BR%%BR% 1 You may want to proceed further exploring the retrieved data by viewing the <code> is isDefinedBy of </code>: <b>[[http://uriburner.com/describe/?url=http%3A%2F%2Fwww.w3.org%2Fns%2Fauth%2Fcert%23Certificate][Certificate]]</b> 1 Should be presented certificate definitions within the ontology: %BR%<img src="%ATTACHURLPATH%/im20.png" /> %BR%<img src="%ATTACHURLPATH%/im21.png" />%BR%%BR% ---++Related * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtFacetBrowserInstallConfig][Virtuoso Faceted Browser Installation and configuration]] * [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtuosoFacetsWebService][Virtuoso Facets Web Service]] * [[http://ode.openlinksw.com/][The OpenLink Data Explorer Extension]] * [[http://docs.openlinksw.com/virtuoso/rdfsparql.html][Virtuoso Documentation]]
sioc:id
2cfafda194051f3e69872c09c52c640e
sioc:link
n2:VirtTipsAndTricksGuideImportOntology
sioc:has_container
n28:VOS
n39:has_services
n40:item
atom:title
VirtTipsAndTricksGuideImportOntology
sioc:links_to
n32: n36:VirtTipsAndTricksGuide n37: n38:cert n41:VirtFacetBrowserInstallConfig n41:VirtuosoFacetsWebService n43: n43:Certificate n46:vad n47:fct n48:html
atom:source
n28:VOS
atom:author
n6:this
atom:published
2017-06-13T05:39:12Z
atom:updated
2017-06-13T05:39:12Z
sioc:topic
n28:VOS