There is a newer version of this record available.

Dataset Open Access

Libraries.io Open Source Repository and Dependency Metadata

Andrew Nesbitt; Benjamin Nickolls


DCAT Export

<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
  <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.808273">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Dataset"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.808273</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.808273"/>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Andrew Nesbitt</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Libraries.io</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Benjamin Nickolls</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Libraries.io</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>Libraries.io Open Source Repository and Dependency Metadata</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2017</dct:issued>
    <dcat:keyword>software</dcat:keyword>
    <dcat:keyword>dependencies</dcat:keyword>
    <dcat:keyword>open source</dcat:keyword>
    <dcat:keyword>package managers</dcat:keyword>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-06-15</dct:issued>
    <owl:sameAs rdf:resource="https://zenodo.org/record/808273"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/808273</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.808272"/>
    <owl:versionInfo>1.0.0</owl:versionInfo>
    <dct:description>&lt;p&gt;&lt;strong&gt;What is in this release?&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;In this release you will find data about software distributed and/or crafted publicly on the Internet. You will find information about its development, its distribution and its relationship with other software included as a dependency. You will not find any information about the individuals who create and maintain these projects.&lt;/p&gt; &lt;p&gt;Further information and documentation on this data set can be found at https://libraries.io/data&lt;/p&gt; &lt;p&gt;For enquiries please contact data@libraries.io&lt;/p&gt; &lt;p&gt;This dataset contains seven csv files:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Projects&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A project is a piece of software available on any one of the 33 package managers supported by Libraries.io.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Versions&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A Libraries.io version is an immutable published version of a Project from a package manager. Not all package managers have a concept of publishing versions, often relying directly on tags/branches from a revision control tool.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Tags&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A tag is equivalent to a tag in a revision control system. Tags are sometimes used instead of Versions where a package manager does not use the concept of versions. Tags are often semantic version numbers.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Dependencies&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Dependencies describe the relationship between a project and the software it builds upon. Dependencies belong to Version. Each Version can have different sets of dependencies. Dependencies point at a specific Version or range of versions of other projects.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Repositories&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A Libraries.io repository represents a publically accessible source code repository from either github.com, gitlab.com or bitbucket.org. Repositories are distinct from Projects, they are not distributed via a package manager and typically an application for end users rather than component to build upon.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Repository dependencies&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;A repository dependency is a dependency upon a Version from a package manager has been specified in a manifest file, either as a manually added dependency committed by a user or listed as a generated dependency listed in a lockfile that has been automatically generated by a package manager and committed.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Projects with related Repository fields&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;This is an alternative projects export that denormalizes a projects related source code repository inline to reduce the need to join between two data sets.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Licence&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;This dataset is released under the Creative Commons Attribution-ShareAlike 4.0 International Licence.&lt;/p&gt; &lt;p&gt;This licence provides the user with the freedom to use, adapt and redistribute this data. In return the user must publish any derivative work under a similarly open licence, attributing Libraries.io as a data source. The full text of the licence is included in the data.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Access, Attribution and Citation&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The dataset is available to download from Zenodo at https://zenodo.org/record/808273.&lt;/p&gt; &lt;p&gt;Please attribute Libraries.io as a data source by including the words ‘Includes data from Libraries.io’ and reference the Digital Object identifier: 10.5281/Zenodo.808273.&lt;/p&gt;</dct:description>
    <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
    <dct:accessRights>
      <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
        <rdfs:label>Open Access</rdfs:label>
      </dct:RightsStatement>
    </dct:accessRights>
    <dcat:distribution>
      <dcat:Distribution>
        <dct:license rdf:resource="https://creativecommons.org/licenses/by-sa/4.0/legalcode"/>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.808273"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.808273"/>
        <dcat:byteSize>5894601554</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/808273/files/Libraries.io-open-data-1.0.0.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
18,715
43,283
views
downloads
All versions This version
Views 18,7154,760
Downloads 43,2831,558
Data volume 770.4 TB9.2 TB
Unique views 14,8404,189
Unique downloads 11,3201,165

Share

Cite as