Skip to content

Commit

Permalink
removed unused xlink: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nleanba committed Oct 22, 2024
1 parent 1ab4db1 commit 45e1c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gg2rdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ export function gg2rdf(
@prefix dwc: <http://rs.tdwg.org/dwc/terms/> .
@prefix dwcFP: <http://filteredpush.org/ontologies/oa/dwcFP#> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix trt: <http://plazi.org/vocab/treatment#> .
@prefix xlink: <http://www.w3.org/1999/xlink/> .`);
@prefix trt: <http://plazi.org/vocab/treatment#> .`);

// this is the <document> surrounding everything. doc != document
const doc = document.querySelector("document") as Element;
Expand Down

0 comments on commit 45e1c9c

Please sign in to comment.