Software Open Access

Supplement for "Aesop: White-Box Best-First Proof Search for Lean"

Limperg, Jannis Limperg; From, Asta Halkjær


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.7430173">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.7430173</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.7430173"/>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0002-8861-5231">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-8861-5231</dct:identifier>
        <foaf:name>Limperg, Jannis Limperg</foaf:name>
        <foaf:givenName>Jannis Limperg</foaf:givenName>
        <foaf:familyName>Limperg</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Vrije Universiteit Amsterdam</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0002-3601-0804">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-3601-0804</dct:identifier>
        <foaf:name>From, Asta Halkjær</foaf:name>
        <foaf:givenName>Asta Halkjær</foaf:givenName>
        <foaf:familyName>From</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Technical University of Denmark</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>Supplement for "Aesop: White-Box Best-First Proof Search for Lean"</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">2022</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-12-11</dct:issued>
    <dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/>
    <owl:sameAs rdf:resource="https://zenodo.org/record/7430173"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/7430173</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:relation rdf:resource="https://doi.org/10.1145/3573105.3575671"/>
    <dct:relation rdf:resource="https://doi.org/10.5281/zenodo.7430233"/>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.7424818"/>
    <owl:versionInfo>2</owl:versionInfo>
    <dct:description>&lt;p&gt;This is the supplement for the paper &amp;quot;Aesop: White-Box Best-First Proof Search for Lean&amp;quot;, presented at CPP 2023.&lt;/p&gt; &lt;p&gt;There are two ways to use this artifact:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;aesop.tar.gz&lt;/code&gt; contains the source code of the version of Aesop discussed in the paper, as well as the test suite and a script for evaluating the case studies. After you&amp;#39;ve unpacked this archive, follow the instructions in the README to set up Lean 4, build Aesop and evaluate the case studies.&lt;/li&gt; &lt;li&gt;&lt;code&gt;aesop-artifact.ova&lt;/code&gt; is a virtual machine (running a Debian 11 Linux system with an LXQt desktop environment) which provides a full Lean 4 environment, including the Visual Studio Code text editor with the Lean 4 extension pre-installed. To access the virtual machine, run it (with e.g. VirtualBox, VMWare or QEMU) and log in as user &amp;quot;artifact&amp;quot; with password &amp;quot;password&amp;quot;. The folder &lt;code&gt;/home/artifact/aesop&lt;/code&gt; contains the contents of &lt;code&gt;aesop.tar.gz&lt;/code&gt;, including the README with further instructions. You can skip the &amp;quot;Building Aesop&amp;quot; section of the README since we have already performed these steps for you. To start Visual Studio Code, click on the corresponding Desktop icon; this should automatically open the Aesop folder and start the Lean 4 server. If you need root access, use &lt;code&gt;sudo&lt;/code&gt; with password &amp;quot;password&amp;quot;.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;This version fixes a minor configuration issue with the VM and is otherwise identical to version 1.&lt;/p&gt;</dct:description>
    <dct:description>Partly funded by NWO grant 016.Vidi.189.037 (Lean Forward).</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/4.0/legalcode"/>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7430173"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7430173"/>
        <dcat:byteSize>3145397248</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/7430173/files/aesop-artifact.ova"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7430173"/>
        <dcat:byteSize>131566</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/7430173/files/aesop.tar.gz"/>
        <dcat:mediaType>application/x-tar</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
49
9
views
downloads
All versions This version
Views 4934
Downloads 94
Data volume 12.6 GB3.1 GB
Unique views 3829
Unique downloads 63

Share

Cite as