Skip to content

Commit

Permalink
XML and EXIF namespaces are not properly terminated
Browse files Browse the repository at this point in the history
  • Loading branch information
ktk committed Sep 22, 2021
1 parent 196c4c8 commit b7bb54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prefixes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const prefixes = {
duv: 'http://www.w3.org/ns/duv#',
earl: 'https://www.w3.org/ns/earl#',
ebucore: 'http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#',
exif: 'http://www.w3.org/2003/12/exif/ns',
exif: 'http://www.w3.org/2003/12/exif/ns#',
foaf: 'http://xmlns.com/foaf/0.1/',
frbr: 'http://purl.org/vocab/frbr/core#',
geo: 'http://www.opengis.net/ont/geosparql#',
Expand Down Expand Up @@ -87,7 +87,7 @@ const prefixes = {
wgs: 'http://www.w3.org/2003/01/geo/wgs84_pos#',
xhv: 'http://www.w3.org/1999/xhtml/vocab#',
xkos: 'http://rdf-vocabulary.ddialliance.org/xkos#',
xml: 'http://www.w3.org/XML/1998/namespace',
xml: 'http://www.w3.org/XML/1998/namespace/',
xsd: 'http://www.w3.org/2001/XMLSchema#'
}

Expand Down

0 comments on commit b7bb54b

Please sign in to comment.