identifier
- CURIE:
gmeow:identifier - IRI: https://blackcatinformatics.ca/gmeow/identifier
- Category: property
- Defined by:
gmeow:slices/documents - Box roles: RBox role (What is this?)
A formal identifier of a creative work, such as a DOI or patent number.
Structure
Property shape: datatype property; gmeow:CreativeWork -> rdfs:Literal
Practical Pattern
Use gmeow:identifier from gmeow:CreativeWork to rdfs:Literal when the relationship itself belongs in the native GMEOW graph.
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
bibframe |
bibframe, rdf |
bibo |
bibo |
dcterms |
dcterms |
oai_dc |
dc |
schema-org |
schema |
External Equivalences
Equivalent or closely aligned targets: bibo, dcterms
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:identifier |
equivalence | - |
skos:closeMatch | bibo:doi | gmeow-properties.sssom.tsv; gmeow:eqProperties014; confidence 0.8 |
gmeow:identifier |
equivalence | - |
skos:closeMatch | dcterms:identifier | gmeow-properties.sssom.tsv; gmeow:eqProperties060; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:identifier |
projection | bibframe |
projects to / <= | bibframe:Doi, bibframe:identifiedBy, rdf:type, rdf:value | gmeow:mapBfDoi; confidence 0.9; lossy: the DOI reading rests on the 10.-prefix handle syntax |
gmeow:identifier |
projection | bibframe |
projects to / <= | bibframe:Identifier, bibframe:identifiedBy, rdf:type, rdf:value | gmeow:mapBfIdentifier; confidence 0.85 |
gmeow:identifier |
projection | bibo |
projects to / <= | bibo:doi | gmeow:mapBiboDoi; confidence 0.9; lossy: the DOI reading rests on the 10.-prefix handle syntax; registrant metadata is not resolved |
gmeow:identifier |
projection | bibo |
projects to / <= | bibo:identifier | gmeow:mapBiboIdentifier; confidence 0.85 |
gmeow:identifier |
projection | dcterms |
projects to / = | dcterms:identifier | gmeow:mapDctermsIdentifier; confidence 0.9 |
gmeow:identifier |
projection | oai_dc |
projects to / = | dc:identifier | gmeow:mapOaiDcIdentifier; confidence 0.9 |
gmeow:identifier |
projection | schema-org |
projects to / = | schema:identifier | gmeow:mapSchemaIdentifier; confidence 0.95 |
Usage Advice
Use when
- Use for a formal external identifier of a creative work — a DOI, ISBN, patent number, or accession; non-functional, so a work may carry several identifier schemes.
Avoid when
- Avoid it for the work's title (use
gmeow:title/gmeow:hasTitle) and avoid it for the GMEOW IRI itself — this is an external identifier literal, not the resource's identity.
How to use
- Carry each identifier as a scheme-prefixed literal on
gmeow:identifier(e.g. 'doi:...', 'isbn:...'); project to schema:identifier with the appropriate property type.
Examples
- ex:paper
gmeow:identifier"doi:10.1145/3290605".