Namespace(rdf = ) Namespace(owl = ) Namespace(xsd = ) Namespace(rdfs = ) Namespace(a = ) Namespace(b = ) Namespace(c = <#>) Namespace(d = ) Namespace(e = ) Ontology( Annotation(rdfs:comment "

This specification describes the SPDX language, defined as a dictionary of named properties and classes using W3C's RDF Technology.

SPDX is a designed to allow the exchange of data about software packages. This information includes general information about the package, licensing information about the package as a whole, a manifest of files contained in the package and licensing information related to the contained files.

"^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) Annotation(owl:versionInfo "1.1-DRAFT (03 Apr 2012 00:44 UTC 7e18d4)") ObjectProperty(a:algorithm domain(a:Checksum) range(oneOf(a:checksumAlgorithm_sha1))) ObjectProperty(a:artifactOf domain(a:File) range(b:Project)) ObjectProperty(a:checksum domain(unionOf(a:Package a:File)) range(a:Checksum)) ObjectProperty(a:copyrightText domain(unionOf(a:Package a:File)) range(unionOf(oneOf(a:noassertion) rdfs:Literal oneOf(a:none)))) ObjectProperty(a:creationInfo domain(a:SpdxDocument) range(a:CreationInfo)) ObjectProperty(a:dataLicense domain(a:SpdxDocument) range(oneOf())) ObjectProperty(a:describesPackage domain(a:SpdxDocument) range(a:Package)) ObjectProperty(a:fileType domain(a:File) range(oneOf(a:fileType_source a:fileType_other a:fileType_archive a:fileType_binary))) ObjectProperty(a:hasExtractedLicensingInfo domain(a:SpdxDocument) range(a:ExtractedLicensingInfo)) ObjectProperty(a:hasFile domain(a:Package) range(a:File)) ObjectProperty(a:isOsiApproved domain(a:License) range(xsd:boolean)) ObjectProperty(a:licenseConcluded domain(unionOf(a:Package a:File)) range(unionOf(oneOf(a:noassertion) a:AnyLicenseInfo oneOf(a:none)))) ObjectProperty(a:licenseDeclared domain(a:Package) range(unionOf(oneOf(a:noassertion) a:AnyLicenseInfo oneOf(a:none)))) ObjectProperty(a:licenseInfoFromFiles domain(a:Package) range(unionOf(a:SimpleLicenseInfo oneOf(a:noassertion) oneOf(a:none)))) ObjectProperty(a:licenseInfoInFile domain(a:File) range(unionOf(a:SimpleLicenseInfo oneOf(a:noassertion) oneOf(a:none)))) ObjectProperty(a:member domain(unionOf(a:DisjunctiveLicenseSet a:ConjunctiveLicenseSet)) range(a:AnyLicenseInfo)) ObjectProperty(a:originator domain(a:Package) range(unionOf(oneOf(a:noassertion) xsd:string))) ObjectProperty(a:packageVerificationCode domain(a:Package) range(a:PackageVerificationCode)) ObjectProperty(a:referencesFile domain(a:SpdxDocument) range(a:File)) ObjectProperty(a:reviewed domain(a:SpdxDocument) range(a:Review)) ObjectProperty(a:supplier domain(a:Package) range(unionOf(oneOf(a:noassertion) xsd:string))) ObjectProperty(d:icon) ObjectProperty(d:stylesheet) ObjectProperty(rdfs:label) DatatypeProperty(a:checksumValue domain(a:Checksum) range(xsd:hexBinary)) DatatypeProperty(a:created domain(a:CreationInfo) range(xsd:dateTime)) DatatypeProperty(a:creator domain(a:CreationInfo) range(xsd:string)) DatatypeProperty(a:description domain(a:Package) range(xsd:string)) DatatypeProperty(a:downloadLocation domain(a:Package) range(xsd:anyURI)) DatatypeProperty(a:extractedText domain(a:ExtractedLicensingInfo) range(xsd:string)) DatatypeProperty(a:fileName domain(a:File) range(xsd:string)) DatatypeProperty(a:licenseComments domain(unionOf(a:Package a:File)) range(xsd:string)) DatatypeProperty(a:licenseId domain(unionOf(a:License a:ExtractedLicensingInfo)) range(xsd:string)) DatatypeProperty(a:licenseText domain(a:License) range(xsd:string)) DatatypeProperty(a:name domain(a:Package) range(xsd:string)) DatatypeProperty(a:packageFileName domain(a:Package) range(xsd:string)) DatatypeProperty(a:packageVerificationCodeExcludedFile domain(a:PackageVerificationCode) range(xsd:string)) DatatypeProperty(a:packageVerificationCodeValue domain(a:PackageVerificationCode) range(xsd:hexBinary)) DatatypeProperty(a:reviewDate domain(a:Review) range(xsd:dateTime)) DatatypeProperty(a:reviewer domain(a:Review) range(xsd:string)) DatatypeProperty(a:sourceInfo domain(a:Package) range(xsd:string)) DatatypeProperty(a:specVersion domain(a:SpdxDocument) range(xsd:string)) DatatypeProperty(a:summary domain(a:Package) range(xsd:string)) DatatypeProperty(a:versionInfo domain(a:Package) range(xsd:string)) DatatypeProperty(rdfs:comment) DatatypeProperty(e:term_status) Class(<#genid-g2158687740> partial) Class(a:AnyLicenseInfo complete unionOf(a:DisjunctiveLicenseSet a:License a:ConjunctiveLicenseSet a:ExtractedLicensingInfo)) Class(a:AnyLicenseInfo partial annotation(rdfs:comment "The AnyLicenseInfo class includes all resources that represent licensing information."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:Checksum partial restriction(a:checksumValue cardinality(1)) restriction(a:algorithm cardinality(1))) Class(a:Checksum partial annotation(rdfs:comment "A Checksum is value that allows the contents of a file to be authenticated. Even small changes to the content of the file will change it's checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:ConjunctiveLicenseSet partial restriction(a:member minCardinality(2)) rdfs:Container) Class(a:ConjunctiveLicenseSet partial annotation(rdfs:comment "A ConjunctiveLicenseSet represents a set of licensing information all of which apply."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:CreationInfo partial restriction(a:created cardinality(1)) restriction(rdfs:comment maxCardinality(1)) restriction(a:creator minCardinality(1))) Class(a:CreationInfo partial annotation(rdfs:comment "A CreationInfo provides information about the individuals, organizations and tools involved in the creation of an SpdxDocument."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:DisjunctiveLicenseSet partial restriction(a:member minCardinality(2)) rdfs:Container) Class(a:DisjunctiveLicenseSet partial annotation(rdfs:comment "A DisjunctiveLicenseSet represents a set of licensing information where only one license applies at a time. This class implies that the recipient gets to choose one of these licenses they would prefer to use."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:ExtractedLicensingInfo partial restriction(a:licenseId cardinality(1)) restriction(a:extractedText cardinality(1))) Class(a:ExtractedLicensingInfo partial annotation(rdfs:comment "An ExtractedLicensingInfo represents a license or licensing notice that was found in the package. Any license text that is recognized as a license may be represented as a License rather than an ExtractedLicensingInfo."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:File partial restriction(a:copyrightText cardinality(1)) restriction(a:licenseInfoInFile minCardinality(1)) restriction(a:licenseComments maxCardinality(1)) restriction(a:fileType maxCardinality(1)) restriction(a:licenseConcluded cardinality(1)) restriction(a:fileName cardinality(1)) restriction(a:checksum cardinality(1)) restriction(a:artifactOf maxCardinality(1))) Class(a:File partial annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "A File represents a named sequence of information that is contained in a software package."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) ) Class(a:License partial restriction(a:licenseId cardinality(1)) restriction(rdfs:label maxCardinality(1)) <#genid-g2158687740> restriction(a:licenseText cardinality(1)) restriction(a:isOsiApproved cardinality(1))) Class(a:License partial annotation(rdfs:comment "A License represents a software copyright license. This class is used by the SPDX license list to represent standard licenses."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:Package partial restriction(a:versionInfo maxCardinality(1)) restriction(a:licenseDeclared cardinality(1)) restriction(a:summary maxCardinality(1)) restriction(a:checksum maxCardinality(1)) restriction(a:packageVerificationCode cardinality(1)) restriction(a:supplier maxCardinality(1)) restriction(a:originator maxCardinality(1)) restriction(a:description maxCardinality(1)) restriction(a:copyrightText cardinality(1)) restriction(a:hasFile minCardinality(1)) restriction(a:licenseInfoFromFiles minCardinality(1)) restriction(a:sourceInfo maxCardinality(1)) restriction(a:licenseComments maxCardinality(1)) restriction(a:name cardinality(1)) restriction(a:licenseConcluded cardinality(1)) restriction(a:packageFileName cardinality(1)) restriction(a:downloadLocation cardinality(1))) Class(a:Package partial annotation(rdfs:comment "A Package represents a collection of software files that are delivered as a single functional component."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:PackageVerificationCode partial restriction(a:packageVerificationCodeValue cardinality(1))) Class(a:PackageVerificationCode partial annotation(rdfs:comment "A PackageVerificationCode is a value that allows authentication of the package. This differs from the Checksum in that it uses an algorithm that allows the SPDX file to be embedded in the package. This verification code is produced using a cryptographic hash algorithm applied to a manifest of the package. Some files in the package (e.g. the SPDX files) are explicitly excluded from the verification code. This allows those excluded files to not impact the verification code."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:Review partial restriction(a:reviewDate cardinality(1)) restriction(rdfs:comment maxCardinality(1)) restriction(a:reviewer cardinality(1))) Class(a:Review partial annotation(rdfs:comment "A Review represents an audit and signoff by an individual, organization or tool on the information in an SpdxDocument."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:SimpleLicenseInfo complete unionOf(a:License a:ExtractedLicensingInfo)) Class(a:SimpleLicenseInfo partial annotation(rdfs:comment "The SimpleLicenseInfo class includes all resources that represent simple, atomic, licensing information."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) ) Class(a:SpdxDocument partial restriction(a:creationInfo cardinality(1)) restriction(a:specVersion cardinality(1)) restriction(a:referencesFile minCardinality(1)) restriction(a:describesPackage cardinality(1)) restriction(rdfs:comment maxCardinality(1)) restriction(a:dataLicense cardinality(1))) Class(a:SpdxDocument partial annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "An SdpxDocument is a summary of the contents, provenance, ownership and licensing analysis of a specific software package. This is, effectively, the top level of SPDX information."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) ) Class(b:Project partial) Class(rdfs:Container partial) Class(rdfs:Literal partial) Class(xsd:boolean partial) Class(xsd:string partial) Class(owl:Thing partial) AnnotationProperty(rdfs:comment) AnnotationProperty(rdfs:isDefinedBy) AnnotationProperty(owl:versionInfo) Individual() Individual( value(d:stylesheet ) value(d:stylesheet ) value(d:stylesheet ) value(d:icon )) Individual(a:AnyLicenseInfo value(e:term_status "stable")) Individual(a:Checksum value(e:term_status "stable")) Individual(a:ConjunctiveLicenseSet value(e:term_status "stable")) Individual(a:CreationInfo value(e:term_status "stable")) Individual(a:DisjunctiveLicenseSet value(e:term_status "stable")) Individual(a:ExtractedLicensingInfo value(e:term_status "stable")) Individual(a:File value(e:term_status "stable")) Individual(a:License value(e:term_status "stable")) Individual(a:Package value(e:term_status "stable")) Individual(a:PackageVerificationCode value(e:term_status "stable")) Individual(a:Review value(e:term_status "stable")) Individual(a:SimpleLicenseInfo value(e:term_status "stable")) Individual(a:SpdxDocument value(e:term_status "stable")) Individual(a:algorithm value(e:term_status "stable")) Individual(a:artifactOf value(e:term_status "stable")) Individual(a:checksum value(e:term_status "stable")) Individual(a:checksumAlgorithm_sha1 annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "Indicates the algorithm used was SHA-1"^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) type(owl:Thing) value(e:term_status "stable")) Individual(a:checksumValue value(e:term_status "stable")) Individual(a:copyrightText value(e:term_status "stable")) Individual(a:created value(e:term_status "stable")) Individual(a:creationInfo value(e:term_status "stable")) Individual(a:creator value(e:term_status "stable")) Individual(a:dataLicense value(e:term_status "stable")) Individual(a:describesPackage value(e:term_status "stable")) Individual(a:description value(e:term_status "stable")) Individual(a:downloadLocation value(e:term_status "stable")) Individual(a:extractedText value(e:term_status "stable")) Individual(a:fileName value(e:term_status "stable")) Individual(a:fileType value(e:term_status "stable")) Individual(a:fileType_archive annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "Indicates the file is an archive file.") type(owl:Thing) value(e:term_status "stable")) Individual(a:fileType_binary annotation(rdfs:comment "Indicates the file is not a text file. spdx:filetype_archive is preferred for archive files even though they are binary."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) type(owl:Thing) value(e:term_status "stable")) Individual(a:fileType_other annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "Indicates the file is not a source, archive or binary file."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) type(owl:Thing) value(e:term_status "stable")) Individual(a:fileType_source annotation(rdfs:comment "Indicates the file is a source code file.") annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) type(owl:Thing) value(e:term_status "stable")) Individual(a:hasExtractedLicensingInfo value(e:term_status "stable")) Individual(a:hasFile value(e:term_status "stable")) Individual(a:isOsiApproved value(e:term_status "testing")) Individual(a:licenseComments value(e:term_status "stable")) Individual(a:licenseConcluded value(e:term_status "stable")) Individual(a:licenseDeclared value(e:term_status "stable")) Individual(a:licenseId value(e:term_status "stable")) Individual(a:licenseInfoFromFiles value(e:term_status "stable")) Individual(a:licenseInfoInFile value(e:term_status "stable")) Individual(a:licenseText value(e:term_status "stable")) Individual(a:member value(e:term_status "stable")) Individual(a:name value(e:term_status "stable")) Individual(a:noassertion annotation(rdfs:comment "Indicates that the preparer of the SPDX document is not making any assertion regarding the value of this field.") annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) type(owl:Thing) value(e:term_status "stable")) Individual(a:none annotation(rdfs:isDefinedBy http://spdx.org/rdf/terms) annotation(rdfs:comment "When this value is used as the object of a property it indicates that the preparer of the SpdxDocument believes that there is no value for the property. This value should only be used if there is sufficient evidence to support this assertion."^^http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral) type(owl:Thing) value(e:term_status "stable")) Individual(a:originator value(e:term_status "stable")) Individual(a:packageFileName value(e:term_status "stable")) Individual(a:packageVerificationCode value(e:term_status "stable")) Individual(a:packageVerificationCodeExcludedFile value(e:term_status "stable")) Individual(a:packageVerificationCodeValue value(e:term_status "stable")) Individual(a:referencesFile value(e:term_status "stable")) Individual(a:reviewDate value(e:term_status "stable")) Individual(a:reviewed value(e:term_status "stable")) Individual(a:reviewer value(e:term_status "stable")) Individual(a:sourceInfo value(e:term_status "stable")) Individual(a:specVersion value(e:term_status "stable")) Individual(a:summary value(e:term_status "stable")) Individual(a:supplier value(e:term_status "stable")) Individual(a:versionInfo value(e:term_status "stable")) Individual() Individual() Individual() Individual() )