licensed work
- CURIE:
gmeow:licensedWork - IRI: https://blackcatinformatics.ca/gmeow/licensedWork
- Category: property
- Defined by:
gmeow:slices/rights - Box roles: RBox role (What is this?)
The work a licence grants rights in. Functional.
Structure
Property shape: object property; gmeow:License -> gmeow:InformationObject; functional
Practical Pattern
Use gmeow:licensedWork from gmeow:License to gmeow:InformationObject 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:License, gmeow:InformationObject
Projects To
| Profile | External Targets |
|---|---|
odrl |
odrl, rdf |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:licensedWork |
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 |
Usage Advice
Use when
- Use to bind the work a licence grants rights in to the
gmeow:Licenserelator — the work-side player of the licence.
Avoid when
- Avoid binding several works to one licence (it is functional — each licensed work has its own
Licenserelator, or one shared SPDX-identified licence is referenced per work) and avoid using it as the asset-to-licence link, which isgmeow:hasLicense.
How to use
- Set
gmeow:licensedWorkonce perLicense(functional) to thegmeow:InformationObjectit covers, mirroring the work'sgmeow:hasLicense.
Examples
- ex:ccByLicense
gmeow:licensedWorkex:dataset.