{
  "@context": "https://urn-solid.github.io/context.jsonld",
  "@id": "urn:solid:name",
  "@type": "rdf:Property",
  "rdfs:label": "name",
  "rdfs:comment": "A name for the subject.",
  "owl:sameAs": "http://xmlns.com/foaf/0.1/name",
  "rdfs:seeAlso": [
    "https://schema.org/name",
    "http://www.w3.org/2006/vcard/ns#fn",
    "http://www.w3.org/2000/01/rdf-schema#label"
  ],
  "rdfs:domain": "urn:solid:Agent",
  "rdfs:range": "http://www.w3.org/2001/XMLSchema#string",
  "status": "stable",
  "added": "2026-04-18",
  "notes": "The canonical display name. For structured names (given/family), use `foaf:givenName` and `foaf:familyName` directly until urn-solid ships equivalents.",
  "examples": [
    {
      "title": "On a Person",
      "jsonld": {
        "@context": "https://urn-solid.github.io/context.jsonld",
        "@id": "https://example.org/alice#me",
        "@type": "urn:solid:Person",
        "urn:solid:name": "Alice"
      }
    }
  ],
  "provenance": {
    "sources": [
      "http://xmlns.com/foaf/0.1/name"
    ],
    "curatedBy": "bootstrap"
  },
  "history": [
    {
      "event": "added",
      "at": "2026-04-18T00:00:00Z",
      "by": "bootstrap",
      "note": "Initial term."
    }
  ],
  "see_also": {
    "corpus": "/corpus.jsonl",
    "schema": "/schema/term.schema.json",
    "index": "/index.json",
    "llms": "/llms.txt"
  }
}
