Skip to content

Missing mappings for exact_match and close_match (skos) #744

@BernhardKoschicek

Description

@BernhardKoschicek

In the linked.art context file I cannot find exact_match or close_match mapped, even though they are listed in the name collision section of the Linked Art API documentation: https://linked.art/api/1.0/json-ld/.

I have a local copy of an older linked.art JSON-LD context file (also version 1.1) where these terms are mapped:

{
  "exact_match": {
    "@id": "skos:exactMatch",
    "@type": "@id",
    "@container": "@set"
  },
  "close_match": {
    "@id": "skos:closeMatch",
    "@type": "@id",
    "@container": "@set"
  }
}

It appears that these mappings were removed in commit c977ddd.

My question is: Should I be using skos:exactMatch and skos:closeMatch directly instead of exact_match and close_match within the Linked Art context? Or was the removal of these terms from the Linked Art context file an oversight?

I have to say, I'm quite new to the LOD universe, and I'm just trying to map CIDOC CRM data with your context file to RDF.

Metadata

Metadata

Assignees

Labels

bugThe issue describes an error or bug in the system

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions