This HTML5 document contains 49 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/
n16http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n15http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im8.
n2http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n17http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/person/dav#
n13http://ods.openlinksw.com/wiki/ODS/
n18http://vos.openlinksw.com/dataspace/owiki/wiki/
n11http://cname/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im16.
n14http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im7.
n24http://vos.openlinksw.com/dataspace/owiki#
n22http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/sioc.
n19http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im14.
n12http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im1.
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im13.
n10http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n5http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureTTL/im11.
n28http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n2:this
sioc:creator_of
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n16:item
n17:services_of
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n24:this
sioc:creator_of
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n18:VOS
sioc:container_of
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
atom:entry
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
atom:contains
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFAC
sioc:links_to
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n4:VirtRDFInsert
sioc:links_to
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC
sioc:links_to
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:47:04.641467
dcterms:modified
2017-06-13T05:47:04.641467
rdfs:label
VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
foaf:maker
n7:this n28:this
dc:title
VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
opl:isDescribedUsing
n22:rdf
sioc:has_creator
n24:this n2:this
sioc:attachment
n5:png n9:png n12:png n14:png n15:png n19:png n20:png
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksImportLinkedDataCreateFeature"}% ---+Create a Linked Data Resource with Turtle content The following guide presents simple scenario how to import Linked Data from Tirtle 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.ttl"; * Specify <b>File Mime type</b>: "text/rdf+ttl"; * Enter [[VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC][this content]] in the <b>File Content</b> text-area: %BR%%BR%<img src="%ATTACHURLPATH%/im13.png" />%BR%%BR% 1 Click "Create". 1 As result the new file "data.ttl" should be created. Note additional file "urn_mydata.RDF" has been created too: %BR%%BR%<img src="%ATTACHURLPATH%/im14.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%/im16.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]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML][Create a Linked Data Resource with <b>RDF/XML</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
1bfec977d147fff1f14865837dea1390
sioc:link
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
sioc:has_container
n18:VOS
n17:has_services
n16:item
atom:title
VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
sioc:links_to
n10:VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC n11:ods n13:OdsBriefcase n10:MyData n4:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML n4:VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC n4:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples n4:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
atom:source
n18:VOS
atom:author
n7:this
atom:published
2017-06-13T05:47:04Z
atom:updated
2017-06-13T05:47:04Z
sioc:topic
n18:VOS
Subject Item
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC
sioc:links_to
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
Subject Item
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC
sioc:links_to
n4:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL