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..b3556a2 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 @@ -47,14 +50,14 @@ an xsd:string.

-

2.2.1.1 RDF/XML serialization

+

4.1.1 RDF/XML serialization

Example

       <LicenseID>FullLicense-1</LicenseID>
   
-

2.2.1.2 Tag-Value serialization

+

4.1.2 Tag-Value serialization

Example

diff --git a/section_5.html b/section_5.html
index b66f3ec..acd33f3 100644
--- a/section_5.html
+++ b/section_5.html
@@ -65,14 +65,14 @@
     should be treated the root directory.  This means all file Names
     start with a "/" character.

-

2.1.1.1 RDF/XML serialization

+

5.1.1 RDF/XML serialization

Example

       <Name>/var/foo.c</Name>
   
-

2.1.1.2 Tag-Value serialization

+

5.1.2 Tag-Value serialization

@@ -116,14 +116,14 @@
  • other
  • -

    2.1.1.1 RDF/XML serialization

    +

    5.1.1 RDF/XML serialization

    Example
    
           <Type>source</Type>
       
    -

    2.1.1.2 Tag-Value serialization

    +

    5.1.2 Tag-Value serialization

    
           filetype = "type:" *WSP ( "source" / "binary" / "archive" / "other" )
    @@ -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..8247fa0 --- /dev/null +++ b/section_7.html @@ -0,0 +1,65 @@ +
    +

    7 LicenseOrLaterVersion

    + +

    Subclass of LicensingInfo

    + +

    A LicenseOrLaterVersion is a disjunctive + set Licenses. It's members are the + specified BaseLicense, as well an any + future versions of that License.

    + +

    Properties

    +
      +
    • +

      + BaseLicense +
      Cardinality: Mandatory, one (1). +

      +
    • +
    +
    + +
    +

    7.1 BaseLicense

    + +
    Purpose
    +

    This is a the base license of this set. + The full set of members is calculated to include the BaseLicense + plus any other licenses which are later versions of this license.

    + +
    Intent
    +

    To provide a set of licenses whose members can change over time + as new versions of existing licenses are released.

    + +
    Domain
    +

    LicenseOrLaterVersion

    + +
    Range
    +

    The value is License.

    + +

    7.1.1 RDF/XML serialization

    + +
    Example
    +
    
    +<LicenseOrLaterVersion>
    +  <BaseLicense rdf:about="License:GPLv2">
    +</LicenseOrLaterVersion>
    +  
    + +

    7.1.2 Tag-Value serialization

    + +

    + +
    
    +licenseorlaterversion = "LicenseOrLaterVersion(" *WSP licensinginfoid *WSP ")"
    +  
    + +
    Example
    +
    
    +LicenseOrLaterVersion(GPLv2)
    +  
    +
    + + diff --git a/spec.html b/spec.html index 620f244..0c0a984 100644 --- a/spec.html +++ b/spec.html @@ -148,5 +148,11 @@ for their contributions and assistance.

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