licensor
- CURIE:
gmeow:licensor - IRI: https://blackcatinformatics.ca/gmeow/licensor
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The party granting a licence (odrl:assigner). A specialisation of gmeow:hasParty. Non-functional: a licence may be granted jointly.
Structure
Property shape: object property; gmeow:License -> gmeow:Agent
Sub-property of: gmeow:hasParty
Practical Pattern
Use gmeow:licensor from gmeow:License to gmeow:Agent 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
- Source:
slices/core/rights/examples/licensed-dataset.ttl - Examples catalog: open in catalog#example-slices-core-rights-examples-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
- 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
gmeow:hasParty, gmeow:License, gmeow:Agent
Projects To
| Profile | External Targets |
|---|---|
odrl |
odrl, rdf |
External Equivalences
Equivalent or closely aligned targets: odrl
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:licensor |
equivalence | - |
skos:closeMatch | odrl:assigner | gmeow-rights.sssom.tsv; gmeow:eqRights017; confidence 0.8 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:licensor |
projection | odrl |
projects to / <= | odrl:Offer, odrl:assigner, odrl:target, rdf:type | gmeow:mapOdrlOffer; lossy: the licence's gmeow:licenseFamily / validFrom / validUntil / spdxLicenseId are dropped; only the ODRL offer skeleton survives |
gmeow:licensor |
projection | odrl |
projects to / <= | odrl:Party, rdf:type | gmeow:mapOdrlAssignerParty |
Usage Advice
Use when
- Use to name the party granting a licence (the odrl:assigner) — the licence-scoped specialisation of
gmeow:hasParty.
Avoid when
- Avoid minting a separate granting-party model (this specialises
gmeow:hasParty) and avoid conflating the licensor with the copyright holder; a licensor may grant on a holder's behalf.
How to use
- Add one or more
gmeow:licensoragents to aLicense(non-functional for joint grants); pair withgmeow:licenseefor a named recipient, or omit the licensee for an open public offer.
Examples
- ex:ccByLicense
gmeow:licensorex:blackcat.