@prefix rdfs: . @prefix rdf: . @prefix spdx: . @prefix doap: . a spdx:Package ; spdx:checksum [ a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" ] ; spdx:copyrightText "Copyright 2010, 2011 Source Auditor Inc." ; spdx:description "This utility translates and SPDX RDF XML document to a spreadsheet, translates a spreadsheet to an SPDX RDF XML document and translates an SPDX RDFa document to an SPDX RDF XML document." ; spdx:downloadLocation "http://git.spdx.org/?p=spdx-tools.git;a=summary" ; spdx:hasFile _:b1 , _:b2 , _:b3 ; spdx:licenseComments "The declared license information can be found in the NOTICE file at the root of the archive file" ; spdx:licenseConcluded [ a spdx:ConjunctiveLicenseSet ; spdx:member _:b4 , _:b5 , _:b6 , , _:b7 , , ] ; spdx:licenseDeclared [ a spdx:ConjunctiveLicenseSet ; spdx:member _:b4 , _:b5 , _:b6 , _:b7 , , ] ; spdx:licenseInfoFromFiles _:b4 , _:b5 , _:b6 , , _:b7 , , ; spdx:name "SPDX Translator" ; spdx:originator "Organization:SPDX" ; spdx:packageFileName "spdxtranslator-1.2.zip" ; spdx:packageVerificationCode [ a spdx:PackageVerificationCode ; spdx:packageVerificationCodeExcludedFile "SpdxTranslatorSpdx.txt" , "SpdxTranslatorSpdx.rdf" ; spdx:packageVerificationCodeValue "4e3211c67a2d28fced849ee1bb76e7391b93feba" ] ; spdx:sourceInfo "Version 1.0 of the SPDX Translator application" ; spdx:summary "SPDX Translator utility" ; spdx:supplier "Organization:Linux Foundation" ; spdx:versionInfo "Version1.2.0" ; doap:homepage "http://www.spdx.org/tools" . _:b1 a spdx:File ; rdfs:comment "This file is used by Jena" ; spdx:artifactOf [ a doap:Project ; doap:homepage ; doap:name "Apache Commons Lang" ] ; spdx:checksum [ a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "c2b4e1c67a2d28fced849ee1bb76e7391b93f125" ] ; spdx:copyrightText "Copyright 2001-2011 The Apache Software Foundation" ; spdx:fileContributor "Apache Software Foundation" ; spdx:fileName "lib-source/commons-lang3-3.1-sources.jar" ; spdx:fileType spdx:fileType_archive ; spdx:licenseComments "" ; spdx:licenseConcluded ; spdx:licenseInfoInFile ; spdx:noticeText """Apache Commons Lang Copyright 2001-2011 The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). This product includes software from the Spring Framework, under the Apache License 2.0 (see: StringUtils.containsWhitespace())""" . [] a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "0000000000000000000000000000000000000000" . _:b4 a spdx:ExtractedLicensingInfo ; spdx:extractedText """/* * (c) Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */""" ; spdx:licenseId "LicenseRef-1" . [] a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "0000000000000000000000000000000000000000" . [] a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "0000000000000000000000000000000000000000" . _:b7 a spdx:ExtractedLicensingInfo ; rdfs:comment "This is tye CyperNeko License" ; rdfs:seeAlso "http://people.apache.org/~andyc/neko/LICENSE" , "http://justasample.url.com" ; spdx:extractedText """The CyberNeko Software License, Version 1.0 (C) Copyright 2002-2005, Andy Clark. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: \"This product includes software developed by Andy Clark.\" Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. 4. The names \"CyberNeko\" and \"NekoHTML\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact andyc@cyberneko.net. 5. Products derived from this software may not be called \"CyberNeko\", nor may \"CyberNeko\" appear in their name, without prior written permission of the author. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.""" ; spdx:licenseId "LicenseRef-3" ; spdx:licenseName "CyberNeko License" . _:b2 a spdx:File ; spdx:checksum [ a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" ] ; spdx:copyrightText "Copyright 2010, 2011 Source Auditor Inc." ; spdx:fileContributor "Open Logic Inc." , "Black Duck Software In.c" , "Source Auditor Inc." , "SPDX Technical Team Members" , "Protecode Inc." ; spdx:fileDependency _:b1 , _:b3 ; spdx:fileName "src/org/spdx/parser/DOAPProject.java" ; spdx:fileType spdx:fileType_source ; spdx:licenseComments "" ; spdx:licenseConcluded ; spdx:licenseInfoInFile . _:b5 a spdx:ExtractedLicensingInfo ; spdx:extractedText """/* * (c) Copyright 2009 University of Bristol * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */""" ; spdx:licenseId "LicenseRef-4" . _:b6 a spdx:ExtractedLicensingInfo ; spdx:extractedText """This package includes the GRDDL parser developed by Hewlett Packard under the following license: � Copyright 2007 Hewlett-Packard Development Company, LP Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.""" ; spdx:licenseId "LicenseRef-2" . a spdx:SpdxDocument ; rdfs:comment "This is a sample spreadsheet" ; spdx:creationInfo [ a spdx:CreationInfo ; rdfs:comment "This is an example of an SPDX spreadsheet format" ; spdx:created "2010-02-03T00:00:00Z" ; spdx:creator "Organization: Source Auditor Inc." , "Person: Gary O'Neall" , "Tool: SourceAuditor-V1.2" ; spdx:licenseListVersion "1.19" ] ; spdx:dataLicense ; spdx:describesPackage ; spdx:hasExtractedLicensingInfo _:b4 , _:b5 , _:b6 , _:b7 ; spdx:referencesFile _:b1 , _:b2 , _:b3 ; spdx:reviewed [ a spdx:Review ; rdfs:comment "Another example reviewer." ; spdx:reviewDate "2011-03-13T00:00:00Z" ; spdx:reviewer "Person: Suzanne Reviewer" ] ; spdx:reviewed [ a spdx:Review ; rdfs:comment "This is just an example. Some of the non-standard licenses look like they are actually BSD 3 clause licenses" ; spdx:reviewDate "2010-02-10T00:00:00Z" ; spdx:reviewer "Person: Joe Reviewer" ] ; spdx:specVersion "SPDX-1.2" . [] a spdx:Review ; rdfs:comment "Another example reviewer." ; spdx:reviewDate "2011-03-13T00:00:00Z" ; spdx:reviewer "Person: Suzanne Reviewer" . _:b3 a spdx:File ; rdfs:comment "This file belongs to Jena" ; spdx:artifactOf [ a doap:Project ; doap:homepage ; doap:name "Jena" ] ; spdx:checksum [ a spdx:Checksum ; spdx:algorithm spdx:checksumAlgorithm_sha1 ; spdx:checksumValue "3ab4e1c67a2d28fced849ee1bb76e7391b93f125" ] ; spdx:copyrightText "(c) Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP" ; spdx:fileContributor "Apache Software Foundation" , "Hewlett Packard Inc." ; spdx:fileDependency _:b1 ; spdx:fileName "lib-source/jena-2.6.3-sources.jar" ; spdx:fileType spdx:fileType_archive ; spdx:licenseComments "This license is used by Jena" ; spdx:licenseConcluded _:b4 ; spdx:licenseInfoInFile _:b4 .