Tilting at Windmills: Sipping Bill of Materials

Curious what this is about? In honor of the NTIA Software Transparency / Software Bill of Materials (SBOM) project, we have chosen to make these Sipping Bill of Materials available. Please consult your local hacker economist to learn how you can get involved with the NTIA SBOM project.

CycloneDX Format

<?xml version="1.0"?>
<bom serialNumber="url:https://narwhal.be/2019/sbom/tiltingatwindmills/" version="1" xmlns="http://cyclonedx.org/schema/bom/1.1" xmlns:prep="urn:prep:instructions">
    <components>  
        <component type="library">
            <publisher>The Woodford Reserve Distillery</publisher>
            <name>Woodford Reserve Kentucky Straight Bourbon</name>
            <description>The art of making fine bourbon first took place on the site of the Woodford Reserve Distillery, a National Historic Landmark, in 1812. The perfectly balanced taste of our Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavor notes, from bold grain and wood, to sweet aromatics, spice, and fruit & floral notes.</description>
            <scope>2 oz</scope>
        </component>  
        <component type="library">
            <publisher>John DeKuyper & Sons</publisher>
            <name>Créme de Cocoa Dark</name>
            <description></description>
            <scope>1 oz</scope>
        </component>  
        <component type="library">
            <publisher>Sorfinn Limited</publisher>
            <name>Frangelico</name>
            <description></description>
            <scope>0.25 oz</scope>
        </component>  
        <component type="library">
            <publisher>Flamingo Hotel and Casino</publisher>
            <name>Hotel Ice</name>
            <description>Locally manufactured by an ice machine on this very floor.</description>
            <scope>1 amount</scope>
        </component> 
    </components>
    <prep:instructions>Stir in mixing glass; strain.</prep:instructions>
</bom>

SWID Format

<?xml version="1.0"?>
<SoftwareIdentity
    name="Tilting at Windmills"
    tagId="urn:tilting-at-windmills"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
  
    <Link rel="requires" href="urn:the-woodford-reserve-distillery-woodford-reserve-kentucky-straight-bourbon" />   
    <Link rel="requires" href="urn:john-dekuyper-sons-créme-de-cocoa-dark" />   
    <Link rel="requires" href="urn:sorfinn-limited-frangelico" />   
    <Link rel="requires" href="urn:flamingo-hotel-and-casino-hotel-ice" /> 
    <Meta entitlementDataRequired="false" summary="Stir in mixing glass; strain." />
</SoftwareIdentity>

 
<SoftwareIdentity
    name="Woodford Reserve Kentucky Straight Bourbon"
    tagId="urn:the-woodford-reserve-distillery-woodford-reserve-kentucky-straight-bourbon"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="The Woodford Reserve Distillery" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="2 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Créme de Cocoa Dark"
    tagId="urn:john-dekuyper-sons-créme-de-cocoa-dark"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="John DeKuyper & Sons" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Frangelico"
    tagId="urn:sorfinn-limited-frangelico"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="Sorfinn Limited" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="0.25 oz" />
</SoftwareIdentity>
 
<SoftwareIdentity
    name="Hotel Ice"
    tagId="urn:flamingo-hotel-and-casino-hotel-ice"
    tagVersion="1"
    xml:lang="en"	
    xmlns:vTag="http://tagvault.org/xsd/swid-extensions-2015.xsd"
    xmlns="http://standards.iso.org/iso/19770/-2/2015/schema.xsd" 
    xmlns:n8060="http://csrc.nist.gov/schema/swid/2015-extensions/swid-2015-extensions-1.0.xsd">
    <Entity name="Narwhal" role="tagCreator" />
    <Entity name="Flamingo Hotel and Casino" role="softwareCreator" />
    <Meta entitlementDataRequired="false" summary="1 amount" />
</SoftwareIdentity>

SPDX Format

DocumentName: Tilting at Windmills
SPDXID: tilting-at-windmills
DocumentComment: <text>Stir in mixing glass; strain.</text>
## Creation Information
Creator: Tool: Jekyll
Creator: Organization: Narwhal
 
FileName: Woodford Reserve Kentucky Straight Bourbon
SPDXID: woodford-reserve-kentucky-straight-bourbon
FileComment: <text>2 oz</text>
FileContributor: The Woodford Reserve Distillery
 
FileName: Créme de Cocoa Dark
SPDXID: créme-de-cocoa-dark
FileComment: <text>1 oz</text>
FileContributor: John DeKuyper & Sons
 
FileName: Frangelico
SPDXID: frangelico
FileComment: <text>0.25 oz</text>
FileContributor: Sorfinn Limited
 
FileName: Hotel Ice
SPDXID: hotel-ice
FileComment: <text>1 amount</text>
FileContributor: Flamingo Hotel and Casino


JSON Format

{
    "shortname": "tiltingatwindmills",
    "name": "Tilting at Windmills",
    "ingredients": [  
        {
            "name": "Woodford Reserve Kentucky Straight Bourbon",
            "manufacturer": "The Woodford Reserve Distillery",
            "notes": "The art of making fine bourbon first took place on the site of the Woodford Reserve Distillery, a National Historic Landmark, in 1812. The perfectly balanced taste of our Kentucky Straight Bourbon Whiskey is comprised of more than 200 detectable flavor notes, from bold grain and wood, to sweet aromatics, spice, and fruit & floral notes.",
            "quantity": 2,
            "unit": "oz"
        },  
        {
            "name": "Créme de Cocoa Dark",
            "manufacturer": "John DeKuyper & Sons",
            "notes": "",
            "quantity": 1,
            "unit": "oz"
        },  
        {
            "name": "Frangelico",
            "manufacturer": "Sorfinn Limited",
            "notes": "",
            "quantity": 0.25,
            "unit": "oz"
        },  
        {
            "name": "Hotel Ice",
            "manufacturer": "Flamingo Hotel and Casino",
            "notes": "Locally manufactured by an ice machine on this very floor.",
            "quantity": 1,
            "unit": "amount"
        }, 
    ],
    "instructions": "Stir in mixing glass; strain."
}