Not logged in : Login

About: proxy:entity/https/community.openlinksw.com/t/how-to-use-the-virtuoso-rdf-bulk-loader-to-load-data-from-zenodo/1064#content_3863     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : awol:Content, within Data Space : ods-qa.openlinksw.com:8896 associated with source document(s)

AttributesValues
type
described by
body relation
  • Here’s a simple How-To style guide for uploading the “CrunchBase RDF Data Set” from the Zenodo RDF Dataset Repository into a Virtuoso instance.

    I will be using our URIBurner Service as the Virtuoso instance example in this guide.

    Steps:

    1. Download the dump file ( crunchbase-dump-2015-10.nt.gz ) to the URIBurner Virtuoso host, and put it in a directory ( /opt/ubv7n/dumps/ ) which is included in the URIBurner instance’s INI file (in the DirsAllowed parameter value).

    2. Load the data into a Virtuoso instance using the following SQL command sequence:

      ld_dir ('/opt/ubv7n/dumps/', 'crunchbase-dump-2015-10.nt.gz', 'https://zenodo.org/record/3270905/files/crunchbase-dump-2015-10.nt.gz') ;
      
      SELECT * FROM DB.DBA.load_list WHERE ll_state = 0 ;
      
      rdf_loader_run();
      
    3. Verify the effects of the load commands with the following SPARQL query:

      SELECT DISTINCT ( SAMPLE(?s) AS ?sampleEntity ) 
                      ( COUNT(1)   AS ?entityCount ) 
                      ( ?o         AS ?entityType )
      FROM <https://zenodo.org/record/3270905/files/crunchbase-dump-2015-10.nt.gz>
      WHERE
        {
          ?s a ?o . 
          FILTER ( isIRI(?s) )
        } 
      GROUP BY ?o
      ORDER BY DESC 2
      
    4. Here’s a screenshot of the query results. Each link resolves to a Faceted Browsing Page that provides deeper exploration of the Entity Relationships and Entity Relationship Types that underly this Knowledge Graph.

mime type
  • text/html
is content of
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software