mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-01-13 08:37:59 -05:00
Mapping New IRIs
This directory contains the IRI mapping file for updating ontologies that use CCO v1.5, v1.6, or v1.7 to be compatible with the new IRI schema introduced in v2.0.
It is designed to work with ROBOT.
robot rename --input [file-with-old-iris] \
--mappings iri-mapping-v2.0.csv \
--add-prefix "cco2: https://www.commoncoreontologies.org/" \
--allow-missing-entities true --output [file-with-new-iris]