%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:///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%%BR%%BR% 1 Click "Create": %BR%%BR%%BR%%BR% 1 In the presented form: * Specify File name e.g.,. "data.nt"; * Specify File Mime type: "text/plain"; * Enter [[VirtTipsAndTricksImportLinkedDataCreateFeatureNTriplesC][this content]] in the File Content text-area: %BR%%BR%%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%%BR%%BR% 1. To verify insertion triples into the underlying Quad Store. Go to your Virtuoso SPARQL endpoint, i.e. http:///sparql. 1 Enter in the Query area the following simple query: SELECT * FROM WHERE { ?s ?p ?o } %BR%%BR%%BR%%BR% 1. Click "Run Query". 1. Should be shown the inserted triples: %BR%%BR%%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 Turtle content]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFXML][Create a Linked Data Resource with RDF/XML content]] * [[VirtTipsAndTricksImportLinkedDataCreateFeatureRDFA][Create a Linked Data Resource with RDFa content]] * [[VirtRDFInsert][RDF Insert Methods in Virtuoso]]. * [[VirtTipsAndTricksGuide][Virtuoso Tips and Tricks Collection]].