has license

Relates an entity (a work, dataset, software project, …) to a licence granting rights in it (dcterms:license; schema:license). Named gmeow:hasLicense — gmeow:license is reserved for the mapping-DSL set-license datatype property.

Structure

Property shape: object property; gmeow:Entity -> gmeow:License

Practical Pattern

Use gmeow:hasLicense from gmeow:Entity to gmeow:License 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

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: rights are flat-first, promoted on demand ( P4). The
# common case is a single gmeow:hasLicense + gmeow:hasCopyright edge — no relator
# needed. Only when the deontic RULES matter (who may do what, under which duty,
# what is forbidden) is the flat form PROMOTED to a gmeow:RightsStatement bearing
# the ODRL-superset trio: gmeow:Permission / gmeow:Prohibition / gmeow:Duty, each
# over an open gmeow:RightsAction value. A licence is itself an Agreement, aligned
# to CC/ODRL by reference (spdxLicenseId, licenseFamily) — never owl:sameAs (P5).
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/rights/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

# --- The asset, with the FLAT-first rights edges (the common case) plus a
#     promoted RightsStatement because permissions/prohibitions/duties are needed.
ex:dataset a gmeow:Dataset ;
    gmeow:title "Coastal Bird Survey 2026"@en ;
    gmeow:hasCopyright       ex:copyright ;
    gmeow:hasLicense         ex:ccbync ;
    gmeow:hasRightsStatement ex:rights .

Lillith Dataset

ex:lillith-benchmark a gmeow:Dataset ;
    rdfs:label "Lillith GraphRAG benchmark"@en ;
    gmeow:title "Lillith GraphRAG benchmark"@en ;
    gmeow:description "A worked GraphRAG benchmark dataset: a content-addressed corpus, its chunking, embeddings, vector index, retrieval events, and model-extracted entity/relationship descriptions — every artifact attributed and confidence-weighted, published as a research object."@en ;
    gmeow:hasPart ex:corpus-lillith ;
    gmeow:hasLicense ex:lillith-license ;
    gmeow:wasAttributedTo ex:blackcat ;
    gmeow:datePublished "2026-06-12T00:00:00Z"^^xsd:dateTime ;
    gmeow:sourceLocation "https://blackcatinformatics.ca/gmeow/examples/graphrag/lillith-benchmark" .

Common Companion Terms

gmeow:Entity, gmeow:License

Projects To

Profile External Targets
cc cc
dcat dcterms
dcterms dcterms
oai_dc dc
schema-org schema

External Equivalences

Equivalent or closely aligned targets: cc, dcterms, schema, spdx, wd

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:hasLicense equivalence - skos:closeMatch cc:license gmeow-rights.sssom.tsv; gmeow:eqRights039; confidence 0.8
gmeow:hasLicense equivalence - skos:exactMatch dcterms:license gmeow-rights.sssom.tsv; gmeow:eqRights019; confidence 0.9
gmeow:hasLicense equivalence - skos:closeMatch schema:license gmeow-rights.sssom.tsv; gmeow:eqRights028; confidence 0.85
gmeow:hasLicense equivalence - skos:relatedMatch spdx:licenseConcluded gmeow-rights.sssom.tsv; gmeow:eqRights064; confidence 0.6
gmeow:hasLicense equivalence - skos:relatedMatch spdx:licenseDeclared gmeow-rights.sssom.tsv; gmeow:eqRights063; confidence 0.65
gmeow:hasLicense equivalence - skos:relatedMatch wd:P275 gmeow-wikidata.sssom.tsv; gmeow:eqWikidata010; confidence 0.8

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:hasLicense projection cc projects to / <= cc:license gmeow:mapCcLicenseLink; confidence 0.8
gmeow:hasLicense projection dcat projects to / <= dcterms:license gmeow:mapDcatLicense; confidence 0.9; lossy: the License agreement's deontic structure (Permission/Prohibition/Duty rules) collapses to a flat license edge
gmeow:hasLicense projection dcterms projects to / = dcterms:license gmeow:mapDctermsLicense; confidence 0.9
gmeow:hasLicense projection oai_dc projects to / <= dc:rights gmeow:mapOaiDcRights; confidence 0.8; lossy: dcterms:license / rightsHolder / accessRights all collapse to dc:rights
gmeow:hasLicense projection schema-org projects to / <= schema:license gmeow:mapSchemaLicense; confidence 0.85

Usage Advice

Use when

Avoid when

How to use

Examples

Use For Consumers

Published Alignment Graph

Alignments

RelationTarget
closeMatchcc:license
closeMatchschema:license
exactMatchdcterms:license
relatedMatchspdx:licenseConcluded
relatedMatchspdx:licenseDeclared
relatedMatchwd:P275