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.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n7http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im7.
n13http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im12.
atomhttp://atomowl.org/ontologies/atomrdf#
n9http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im8.
foafhttp://xmlns.com/foaf/0.1/
n12http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im11.
n23http://vos.openlinksw.com/dataspace/services/wiki/
n4http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im9.
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n15http://vos.openlinksw.com/wiki/main/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/im10.
dchttp://purl.org/dc/elements/1.1/
n10http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n22http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n5http://vos.openlinksw.com/dataspace/person/dav#
n20http://ods.openlinksw.com/wiki/ODS/
n14http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n17http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n26http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples/sioc.
n16http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n24http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n5:this
foaf:made
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n10:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n23:item
n22:services_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n17:this
sioc:creator_of
n2:VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
Subject Item
n14: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 n24:this
dc:title
VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
opl:isDescribedUsing
n26:rdf
sioc:has_creator
n17:this n10:this
sioc:attachment
n4:png n7:png n9:png n12:png n13:png n15: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
n14:VOS
n22:has_services
n23:item
atom:title
VirtTipsAndTricksImportLinkedDataCreateFeatureNTriples
sioc:links_to
n16:VirtTipsAndTricksGuide n16:VirtTipsAndTricksImportLinkedDataCreateFeature n16:VirtTipsAndTricksImportLinkedDataCreateFeatureFolderC n16:MyData n16:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA n16:VirtTipsAndTricksImportLinkedDataCreateFeatureTTL n2:VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML n20:OdsBriefcase
atom:source
n14:VOS
atom:author
n5:this
atom:published
2017-06-13T05:40:28Z
atom:updated
2017-06-13T05:40:28Z
sioc:topic
n14: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