SPDX license name
- CURIE:
gmeow:spdxLicenseName - IRI: https://blackcatinformatics.ca/gmeow/spdxLicenseName
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The full SPDX License List name of a licence (spdx:name), e.g. "Apache License 2.0".
Structure
Property shape: datatype property; gmeow:License -> rdfs:Literal
Practical Pattern
Use gmeow:spdxLicenseName 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.
Lillith Dataset
- Source:
slices/extensions/graphrag/examples/lillith-dataset.ttl - Examples catalog: open in catalog#example-slices-extensions-graphrag-examples-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
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:spdxLicenseName |
equivalence | - |
skos:closeMatch | spdx:name | gmeow-rights.sssom.tsv; gmeow:eqRights190; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:spdxLicenseName |
projection | spdx |
projects to / = | spdx:name | gmeow:mapSpdxLicenseName; confidence 0.85 |
Usage Advice
Use when
- Use to carry the full human-readable SPDX List name of a licence (spdx:name) alongside the short
gmeow:spdxLicenseId.
Avoid when
- Avoid using it as the machine-readable identifier (that is
gmeow:spdxLicenseId) and avoid an invented name; use the exact SPDX List name.
How to use
- Set
gmeow:spdxLicenseNameon agmeow:Licenseto the exact SPDX List name for display, withgmeow:spdxLicenseIdcarrying the short id for matching.
Examples
- ex:apacheLicense
gmeow:spdxLicenseName"ApacheLicense2.0".