Update loinc namespace.

This commit is contained in:
Jim Balhoff 2023-02-10 12:43:15 -05:00
parent d596a6c343
commit a547458274
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ public class TurtleParser extends ParserBase {
else
t.linkedPredicate("a", "sct:" + urlescape(code), null, null);
} else if ("http://loinc.org".equals(system)) {
t.prefix("loinc", "http://loinc.org/rdf#");
t.prefix("loinc", "https://loinc.org/rdf/");
t.linkedPredicate("a", "loinc:"+urlescape(code).toUpperCase(), null, null);
}
}