licensed work

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

# --- 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, 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

Avoid when

How to use

Examples