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

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

Namespace Prefixes

PrefixIRI
n21http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n18http://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/
n8http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n17http://rdfs.org/sioc/services#
n5http://vos.openlinksw.com/dataspace/person/dav#
siocthttp://rdfs.org/sioc/types#
n4http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/
n15http://ods.openlinksw.com/wiki/ODS/
n10http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n12http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n11http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n19http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#

Statements

Subject Item
n5:this
foaf:made
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n8:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n18:item
n17:services_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n12:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n10:VOS
sioc:container_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
atom:entry
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
atom:contains
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFAC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtRDFInsert
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:40:28.678150
dcterms:modified
2017-06-13T05:40:28.678150
rdfs:label
VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
foaf:maker
n5:this n19:this
dc:title
VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
opl:isDescribedUsing
n21:sioc.rdf
sioc:has_creator
n12:this n8:this
sioc:attachment
n4:im9.png n4:im7.png n4:im8.png n4:im11.png n4:im12.png n4:im10.png
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksImportLinkedDataCreateFeature"}% ---+Create a Linked Data Resource with N-Triples content The following guide presents simple step-by guide for creating a Linked Data style of hypermedia resource based on content in N-Triples format: 1 Go to http://<cname>/ods -- ODS home page. 1 Login, in this guide we do so as user 'demo'. 1 Go to the Briefcase application. 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> e.g.,. "data.nt"; * Specify <b>File Mime type</b>: "text/plain"; * Enter [[VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC][this content]] in the <b>File Content</b> text-area: %BR%%BR%<img src="%ATTACHURLPATH%/im9.png" />%BR%%BR% 1 Click "Create". 1 At this point a new file "data.nt" would have been be created. Note additional resource "urn_mydata.RDF" has been created too: %BR%%BR%<img src="%ATTACHURLPATH%/im10.png" />%BR%%BR% 1. To verify insertion triples into the underlying Quad Store. 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%/im12.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]]: * [[VirtTipsAndTricksImportLinkedDataCreateFeatureTTL][Create a Linked Data Resource with <b>Turtle</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
ecdc2de32583e093f9a48178a15d63fc
sioc:link
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
sioc:has_container
n10:VOS
n17:has_services
n18:item
atom:title
VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
sioc:links_to
n11:VirtTipsAndTricksGuide n11:VirtTipsAndTricksImportLinkedDataCreateFeature n11:VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC n11:MyData n11:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA n11:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML n15:OdsBriefcase
atom:source
n10:VOS
atom:author
n5:this
atom:published
2017-06-13T05:40:28Z
atom:updated
2017-06-13T05:40:28Z
sioc:topic
n10:VOS
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXMLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureTTLC
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA
sioc:links_to
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples