diff --git a/section_3.html b/section_3.html index c707ec3..a84b0b3 100644 --- a/section_3.html +++ b/section_3.html @@ -308,7 +308,7 @@
Range

The value is an License.

+ rel="rdfs:range" href="#LicensingInfo"/>LicenseInfo.

3.6.1 RDF/XML serialization

@@ -356,7 +356,7 @@
Range

The value is an License.

+ rel="rdfs:range" href="#LicensingInfo"/>LicensingInfo.

3.7.1 RDF/XML serialization

diff --git a/section_4.html b/section_4.html index 7c60828..f8e6066 100644 --- a/section_4.html +++ b/section_4.html @@ -1,6 +1,9 @@

4 License

+

Subclass of LicensingInfo

+

This section is used for any detected or declared licenses that are NOT one of the standard licenses. One instance should be created for every unique license detected diff --git a/section_5.html b/section_5.html index b66f3ec..745d278 100644 --- a/section_5.html +++ b/section_5.html @@ -166,7 +166,7 @@

Range

The value is an License.

+ rel="rdfs:range" href="#LicensingInfo"/>LicensingInfo.

5.6.1 RDF/XML serialization

diff --git a/section_6.html b/section_6.html new file mode 100644 index 0000000..e380724 --- /dev/null +++ b/section_6.html @@ -0,0 +1,13 @@ +
+

6 LicensingInfo

+ +

Subclass + of + dc:LicenseDocument

+ +

A LicenseingInfo resource represents + a License or set of Licenses under which + a File or Package + may be copied.

+ +
diff --git a/section_7.html b/section_7.html new file mode 100644 index 0000000..588ac84 --- /dev/null +++ b/section_7.html @@ -0,0 +1,71 @@ +
+

7 DisjunctiveLicenseSet

+ +

Subclass of LicensingInfo

+ +

A DisjunctiveLicenseSet is a + set Licenses, + or LicensingInfo, that any one of which + constitues the complete terms and conditions of coping + a File or Package. The + copier/user of a File or Package may choose, at their disgression, + which License in a disjuntive set.

+ +

Properties

+ +
+ +
+

7.1 Licenses

+ +
Purpose
+

This is a list of members of this set.

+ +
Intent
+

To provide a list of the members of this disjunctive set.

+ +
Domain
+

DisjunctiveLicenseSet

+ +
Range
+

The value is rdf:List + of LicenseInfo resources.

+ +

2.1.1.1 RDF/XML serialization

+ +
Example
+

+<DisjunctiveLicenseSet>
+  <Licenses rdf:parseType="Collection">
+    <rdf:Description rdf:about="license:GPL" />
+    <rdf:Description rdf:about="license:BSD" />
+  </Licenses>
+</DisjunctiveLicenseSet>
+  
+ +

2.1.1.2 Tag-Value serialization

+ +

+ +

+disjunctivelicenseset = "DisjunctiveLicenseSet(" *WSP [setmembership] *WSP ")"
+setmembership         = licensinginfoid *[*WSP "," *WSP licensinginfoid]
+licensinginfoid       = 1*(ALPHA / DIGIT / "-" / "_" / ".")
+  
+ +
Example
+

+DisjunctiveLicenseSet(GPLv2, BSD)
+  
+
+ + diff --git a/section_8.html b/section_8.html new file mode 100644 index 0000000..510f5c8 --- /dev/null +++ b/section_8.html @@ -0,0 +1,71 @@ +
+

8 ConjunctiveLicenseSet

+ +

Subclass of LicensingInfo

+ +

A ConjunctiveLicenseSet is a + set Licenses, + or LicensingInfo, that any one of which + constitues the complete terms and conditions of coping + a File or Package. The + copier/user of a File or Package may choose, at their disgression, + which License in a disjuntive set.

+ +

Properties

+ +
+ +
+

8.1 Licenses

+ +
Purpose
+

This is a list of members of this set.

+ +
Intent
+

To provide a list of the members of this conjunctive set.

+ +
Domain
+

ConjunctiveLicenseSet

+ +
Range
+

The value is rdf:List + of LicenseInfo resources.

+ +

2.1.1.1 RDF/XML serialization

+ +
Example
+

+<ConjunctiveLicenseSet>
+  <Licenses rdf:parseType="Collection">
+    <rdf:Description rdf:about="license:GPL" />
+    <rdf:Description rdf:about="license:BSD" />
+  </Licenses>
+</ConjunctiveLicenseSet>
+  
+ +

2.1.1.2 Tag-Value serialization

+ +

+ +

+conjunctivelicenseset = "ConjunctiveLicenseSet(" *WSP [setmembership] *WSP ")"
+setmembership         = licensinginfoid *[*WSP "," *WSP licensinginfoid]
+licensinginfoid       = 1*(ALPHA / DIGIT / "-" / "_" / ".")
+  
+ +
Example
+

+ConjunctiveLicenseSet(GPLv2, BSD)
+  
+
+ + diff --git a/spec.html b/spec.html index 620f244..2f351de 100644 --- a/spec.html +++ b/spec.html @@ -148,5 +148,12 @@ for their contributions and assistance.

{{> section_5}} +{{> section_6}} + +{{> section_7}} + +{{> section_8}} + +