From 7a8413238380ed4dc0fd5e082ca3eb12133d0322 Mon Sep 17 00:00:00 2001 From: joeflack4 Date: Fri, 6 May 2022 16:57:49 -0400 Subject: [PATCH] Updated prefix: biolinkml --> linkml --- src/linkml/core/prefixes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/linkml/core/prefixes.yaml b/src/linkml/core/prefixes.yaml index a750edf..6f754de 100644 --- a/src/linkml/core/prefixes.yaml +++ b/src/linkml/core/prefixes.yaml @@ -7,7 +7,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/ prefixes: tccm: https://hotecosystem.org/tccm/ xsd: http://www.w3.org/2001/XMLSchema# - biolinkml: https://w3id.org/biolink/biolinkml/ + linkml: https://w3id.org/linkml/ rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs: http://www.w3.org/2000/01/rdf-schema# owl: http://www.w3.org/2002/07/owl# @@ -16,4 +16,4 @@ prefixes: default_prefix: tccm imports: - - biolinkml:types + - linkml:types