description

A free-text note or description about an entity — the unstructured NOTE field (a biography, a remark, an annotation). Genuinely flat: unlike names, dates or roles, a note has no structure to reify. Distinct from skos:definition, which documents ontology TERMS rather than instances. Language-tag the literal where applicable; non-functional.

Structure

Property shape: datatype property; gmeow:Entity -> rdfs:Literal

Practical Pattern

Use gmeow:description from gmeow:Entity 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.

Agent Sortals

# --- Organization: the flat name/description tier. A structured web presence
#     (gmeow:hasWebPage → a WEMI gmeow:WebPage) is shown in the documents example;
#     here the flat tier carries it.
ex:blackcat a gmeow:Organization ;
    gmeow:name "Blackcat Informatics® Inc."@en ;
    gmeow:description "A small ontology and tooling consultancy."@en .

# --- People: gmeow:Person, the identity-supplying sortal everything else anchors
#     to. Flat names suffice for the example; a contested or multilingual name
#     would promote to the names slice's reified PersonName.
ex:mara a gmeow:Person ;
    gmeow:name "Mara Okafor"@en ;
    gmeow:description "Backend engineer; maintains the release pipeline."@en .

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

Projects To

Profile External Targets
dcat dcterms
dcterms dcterms
doap doap
oai_dc dc
schema-org schema
vcard vcard

External Equivalences

Equivalent or closely aligned targets: dcterms, schema, vcard

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:description equivalence - skos:closeMatch dcterms:description gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms002; confidence 0.9
gmeow:description equivalence - skos:closeMatch dcterms:description gmeow-properties.sssom.tsv; gmeow:eqProperties037; confidence 0.9
gmeow:description equivalence - owl:equivalentProperty schema:description gmeow-properties.sssom.tsv; gmeow:eqProperties036; confidence 1
gmeow:description equivalence - skos:closeMatch vcard:note gmeow-properties.sssom.tsv; gmeow:eqProperties038; confidence 0.8

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:description projection dcat projects to / = dcterms:description gmeow:mapDcatDescription; confidence 0.9
gmeow:description projection dcterms projects to / = dcterms:description gmeow:mapDctermsDescription; confidence 0.9
gmeow:description projection doap projects to / <= doap:shortdesc gmeow:mapDoapShortdesc; confidence 0.85
gmeow:description projection oai_dc projects to / = dc:description gmeow:mapOaiDcDescription; confidence 0.9
gmeow:description projection schema-org projects to / = schema:description gmeow:mapSchemaDescriptionPublicOnly; confidence 1; lossy: description withheld when entity is not explicitly eligible for consumerPublicSite
gmeow:description projection vcard projects to / <= vcard:note gmeow:mapVcardNote; confidence 0.8

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchdcterms:description
closeMatchvcard:note
equivalentPropertyschema:description