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
dctermshttp://purl.org/dc/terms/
n17http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im11.
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n7http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n18http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im17.
n23http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im19.
n21http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im18.
dchttp://purl.org/dc/elements/1.1/
n13http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n10http://vos.openlinksw.com/dataspace/person/dav#
n20http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im8.
n6http://ods.openlinksw.com/wiki/ODS/
n5http://vos.openlinksw.com/dataspace/owiki/wiki/
n4http://cname/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n16http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/sioc.
n14http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n19http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML/im7.
n12http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n22http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n10:this
foaf:made
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n13:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n7:item
n8:services_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n14:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n5:VOS
sioc:container_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
atom:entry
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
atom:contains
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:36:09.378529
dcterms:modified
2017-06-13T05:36:09.378529
rdfs:label
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
foaf:maker
n10:this n22:this
dc:title
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
opl:isDescribedUsing
n16:rdf
sioc:has_creator
n14:this n13:this
sioc:attachment
n17:png n18:png n19:png n20:png n21:png n23:png
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksImportLinkedDataCreateFeature"}% ---+Create a Linked Data Resource with RDF/XML content The following guide presents simple scenario how to import Linked Data from RDF/XML 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.rdf"; * Specify <b>File Mime type</b>: "text/rdf+xml"; * Enter [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC][this content]] in the <b>File Content</b> text-area: %BR%%BR%<img src="%ATTACHURLPATH%/im17.png" />%BR%%BR% 1 Click "Create". 1 As result the new file "data.rdf" should be created. Note additional file "urn_mydata.RDF" has been created too: %BR%%BR%<img src="%ATTACHURLPATH%/im18.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%/im19.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]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA][Create a Linked Data Resource with <b>RDFa</b> content]] * [[VirtRDFInsert][RDF Insert Methods in Virtuoso]]. * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]].
sioc:id
729ddbd046094ddbba1a2634ada53b4c
sioc:link
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
sioc:has_container
n5:VOS
n8:has_services
n7:item
atom:title
VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
sioc:links_to
n4:ods n6:OdsBriefcase n12:VirtTipsAndTricksGuide n12:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA n12:VirtRDFInsert n12:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples n12:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL n12:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC n12:VirtTipsAndTricksImportLinkedDataCreateFeature n12:VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC n12:MyData
atom:source
n5:VOS
atom:author
n10:this
atom:published
2017-06-13T05:36:09Z
atom:updated
2017-06-13T05:36:09Z
sioc:topic
n5:VOS
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFAC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtRDFInsert
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML