forked from spdx/spdx-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspdx-ontology.owl.xml
3213 lines (2351 loc) · 163 KB
/
spdx-ontology.owl.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?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 xml:lang="en">This specification describes the SPDX® language, defined as a dictionary of named properties and classes using W3C's RDF Technology.
SPDX® is a designed to allow the exchange of data about software packages. This information includes general information about the package, licensing information about the package as a whole, a manifest of files contained in the package and licensing information related to the contained files.
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:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#algorithm"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#checksumAlgorithm_md5"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#algorithm"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#checksumAlgorithm_sha1"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#algorithm"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#checksumAlgorithm_sha256"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<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#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 ("SPDX-Metadata"). 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 "database rights" (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 "as-is" 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:range>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceCategory"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#referenceCategory_other"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceCategory"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#referenceCategory_packageManager"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="http://spdx.org/rdf/terms#referenceCategory"/>
<owl:hasValue rdf:resource="http://spdx.org/rdf/terms#referenceCategory_security"/>
</owl:Restriction>
</owl:unionOf>
</owl:Class>
</rdfs:range>
<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 "contains" 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 propoerty 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 theactual 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'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 rdf:resource="http://spdx.org/rdf/terms#Annotation"/>
<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">A date-time stamp.</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#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#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#licenseComments -->
<owl:DatatypeProperty rdf:about="http://spdx.org/rdf/terms#licenseComments">
<rdfs:domain rdf:resource="http://spdx.org/rdf/terms#SpdxItem"/>