Skip to content

Commit

Permalink
- Lizenzen hinzugefügt: ODC-BY
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Marienfeld committed Jan 22, 2013
1 parent 555e179 commit 0417d14
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion OGPD_JSON_Schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<tr><td rowspan="1">Rolle</td><td rowspan="1">role</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1">Enum aus: erstellt, veroeffentlicht, aktualisiert</td><td rowspan="1">Rolle, die dieses Datum für den Datensatz spielt</td></tr>
<tr><td rowspan="1">Datum</td><td rowspan="1">date</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1">date-time</td><td rowspan="1">Das Kalender-Datum</td></tr>
<tr><td rowspan="1">Nutzungsbestimmungen</td><td rowspan="5">terms_of_use</td><td rowspan="1"></td><td rowspan="1">X</td><td rowspan="1">Object</td><td rowspan="1"></td><td rowspan="1">Festlegung der spezifischen Nutzungsbestimmungen des Datensatzes, des Dokuments oder der App.</td></tr>
<tr><td rowspan="1">Lizenz-ID</td><td rowspan="1">license_id</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1">Enum aus: apache, app_commercial, app_freeware, app_opensource, bsd-license, cc-by, cc-by-sa, cc-nc, cc-zero, dl-de-by-1.0, geolizenz-closed, geolizenz-i-a, gfdl, gpl-3.0, mozilla, odc-odbl, odc-pddl, official-work, other-closed, other-open</td><td rowspan="1">Lizenz aus einer festen Liste, s.u. bzw. <a href='https://github.com/fraunhoferfokus/ogd-metadata/blob/master/lizenzen/deutschland.json'>Liste</a></td></tr>
<tr><td rowspan="1">Lizenz-ID</td><td rowspan="1">license_id</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1">Enum aus: apache, app_commercial, app_freeware, app_opensource, bsd-license, cc-by, cc-by-sa, cc-nc, cc-zero, dl-de-by-1.0, geolizenz-closed, geolizenz-i-a, gfdl, gpl-3.0, mozilla, odc-by, odc-odbl, odc-pddl, official-work, other-closed, other-open</td><td rowspan="1">Lizenz aus einer festen Liste, s.u. bzw. <a href='https://github.com/fraunhoferfokus/ogd-metadata/blob/master/lizenzen/deutschland.json'>Liste</a></td></tr>
<tr><td rowspan="1">Freitext</td><td rowspan="1">other</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1"></td><td rowspan="1">Freitext, der die Nutzungsbestimmungen festlegt, falls diese keiner allgemein bekannten Lizenz entsprechen.</td></tr>
<tr><td rowspan="1">URL</td><td rowspan="1">license_url</td><td rowspan="1"></td><td rowspan="1">String</td><td rowspan="1">URI</td><td rowspan="1">URL, auf der die Lizenz des Datensatzes, Dokuments oder der App beschrieben und erklärt ist.</td></tr>
<tr><td rowspan="1">Nutzungsfreiheit</td><td rowspan="1">is_free_to_use</td><td rowspan="1"></td><td rowspan="1">Boolean</td><td rowspan="1"></td><td rowspan="1">Die Information, ob der Datensatz/das Dokument/die App kostenfrei und zweckoffen ist (muss gesetzt werden, wenn Freitext bei der Lizenzangabe genutzt wird).</td></tr>
Expand Down Expand Up @@ -121,4 +121,5 @@
<tr><td>official-work</td><td>Amtliches Werk, lizenzfrei nach §5 UrhG</td><td>offen</td><td>X</td><td></td></tr>
<tr><td>dl-de-by-1.0</td><td>Datenlizenz Deutschland Namensnennung</td><td>offen</td><td>X</td><td></td></tr>
<tr><td>odc-pddl</td><td>Open Data Commons Public Domain Dedication and Licence (PDDL)</td><td>offen</td><td>X</td><td></td></tr>
<tr><td>odc-by</td><td>Open Data Commons Namensnennung</td><td>offen</td><td>X</td><td></td></tr>
</table>
2 changes: 1 addition & 1 deletion OGPD_JSON_Schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"type": "object",
"properties": {
"license_id": {
"enum": ["apache", "app_commercial", "app_freeware", "app_opensource", "bsd-license", "cc-by", "cc-by-sa", "cc-nc", "cc-zero", "dl-de-by-1.0", "geolizenz-closed", "geolizenz-i-a", "gfdl", "gpl-3.0", "mozilla", "odc-odbl", "odc-pddl", "official-work", "other-closed", "other-open"],
"enum": ["apache", "app_commercial", "app_freeware", "app_opensource", "bsd-license", "cc-by", "cc-by-sa", "cc-nc", "cc-zero", "dl-de-by-1.0", "geolizenz-closed", "geolizenz-i-a", "gfdl", "gpl-3.0", "mozilla", "odc-by", "odc-odbl", "odc-pddl", "official-work", "other-closed", "other-open"],
"type": "string",
"required": false,
"description": "Lizenz-ID: Lizenz aus einer festen Liste, s.u. bzw. <a href='https://github.com/fraunhoferfokus/ogd-metadata/blob/master/lizenzen/deutschland.json'>Liste</a>"
Expand Down
5 changes: 4 additions & 1 deletion OGPD_JSON_Schema_changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
- images eingeführt v.a. im Hinblick auf App-Bilder

2013-01-18
- Lizenzen hinzugefügt: Geolizenzen, PDDL, Daten-Lizenz DE, Amtliches Werk
- Lizenzen hinzugefügt: Geolizenzen, PDDL, Daten-Lizenz DE, Amtliches Werk

2013-01-22
- Lizenzen hinzugefügt: ODC-BY
14 changes: 13 additions & 1 deletion lizenzen/deutschland.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,17 @@
"status": "active",
"title": "Open Data Commons Public Domain Dedication and Licence (PDDL)",
"url": "http:https://www.opendefinition.org/licenses/odc-pddl"
}
},{
"domain_content": true,
"domain_data": true,
"domain_software": false,
"family": "",
"id": "odc-by",
"is_okd_compliant": true,
"is_osi_compliant": false,
"maintainer": "",
"status": "active",
"title": "Open Data Commons Namensnennung",
"url": "http:https://www.opendefinition.org/licenses/odc-by"
}
]

0 comments on commit 0417d14

Please sign in to comment.