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

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

PrefixNamespace IRI
n23http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA/im7.
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n14http://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/
n6http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n15http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n13http://vos.openlinksw.com/dataspace/person/dav#
n21http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA/sioc.
n17http://ods.openlinksw.com/wiki/ODS/
n5http://vos.openlinksw.com/dataspace/owiki/wiki/
n16http://cname/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA/im11.
n9http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n8http://vos.openlinksw.com/dataspace/person/owiki#
n19http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA/im8.
siochttp://rdfs.org/sioc/ns#
Subject Item
n13:this
foaf:made
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n6:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n14:item
n15:services_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n4:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n5:VOS
sioc:container_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
atom:entry
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
atom:contains
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFAC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtRDFInsert
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:44:07.130690
dcterms:modified
2017-06-13T05:44:07.130690
rdfs:label
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
foaf:maker
n8:this n13:this
dc:title
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
opl:isDescribedUsing
n21:rdf
sioc:has_creator
n4:this n6:this
sioc:attachment
n19:png n22:png n23:png
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksImportLinkedDataCreateFeature"}% ---+Create a Linked Data Resource with RDFa content The following guide presents simple scenario how to import Linked Data from HTML+RDFa file format: 1 Go to http://cname/ods . 1 Enter your user credentials. In this example we will use user "demo". 1 Go to Briefcase. 1. [[VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC][Create a folder from type "Linked Data Import"]] ( for ex. with name "MyData" and assigned graph "urn:mydata" ) using the [[http://ods.openlinksw.com/wiki/ODS/OdsBriefcase][ODS-Briefcase UI]]. 1 Go to path "DAV/home/demo/MyData": %BR%%BR%<img src="%ATTACHURLPATH%/im7.png" />%BR%%BR% 1 Click "Create": %BR%%BR%<img src="%ATTACHURLPATH%/im8.png" />%BR%%BR% 1 In the presented form: * Specify <b>File name</b>, for ex. "data.html"; * Specify <b>File Mime type</b>: "text/html"; * Enter [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFAC][this content]] in the <b>File Content</b> text-area: %BR%%BR%<img src="%ATTACHURLPATH%/im20.png" />%BR%%BR% 1 Click "Create" 1 As result the new file "data.html" should be created. Note additional file "urn_mydata.RDF" has been created too: %BR%%BR%<img src="%ATTACHURLPATH%/im21.png" />%BR%%BR% 1. Now let's check the inserted triples. Go to your Virtuoso SPARQL endpoint, i.e. <code><nowiki>http://cname/sparql</nowiki></code>. 1 Enter in the Query area the following simple query: <verbatim> SELECT * FROM <urn:mydata> WHERE { ?s ?p ?o } </verbatim> %BR%%BR%<img src="%ATTACHURLPATH%/im11.png" />%BR%%BR% 1. Click "Run Query". 1. Should be shown the inserted triples: %BR%%BR%<img src="%ATTACHURLPATH%/im21.png" />%BR%%BR% ---++Related * [[http://ods.openlinksw.com/wiki/ODS/OdsBriefcase][ODS-Briefcase Data Space]]. * [[VirtTipsAndTricksImportLinkedDataCreateFeature][Create Linked Data Resources using a variety content formats from the RDF family]]: * [[VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples][Create a Linked Data Resource with <b>N-Triples</b> content]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureTTL][Create a Linked Data Resource with <b>Turtle</b> content]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML][Create a Linked Data Resource with <b>RDF/XML</b> content]] * [[VirtRDFInsert][RDF Insert Methods in Virtuoso]]. * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]].
sioc:id
ffc24c3b82272e066dc2aa78709d1f82
sioc:link
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
sioc:has_container
n5:VOS
n15:has_services
n14:item
atom:title
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML n9:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL n9:MyData n16:ods n17:OdsBriefcase n2:VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
atom:source
n5:VOS
atom:author
n13:this
atom:published
2017-06-13T05:44:07Z
atom:updated
2017-06-13T05:44:07Z
sioc:topic
n5:VOS