glam/data/ontology/spdx2.owl
2026-02-08 19:22:13 +01:00

3432 lines
174 KiB
Text

<?xml version="1.0"?>
<rdf:RDF xmlns="http://spdx.org/rdf/terms#"
xml:base="http://spdx.org/rdf/terms"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://spdx.org/rdf/terms">
<owl:versionIRI rdf:resource="http://spdx.org/rdf/terms/2.2"/>
<rdfs:comment>This specification describes the SPDX® language, defined as a dictionary of named properties and classes using W3C&apos;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.
Known issues:</rdfs:comment>
<rdfs:label>SPDX 2.2</rdfs:label>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.2</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:AnnotationProperty>
<!-- http://www.w3.org/2002/07/owl#deprecatedClass -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#deprecatedClass"/>
<!-- http://www.w3.org/2002/07/owl#deprecatedProperty -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#deprecatedProperty"/>
<!-- http://www.w3.org/2002/07/owl#qualifiedCardinality -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#qualifiedCardinality"/>
<!-- http://www.w3.org/2003/06/sw-vocab-status/ns#term_status -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
<rdfs:isDefinedBy>http://spdx.org/rdf/terms#</rdfs:isDefinedBy>
<ns:term_status>stable</ns:term_status>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://spdx.org/rdf/terms#algorithm -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#algorithm">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
<rdfs:comment xml:lang="en">Identifies the algorithm used to produce the subject Checksum. Currently, SHA-1 is the only supported algorithm. It is anticipated that other algorithms will be supported at a later time.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#annotation -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#annotation">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
<rdfs:comment xml:lang="en">Provide additional information about an SpdxElement.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#annotationType -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#annotationType">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotationType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#annotationType_other"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotationType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#annotationType_review"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Type of the annotation.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#artifactOf -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#artifactOf">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:range rdf:resource="http://usefulinc.com/ns/doap#Project"/>
<rdfs:comment xml:lang="en">Indicates the project in which the SpdxElement originated. Tools must preserve doap:homepage and doap:name properties and the URI (if one is known) of doap:Project resources that are values of this property. All other properties of doap:Projects are not directly supported by SPDX and may be dropped when translating to or from some SPDX formats.</rdfs:comment>
<owl:deprecatedProperty xml:lang="en">Deprecated as of version 2.1</owl:deprecatedProperty>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#checksum -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#checksum">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#File"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Package"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
<rdfs:comment xml:lang="en">The checksum property provides a mechanism that can be used to verify that the contents of a File or Package have not changed.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#creationInfo -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#creationInfo">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#CreationInfo"/>
<rdfs:comment xml:lang="en">The creationInfo property relates an SpdxDocument to a set of information about the creation of the SpdxDocument.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#crossRef -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#crossRef">
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<rdfs:comment xml:lang="en">Cross Reference Detail for a license SeeAlso URL</rdfs:comment>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#dataLicense -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#dataLicense">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#dataLicense"/>
<owl:hasValue rdf:resource="http://spdx.org/licenses/CC0-1.0"/>
</owl:Restriction>
</rdfs:range>
<rdfs:comment xml:lang="en">Compliance with the SPDX specification includes populating the SPDX fields therein with data related to such fields (&quot;SPDX-Metadata&quot;). The SPDX specification contains numerous fields where an SPDX document creator may provide relevant explanatory text in SPDX-Metadata. Without opining on the lawfulness of &quot;database rights&quot; (in jurisdictions where applicable), such explanatory text is copyrightable subject matter in most Berne Convention countries. By using the SPDX specification, or any portion hereof, you hereby agree that any copyright rights (as determined by your jurisdiction) in any SPDX-Metadata, including without limitation explanatory text, shall be subject to the terms of the Creative Commons CC0 1.0 Universal license. For SPDX-Metadata not containing any copyright rights, you hereby agree and acknowledge that the SPDX-Metadata is provided to you &quot;as-is&quot; and without any representations or warranties of any kind concerning the SPDX-Metadata, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non-infringement, or the absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#describesPackage -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#describesPackage">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:comment xml:lang="en">The describesPackage property relates an SpdxDocument to the package which it describes.</rdfs:comment>
<owl:deprecatedProperty></owl:deprecatedProperty>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#externalDocumentRef -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#externalDocumentRef">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:comment xml:lang="en">Identify any external SPDX documents referenced within this SPDX document.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#externalRef -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#externalRef">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#ExternalRef"/>
<rdfs:comment xml:lang="en">An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#fileDependency -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#fileDependency">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#File"/>
<owl:deprecated xml:lang="en">This field is deprecated since SPDX 2.0 in favor of using Section 7 which provides more granularity about relationships.</owl:deprecated>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#fileType -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#fileType">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#fileType_archive"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#fileType_binary"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#fileType_other"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#fileType_source"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">The type of the file.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#hasExtractedLicensingInfo -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#hasExtractedLicensingInfo">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExtractedLicensingInfo"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:comment xml:lang="en">Indicates that a particular ExtractedLicensingInfo was defined in the subject SpdxDocument.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#hasFile -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#hasFile">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:comment xml:lang="en">Indicates that a particular file belongs to a package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseConcluded -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseConcluded">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseConcluded"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseConcluded"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">The licensing that the preparer of this SPDX document has concluded, based on the evidence, actually applies to the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseDeclared -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseDeclared">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:comment xml:lang="en">The licensing that the creators of the software in the package, or the packager, have declared. Declarations by the original software creator should be preferred, if they exist.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseException -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseException">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#WithExceptionOperator"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:comment xml:lang="en">An exception to a license.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseInfoFromFiles -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseInfoFromFiles">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoFromFiles"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoFromFiles"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseInfoInFile -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseInfoInFile">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#licenseInfoFromFiles"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInFile"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInFile"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Licensing information that was discovered directly in the subject file. This is also considered a declared license for the file.</rdfs:comment>
<ns:term_status>deprecated</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#licenseInfoInSnippet -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#licenseInfoInSnippet">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#licenseInfoFromFiles"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Snippet"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInFile"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInFile"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Licensing information that was discovered directly in the subject snippet. This is also considered a declared license for the snippet.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#member -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#member">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#ConjunctiveLicenseSet"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#DisjunctiveLicenseSet"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#WithExceptionOperator"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:comment xml:lang="en">A license, or other licensing information, that is a member of the subject license set.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#packageVerificationCode -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#packageVerificationCode">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#PackageVerificationCode"/>
<rdfs:comment xml:lang="en">A manifest based verification code (the algorithm is defined in section 3.9.4 of the full specification) of the package. This allows consumers of this data and/or database to determine if a package they have in hand is identical to the package from which the data was produced. This algorithm works even if the SPDX document is included in the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#range -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#range">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Snippet"/>
<rdfs:range rdf:resource="http://www.w3.org/2009/pointers#CompoundPointer"/>
<rdfs:comment xml:lang="en">This field defines the byte range in the original host file (in X.2) that the snippet information applies to</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#referenceCategory -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#referenceCategory">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExternalRef"/>
<rdfs:comment xml:lang="en">Category for the external reference</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#referenceType -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#referenceType">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExternalRef"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#ReferenceType"/>
<rdfs:comment xml:lang="en">Type of the external reference. These are definined in an appendix in the SPDX specification.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#referencesFile -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#referencesFile">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:comment xml:lang="en">Indicates that a particular file belongs as part of the set of analyzed files in the SpdxDocument.</rdfs:comment>
<owl:deprecatedProperty xml:lang="en">This property has been replaced by a relationship between the SPDX document and file with a &quot;contains&quot; relationship type.</owl:deprecatedProperty>
<ns:term_status xml:lang="en">deprecated</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#relatedSpdxElement -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#relatedSpdxElement">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Relationship"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:comment xml:lang="en">A related SpdxElement.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#relationship -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#relationship">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#Relationship"/>
<rdfs:comment xml:lang="en">Defines a relationship between two SPDX elements. The SPDX element may be a Package, File, or SpdxDocument.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#relationshipType -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#relationshipType">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Relationship"/>
<rdfs:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_amendment"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_ancestorOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_buildToolOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_containedBy"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_contains"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_copyOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_dataFile"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_dataFileOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_descendantOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_describedBy"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_describes"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_distributionArtifact"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_documentation"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_dynamicLink"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_expandedFromArchive"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_fileAdded"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_fileDeleted"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_fileModified"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_generatedFrom"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_generates"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_hasPrerequisite"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_metafileOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_optionalComponentOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_other"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_packageOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_patchApplied"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_patchFor"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_prerequisiteFor"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_staticLink"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_testcaseOf"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#relationshipType_variantOf"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<rdfs:comment xml:lang="en">Describes the type of relationship between two SPDX elements.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#reviewed -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#reviewed">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#Review"/>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#snippetFromFile -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#snippetFromFile">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Snippet"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:comment xml:lang="en">File containing the SPDX element (e.g. the file contaning a snippet).</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://spdx.org/rdf/terms#spdxDocument -->
<owl:ObjectProperty rdf:about="http://spdx.org/rdf/terms#spdxDocument">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExternalDocumentRef"/>
<rdfs:range rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:comment xml:lang="en">A property containing an SPDX document.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://www.w3.org/2000/01/rdf-schema#member -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#member"/>
<!-- http://www.w3.org/2009/pointers#endPointer -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2009/pointers#endPointer">
<rdfs:domain rdf:resource="http://www.w3.org/2009/pointers#CompoundPointer"/>
<rdfs:range rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://www.w3.org/2009/pointers#reference -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2009/pointers#reference">
<rdfs:domain rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!-- http://www.w3.org/2009/pointers#startPointer -->
<owl:ObjectProperty rdf:about="http://www.w3.org/2009/pointers#startPointer">
<rdfs:domain rdf:resource="http://www.w3.org/2009/pointers#CompoundPointer"/>
<rdfs:range rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://spdx.org/rdf/terms#annotationDate -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#annotationDate">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#date"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">Identify when the comment was made. This is to be specified according to the combined date and time in the UTC format, as specified in the ISO 8601 standard.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#annotator -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#annotator">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#attributionText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#attributionText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">This field provides a place for the SPDX data creator to record acknowledgements that may be required to be communicated in some contexts. This is not meant to include the actual complete license text (see licenseConculded and licenseDeclared), and may or may not include copyright notices (see also copyrightText). The SPDX data creator may use this field to record other acknowledgements, such as particular clauses from license texts, which may be necessary or desirable to reproduce.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#checksumValue -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#checksumValue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#hexBinary"/>
<rdfs:comment xml:lang="en">The checksumValue property provides a lower case hexidecimal encoded digest value produced using a specific algorithm.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#contextualExample -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#contextualExample">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ReferenceType"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">Example for use of the external repository identifier</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#copyrightText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#copyrightText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The text of copyright declarations recited in the Package or File.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#created -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#created">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#date"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CreationInfo"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">Identify when the SPDX file was originally created. The date is to be specified according to combined date and time in UTC format as specified in ISO 8601 standard. This field is distinct from the fields in section 8, which involves the addition of information during a subsequent review.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#creator -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#creator">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CreationInfo"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Identify who (or what, in the case of a tool) created the SPDX file. If the SPDX file was created by an individual, indicate the person&apos;s name. If the SPDX file was created on behalf of a company or organization, indicate the entity name. If the SPDX file was created using a software tool, indicate the name and version for that tool. If multiple participants or tools were involved, use multiple instances of this field. Person name or organization name may be designated as “anonymous” if appropriate.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#date -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#date">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Annotation"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#CreationInfo"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">A date-time stamp.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#deprecatedVersion -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#deprecatedVersion">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#ListedLicense"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#ListedLicenseException"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">License list version where this license was decprecated</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#description -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#description">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Provides a detailed description of the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#documentation -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#documentation">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ReferenceType"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">Website containing the documentation related to the repository identifier</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#downloadLocation -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#downloadLocation">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">The URI at which this package is available for download. Private (i.e., not publicly reachable) URIs are acceptable as values of this property. The values http://spdx.org/rdf/terms#none and http://spdx.org/rdf/terms#noassertion may be used to specify that the package is not downloadable or that no attempt was made to determine its download location, respectively.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#example -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#example">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Text for examples in describing an SPDX element.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#exceptionTextHtml -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#exceptionTextHtml">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ListedLicenseException"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">HTML representation of the License Exception Text</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#externalDocumentId -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#externalDocumentId">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExternalDocumentRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">externalDocumentId is a string containing letters, numbers, ., - and/or + which uniquely identifies an external document within this document.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#externalReferenceSite -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#externalReferenceSite">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ReferenceType"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">Website for the maintainers of the external reference site</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#extractedText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#extractedText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExtractedLicensingInfo"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Verbatim license or licensing notice text that was discovered.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#fileContributor -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#fileContributor">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">This field provides a place for the SPDX file creator to record file contributors. Contributors could include names of copyright holders and/or authors who may not be copyright holders yet contributed to the file content.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#fileName -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#fileName">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#name"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The name of the file relative to the root of the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#filesAnalyzed -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#filesAnalyzed">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">Indicates whether the file content of this package has been available for or subjected to analysis when creating the SPDX document. If false indicates packages that represent metadata or URI references to a project, product, artifact, distribution or a component. If set to false, the package must not contain any files.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isDeprecatedLicenseId -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isDeprecatedLicenseId">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ListedLicense"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isFsfLibre -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isFsfLibre">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isLive -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isLive">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">Indicate a URL is still a live accessible location on the public internet</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isOsiApproved -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isOsiApproved">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">Indicates if the OSI has approved the license.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isValid -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isValid">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">True if the URL is a valid well formed URL</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#isWayBackLink -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#isWayBackLink">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment xml:lang="en">True if the License SeeAlso URL points to a Wayback archive</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseComments -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseComments">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The licenseComments property allows the preparer of the SPDX document to describe why the licensing in spdx:licenseConcluded was chosen.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseExceptionId -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseExceptionId">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Short form license exception identifier in Appendix I.2 of the SPDX specification.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseExceptionTemplate -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseExceptionTemplate">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Template for matching license exception text</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseExceptionText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseExceptionText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Full text of the license exception.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseId -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseId">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">A human readable short form license identifier for a license. The license ID is either on the standard license list or the form &quot;LicenseRef-&quot;[idString] where [idString] is a unique string containing letters, numbers, &quot;.&quot;, &quot;-&quot; or &quot;+&quot;.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseListVersion -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseListVersion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CreationInfo"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">An optional field for creators of the SPDX file to provide the version of the SPDX License List used when the SPDX file was created.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Full text of the license.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#licenseTextHtml -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseTextHtml">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ListedLicense"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">License text in HTML format</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#match -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#match">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Status of a License List SeeAlso URL reference if it refers to a website that matches the license text.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#name -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#name">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Identify name of this SpdxElement.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#noticeText -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#noticeText">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#File"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">This field provides a place for the SPDX file creator to record potential legal notices found in the file. This may or may not include copyright statements.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#order -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#order">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:comment xml:lang="en">The ordinal order of this element within a list</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#originator -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#originator">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The name and, optionally, contact information of the person or organization that originally created the package. Values of this property must conform to the agent and tool syntax.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#packageFileName -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#packageFileName">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The base name of the package file name. For example, zlib-1.2.5.tar.gz.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#packageName -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#packageName">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#name"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Identify the full name of the package as given by Package Originator.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#packageVerificationCodeExcludedFile -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#packageVerificationCodeExcludedFile">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#PackageVerificationCode"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">A file that was excluded when calculating the package verification code. This is usually a file containing SPDX data regarding the package. If a package contains more than one SPDX file all SPDX files must be excluded from the package verification code. If this is not done it would be impossible to correctly calculate the verification codes in both files.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#packageVerificationCodeValue -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#packageVerificationCodeValue">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#PackageVerificationCode"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#hexBinary"/>
<rdfs:comment xml:lang="en">The actual package verification code as a hex encoded value.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#referenceLocator -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#referenceLocator">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ExternalRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location. The format of the locator is subject to constraints defined by the &lt;type&gt;.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#reviewDate -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#reviewDate">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Review"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">The date and time at which the SpdxDocument was reviewed. This value must be in UTC and have &apos;Z&apos; as its timezone indicator.</rdfs:comment>
<owl:deprecatedProperty xml:lang="en">Deprecated in favor of Annotation with an annotationType_review.</owl:deprecatedProperty>
<ns:term_status xml:lang="en">deprecated</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#reviewer -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#reviewer">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Review"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The name and, optionally, contact information of the person who performed the review. Values of this property must conform to the agent and tool syntax.</rdfs:comment>
<owl:deprecatedProperty xml:lang="en">The reviewer property is deprecated in favor of Annotation with an annotationType review.</owl:deprecatedProperty>
<ns:term_status xml:lang="en">depcrecated</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#snippetName -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#snippetName">
<rdfs:subPropertyOf rdf:resource="http://spdx.org/rdf/terms#name"/>
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Snippet"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Identify a specific snippet in a human convenient manner.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#sourceInfo -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#sourceInfo">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Allows the producer(s) of the SPDX document to describe how the package was acquired and/or changed from the original source.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#specVersion -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#specVersion">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Provide a reference number that can be used to understand how to parse and interpret the rest of the file. It will enable both future changes to the specification and to support backward compatibility. The version number consists of a major and minor version indicator. The major field will be incremented when incompatible changes between versions are made (one or more sections are created, modified or deleted). The minor field will be incremented when backwards compatible changes are made.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#standardLicenseHeader -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#standardLicenseHeader">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">License author&apos;s preferred text to indicated that a file is covered by the license.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#standardLicenseHeaderHtml -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#standardLicenseHeaderHtml">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ListedLicense"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">HTML representation of the standard license header</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#standardLicenseHeaderTemplate -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#standardLicenseHeaderTemplate">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#ListedLicense"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">License template which describes sections of the license header which can be varied. See License Template section of the specification for format information.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#standardLicenseTemplate -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#standardLicenseTemplate">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">License template which describes sections of the license which can be varied. See License Template section of the specification for format information.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#summary -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#summary">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Provides a short description of the package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#supplier -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#supplier">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">The name and, optionally, contact information of the person or organization who was the immediate supplier of this package to the recipient. The supplier may be different than originator when the software has been repackaged. Values of this property must conform to the agent and tool syntax.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#timestamp -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#timestamp">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">Timestamp</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#url -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#url">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:comment xml:lang="en">URL Reference</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://spdx.org/rdf/terms#versionInfo -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#versionInfo">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">Provides an indication of the version of the package that is described by this SpdxDocument.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://usefulinc.com/ns/doap#homepage -->
<owl:DatatypeProperty rdf:about="http://usefulinc.com/ns/doap#homepage">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#Package"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2000/01/rdf-schema#comment -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
<!-- http://www.w3.org/2000/01/rdf-schema#seeAlso -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
<!-- http://www.w3.org/2009/pointers#lineNumber -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2009/pointers#lineNumber">
<rdfs:domain rdf:resource="http://www.w3.org/2009/pointers#LineCharPointer"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!-- http://www.w3.org/2009/pointers#offset -->
<owl:DatatypeProperty rdf:about="http://www.w3.org/2009/pointers#offset">
<rdfs:domain rdf:resource="http://www.w3.org/2009/pointers#OffsetPointer"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://spdx.org/rdf/terms#Annotation -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Annotation">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotationType"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnnotationType"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotationDate"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotator"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>An Annotation is a comment on an SpdxItem by an agent.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#AnnotationType -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#AnnotationType">
<rdfs:comment xml:lang="en">This type describes the type of annotation. Annotations are usually created when someone reviews the file, and if this is the case the annotation type should be REVIEW.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#AnyLicenseInfo -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#AnyLicenseInfo">
<rdfs:comment>The AnyLicenseInfo class includes all resources that represent licensing information.</rdfs:comment>
<rdfs:isDefinedBy>http://spdx.org/rdf/terms#AnyLicenseInfo</rdfs:isDefinedBy>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#Checksum -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Checksum">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#algorithm"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#checksumValue"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#hexBinary"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">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 its checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ChecksumAlgorithm -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ChecksumAlgorithm">
<rdfs:comment xml:lang="en">Algorighm for Checksums.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ConjunctiveLicenseSet -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ConjunctiveLicenseSet">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#member"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A ConjunctiveLicenseSet represents a set of licensing information all of which apply.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#CreationInfo -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#CreationInfo">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#creator"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#created"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseListVersion"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">One instance is required for each SPDX file produced. It provides the necessary information for forward and backward compatibility for processing tools.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#CrossRef -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#CrossRef">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#url"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isLive"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isValid"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isWayBackLink"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#match"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#order"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#timestamp"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Cross reference details for the a URL reference</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#DisjunctiveLicenseSet -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#DisjunctiveLicenseSet">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Container"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#member"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">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.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ExternalDocumentRef -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ExternalDocumentRef">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#checksum"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#spdxDocument"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#SpdxDocument"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#externalDocumentId"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Information about an external SPDX document reference including the checksum. This allows for verification of the external references.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ExternalRef -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ExternalRef">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceCategory"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ReferenceCategory"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceType"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ReferenceType"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceLocator"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An External Reference allows a Package to reference an external source of additional information, metadata, enumerations, asset identifiers, or downloadable content believed to be relevant to the Package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ExtractedLicensingInfo -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ExtractedLicensingInfo">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#extractedText"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An ExtractedLicensingInfo represents a license or licensing notice that was found in a package, file or snippet. Any license text that is recognized as a license may be represented as a License rather than an ExtractedLicensingInfo.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#File -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#File">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#artifactOf"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://usefulinc.com/ns/doap#Project"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#checksum"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileDependency"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#File"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileType"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#FileType"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInFile"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileContributor"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#fileName"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#noticeText"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:disjointWith rdf:resource="http://spdx.org/rdf/terms#Snippet"/>
<rdfs:comment xml:lang="en">A File represents a named sequence of information that is contained in a software package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#FileType -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#FileType">
<rdfs:comment xml:lang="en">Type of file.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#License -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#License">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isOsiApproved"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseText"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isDeprecatedLicenseId"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isFsfLibre"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#standardLicenseHeader"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#standardLicenseHeaderTemplate"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#standardLicenseTemplate"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A License represents a copyright license. The SPDX license list website is annotated with these properties (using RDFa) to allow license data published there to be easily processed. The license list is populated in accordance with the License List fields guidelines. These guidelines are not normative and may change over time. SPDX tooling should not rely on values in the license list conforming to the current guidelines.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#LicenseException -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#LicenseException">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseExceptionId"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseExceptionText"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#example"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseExceptionTemplate"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An exception to a license.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ListedLicense -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ListedLicense">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#License"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#deprecatedVersion"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#isDeprecatedLicenseId"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseTextHtml"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#standardLicenseHeaderHtml"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A license which is included in the SPDX License List (http://spdx.org/licenses).</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ListedLicenseException -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ListedLicenseException">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#exceptionTextHtml"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment>License exception specific to ListedLicenses</rdfs:comment>
</owl:Class>
<!-- http://spdx.org/rdf/terms#OrLaterOperator -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#OrLaterOperator">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#member"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A license with an or later operator indicating this license version or any later version of the license</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#Package -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Package">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseDeclared"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseDeclared"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseDeclared"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#checksum"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Checksum"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#externalRef"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ExternalRef"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#hasFile"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#File"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#packageVerificationCode"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#PackageVerificationCode"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#downloadLocation"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#description"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#filesAnalyzed"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#originator"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#packageFileName"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#sourceInfo"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#summary"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#supplier"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#versionInfo"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://usefulinc.com/ns/doap#homepage"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A Package represents a collection of software files that are delivered as a single functional component.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#PackageVerificationCode -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#PackageVerificationCode">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#packageVerificationCodeExcludedFile"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#packageVerificationCodeValue"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#hexBinary"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A manifest based verification code (the algorithm is defined in section 4.7 of the full specification) of the SPDX Item. This allows consumers of this data and/or database to determine if an SPDX item they have in hand is identical to the SPDX item from which the data was produced. This algorithm works even if the SPDX document is included in the SPDX item.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ReferenceCategory -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ReferenceCategory">
<rdfs:comment xml:lang="en">Category used for ExternalRef</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#ReferenceType -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#ReferenceType">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#contextualExample"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#documentation"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#externalReferenceSite"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Types used to external reference identifiers.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#Relationship -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Relationship">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relatedSpdxElement"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationshipType"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">A Relationship represents a relationship between two SpdxElements.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#RelationshipType -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#RelationshipType">
<rdfs:comment xml:lang="en">Type of relationship.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#Review -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Review">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#reviewDate"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#reviewer"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<owl:deprecatedClass xml:lang="en">This class has been deprecated in favor of an Annotation with an Annotation type of review.</owl:deprecatedClass>
<ns:term_status xml:lang="en">deprecated</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#SimpleLicensingInfo -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#SimpleLicensingInfo">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#crossRef"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#CrossRef"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseId"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#name"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The SimpleLicenseInfo class includes all resources that represent simple, atomic, licensing information.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#Snippet -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#Snippet">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoInSnippet"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#range"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2009/pointers#StartEndPointer"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#snippetFromFile"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#File"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">The set of bytes in a file. The name of the snippet is the name of the file appended with the byte range in parenthesis (ie: &quot;./file/name(2145:5532)&quot;)</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#SpdxDocument -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#SpdxDocument">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#dataLicense"/>
<owl:hasValue rdf:resource="http://spdx.org/licenses/CC0-1.0"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#describesPackage"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Package"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#externalDocumentRef"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ExternalDocumentRef"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#hasExtractedLicensingInfo"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#ExtractedLicensingInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#reviewed"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Review"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#creationInfo"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#CreationInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#dataLicense"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#specVersion"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An SpdxDocument 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.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#SpdxElement -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#SpdxElement">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#annotation"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#relationship"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#Relationship"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#name"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#comment"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An SpdxElement is any thing described in SPDX, either a document or an SpdxItem. SpdxElements can be related to other SpdxElements.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#SpdxItem -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#SpdxItem">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#SpdxElement"/>
<rdfs:subClassOf>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseConcluded"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#noassertion"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseConcluded"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#none"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseConcluded"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseInfoFromFiles"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#attributionText"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#copyrightText"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseComments"/>
<owl:maxQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxQualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">An SpdxItem is a potentially copyrightable work.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://spdx.org/rdf/terms#WithExceptionOperator -->
<owl:Class rdf:about="http://spdx.org/rdf/terms#WithExceptionOperator">
<rdfs:subClassOf rdf:resource="http://spdx.org/rdf/terms#AnyLicenseInfo"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#licenseException"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#LicenseException"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#member"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#SimpleLicensingInfo"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment xml:lang="en">Sometimes a set of license terms apply except under special circumstances. In this case, use the binary &quot;WITH&quot; operator to construct a new license expression to represent the special exception situation. A valid &lt;license-expression&gt; is where the left operand is a &lt;simple-expression&gt; value and the right operand is a &lt;license-exception-id&gt; that represents the special exception terms.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:Class>
<!-- http://usefulinc.com/ns/doap#Project -->
<owl:Class rdf:about="http://usefulinc.com/ns/doap#Project"/>
<!-- http://www.w3.org/2000/01/rdf-schema#Container -->
<owl:Class rdf:about="http://www.w3.org/2000/01/rdf-schema#Container"/>
<!-- http://www.w3.org/2009/pointers#ByteOffsetPointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#ByteOffsetPointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#OffsetPointer"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2009/pointers#offset"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
</owl:Restriction>
</rdfs:subClassOf>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#CompoundPointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#CompoundPointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#Pointer"/>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#LineCharPointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#LineCharPointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#OffsetPointer"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2009/pointers#lineNumber"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
</owl:Restriction>
</rdfs:subClassOf>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#OffsetPointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#OffsetPointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#Pointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#Pointer">
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#SinglePointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#SinglePointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#Pointer"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2009/pointers#reference"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://spdx.org/rdf/terms#File"/>
</owl:Restriction>
</rdfs:subClassOf>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!-- http://www.w3.org/2009/pointers#StartEndPointer -->
<owl:Class rdf:about="http://www.w3.org/2009/pointers#StartEndPointer">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2009/pointers#CompoundPointer"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2009/pointers#endPointer"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://www.w3.org/2009/pointers#startPointer"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://www.w3.org/2009/pointers#SinglePointer"/>
</owl:Restriction>
</rdfs:subClassOf>
<ns:term_status>stable</ns:term_status>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://spdx.org/licenses/CC0-1.0 -->
<owl:NamedIndividual rdf:about="http://spdx.org/licenses/CC0-1.0"/>
<!-- http://spdx.org/rdf/terms#annotationType_other -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#annotationType_other">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#AnnotationType"/>
<rdfs:comment xml:lang="en">Type of annotation which does not fit in any of the pre-defined annotation types.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#annotationType_review -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#annotationType_review">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#AnnotationType"/>
<rdfs:comment xml:lang="en">A Review represents an audit and signoff by an individual, organization or tool on the information for an SpdxElement.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#annotator -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#annotator"/>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_md2 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_md2">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment>Indicates the algorithm used was MD2</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_md4 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_md4">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment>Indicates the algorithm used was MD4</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_md5 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_md5">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was MD5</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_md6 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_md6">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was MD6</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_sha1 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_sha1">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment>Indicates the algorithm used was SHA-1</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_sha224 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_sha224">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was SHA224</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_sha256 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_sha256">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was SHA256</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_sha384 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_sha384">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was SHA384</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#checksumAlgorithm_sha512 -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#checksumAlgorithm_sha512">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ChecksumAlgorithm"/>
<rdfs:comment xml:lang="en">Indicates the algorithm used was SHA512</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_application -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_application">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en"> The file is associated with a specific application type (MIME type of application/* )</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_archive -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_archive">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">Indicates the file is an archive file.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_audio -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_audio">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file is associated with an audio file (MIME type of audio/* , ie. .mp3 );
IMAGE if the file is assoicated with an picture image file (MIME type of image/*, ie. .jpg, .gif )</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_binary -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_binary">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">Indicates the file is not a text file. spdx:filetype_archive is preferred for archive files even though they are binary.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_documentation -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_documentation">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file serves as documentation.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_image -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_image">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file is assoicated with an picture image file (MIME type of image/*, ie. .jpg, .gif ).</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_other -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_other">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">Indicates the file is not a source, archive or binary file.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_source -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_source">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">Indicates the file is a source code file.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_spdx -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_spdx">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file is an SPDX document.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_text -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_text">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file is human readable text file (MIME type of text/*).</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#fileType_video -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#fileType_video">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#FileType"/>
<rdfs:comment xml:lang="en">The file is associated with a video file type (MIME type of video/*).</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#noassertion -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#noassertion">
<rdfs:comment>Individual to indiate the creator of the SPDX document does not assert any value for the object.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#none -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#none">
<rdfs:comment>Individual to indicate that no value is applicable for the Object.</rdfs:comment>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#referenceCategory_other -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#referenceCategory_other">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ReferenceCategory"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#referenceCategory_packageManager -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#referenceCategory_packageManager">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ReferenceCategory"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#referenceCategory_persistentId -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#referenceCategory_persistentId">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ReferenceCategory"/>
<rdfs:comment xml:lang="en">These point to objects present in the Software Heritage archive by the means of persistent identifiers that are guaranteed to remain stable (persistent) over time.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#referenceCategory_security -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#referenceCategory_security">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#ReferenceCategory"/>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_amendment -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_amendment">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A amends the SPDX information in SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_ancestorOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_ancestorOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_ancestorOf expresses that an SPDXElement is an ancestor of (same lineage but pre-dates) the relatedSPDXElement. For example, an upstream File is an ancestor of a modified downstream File</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_buildDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_buildDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a build dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_buildToolOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_buildToolOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A is used to to build SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_containedBy -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_containedBy">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_containedBy expresses that an SPDXElement is contained by the relatedSPDXElement. For example, a File contained by a Package. </rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_contains -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_contains">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_contains expresses that an SPDXElement contains the relatedSPDXElement. For example, a Package contains a File. (relationshipType_contains introduced in SPDX 2.0 deprecates property &apos;hasFile&apos; from SPDX 1.2)</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_copyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_copyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_copyOf expresses that the SPDXElement is an exact copy of the relatedSDPXElement. For example, a downstream distribution of a binary library which was copied from the upstream package.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dataFile -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dataFile">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a data file used in SPDXRef-B. Replaced by relationshipType_dataFileOf</rdfs:comment>
<ns:term_status xml:lang="en">deprecated</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dataFileOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dataFileOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a data file used in SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dependencyManifestOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dependencyManifestOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a manifest file that lists a set of dependencies for SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dependsOn -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dependsOn">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A depends on SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_descendantOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_descendantOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_descendantOf expresses that an SPDXElement is a descendant of (same lineage but post-dates) the relatedSPDXElement. For example, an downstream File that was modified is a descendant of an upstream File</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_describedBy -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_describedBy">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used an SPDXRef-A is described by SPDXRef-Document.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_describes -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_describes">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-DOCUMENT describes SPDXRef-A.</rdfs:comment>
<ns:term_status>stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_devDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_devDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a development dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_devToolOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_devToolOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a development dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_distributionArtifact -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_distributionArtifact">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_distributionArtifact expresses that distributing the SPDXElement requires that the relatedSPDXElement also be distributed. For example, distributing a binary File may require that a source tarball (another File) be made available with the distribuiton. </rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_documentation -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_documentation">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A provides documentation of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_dynamicLink -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_dynamicLink">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A dynamically links to SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_exampleOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_exampleOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is an example of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_expandedFromArchive -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_expandedFromArchive">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_expandedFromArchive expresses that the SPDXElement is a file which was epanded from a relatedSPDXElement file. For example, if there is an archive file xyz.tar.gz containing a file foo.c the archive file was expanded in a directory arch/xyz, the file arch/xyz/foo.c would have a relationshipType_expandedFromArchive with the file xyz.tar.gz.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_fileAdded -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_fileAdded">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_fileAdded expresses that the SPDXElement is a file which has been added to the relatedSPDXElement package. For example, a package (the relatedSPDXElement) has been patched to remove a file (the SPDXElement). This relationship is typically used to express the result of a patched package when the actual patchfile is not present.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_fileDeleted -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_fileDeleted">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_fileDeleted expresses that the SPDXElement is a package where the relatedSPDXElement file has been removed. For example, a package has been patched to remove a file a file (the relatedSPDXElement resulting in the patched package (the SPDXElement). This relationship is typically used to express the result of a patched package when the actual patchfile is not present.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_fileModified -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_fileModified">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_fileModified expresses that the SPDXElement is a file which is a modified version of the relatedSPDXElement file. For example, a file (the SPDXElement) has been patched to modify the contents of the original file (the SPDXElement). This relationship is typically used to express the result of a patched package when the actual patchfile is not present.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_generatedFrom -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_generatedFrom">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_generatedFrom expresses that an SPDXElement was generated from the relatedSPDXElement. For example, a binary File might have been generated from a source File.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_generates -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_generates">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_generates expresses that an SPDXElement generates the relatedSPDXElement. For example, a source File generates a binary File.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_hasPrerequisite -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_hasPrerequisite">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A has as a prerequisite SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_metafileOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_metafileOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A is a metafile of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_optionalComponentOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_optionalComponentOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A is an optional component of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_optionalDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_optionalDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is an optional dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_other -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_other">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">to be used for a relationship which has not been defined in the formal SPDX specification. A description of the relationship should be included in the Relationship comments field.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_packageOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_packageOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">To be used when SPDXRef-A is used as a package as part of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_patchApplied -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_patchApplied">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_patchApplied expresses that the SPDXElement is a &apos;patchfile&apos; that was applied and produced the relatedSPDXElement. For example, a .diff File relates to a specific file where the diff was applied.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_patchFor -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_patchFor">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_patchFor expresses that the SPDXElement is a &apos;patchfile&apos; that is designed to patch (apply modifications to) the relatedSPDXElement. For example, relationship from a .diff File to a Package it is designed to patch. </rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_prerequisiteFor -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_prerequisiteFor">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a prerequisite for SPDXRef-B</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_providedDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_providedDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a to be provided dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_runtimeDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_runtimeDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a dependency required for the execution of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_staticLink -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_staticLink">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A statically links to SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_testDependencyOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_testDependencyOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a test dependency of SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_testOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_testOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is used for testing SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_testToolOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_testToolOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is used as a test tool for SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_testcaseOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_testcaseOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">Is to be used when SPDXRef-A is a test case used in testing SPDXRef-B.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#relationshipType_variantOf -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#relationshipType_variantOf">
<rdf:type rdf:resource="http://spdx.org/rdf/terms#RelationshipType"/>
<rdfs:comment xml:lang="en">A Relationship of relationshipType_variantOf expresses that an SPDXElement is a variant of the relatedSPDXElement, but it is not clear which came first. For example, if the content of two Files differs by some edit, but there is no way to tell which came first (no reliable date information), then one File is a variant of the other File.</rdfs:comment>
<ns:term_status xml:lang="en">stable</ns:term_status>
</owl:NamedIndividual>
<!-- http://spdx.org/rdf/terms#reviewed -->
<owl:NamedIndividual rdf:about="http://spdx.org/rdf/terms#reviewed"/>
<rdf:Description>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotations
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://spdx.org/rdf/terms#annotator">
<ns:term_status xml:lang="en">stable</ns:term_status>
<rdfs:comment>This field identifies the person, organization, or tool that has commented on a file, package, snippet, or the entire document.</rdfs:comment>
</rdf:Description>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#reviewed">
<rdfs:comment>Reviewed</rdfs:comment>
<ns:term_status xml:lang="en">deprecated</ns:term_status>
<owl:deprecatedProperty xml:lang="en">This property has been deprecated since SPDX version 2.0. It has been replaced by an Annotation with an annotation type review.</owl:deprecatedProperty>
</rdf:Description>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// General axioms
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Annotation"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#Relationship"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#SpdxElement"/>
</owl:members>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#annotationType_other"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#annotationType_review"/>
</owl:distinctMembers>
</rdf:Description>
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDifferent"/>
<owl:distinctMembers rdf:parseType="Collection">
<rdf:Description rdf:about="http://spdx.org/rdf/terms#noassertion"/>
<rdf:Description rdf:about="http://spdx.org/rdf/terms#none"/>
</owl:distinctMembers>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->