SPDX license id

The SPDX License List short identifier of a licence — the canonical machine-readable licence id (e.g. "MIT", "Apache-2.0", "CC-BY-4.0", "GPL-3.0-only"). The bridge to the SPDX / SBOM world (spdx:licenseId); the SPDX List also assigns each id a stable IRI under http://spdx.org/licenses/. Functional: a licence has one canonical SPDX id (a compound choice is an SPDX licence expression in the same literal).

Structure

Property shape: datatype property; gmeow:License -> rdfs:Literal; functional

Practical Pattern

Use gmeow:spdxLicenseId from gmeow:License to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Licensed Dataset

# --- The licence: an Agreement, aligned to CC by REFERENCE (P5), not equated.
ex:ccbync a gmeow:License ;
    rdfs:label          "CC BY-NC 4.0"@en ;
    gmeow:licensor      ex:researcher ;
    gmeow:licensedWork  ex:dataset ;
    gmeow:licenseFamily gmeow:licenseFamilyCC ;
    gmeow:spdxLicenseId "CC-BY-NC-4.0" .

Lillith Dataset

ex:lillith-license a gmeow:License ;
    rdfs:label "CC BY 4.0"@en ;
    gmeow:licensor ex:blackcat ;
    gmeow:licensedWork ex:lillith-benchmark ;
    gmeow:licenseFamily gmeow:licenseFamilyCC ;
    gmeow:spdxLicenseId "CC-BY-4.0" ;
    gmeow:spdxLicenseName "Creative Commons Attribution 4.0 International" .

Common Companion Terms

gmeow:License

Projects To

Profile External Targets
spdx spdx

External Equivalences

Equivalent or closely aligned targets: spdx

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:spdxLicenseId equivalence - skos:closeMatch spdx:licenseId gmeow-rights.sssom.tsv; gmeow:eqRights062; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:spdxLicenseId projection spdx projects to / = spdx:licenseId gmeow:mapSpdxLicenseId; confidence 0.9

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchspdx:licenseId