metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

Fix space bug in rdf:resource - should be using %20 #333

Closed ianwallen closed 1 year ago

ianwallen commented 1 year ago

Fix bug in rdf:resource as it was failing to validate the rdf when attempting to load data into an rdf parser.

jodygarnett commented 1 year ago

Example:

http://www.thesaurus.gc.ca/concept/#Access%20to%20information

From https://canada.multites.net/cst/EAEAD1E6-7DD2-4997-BE7F-40BFB1CBE8A2/CST20221116.xml (Nov 16th update):

<CONCEPT>
<DESCRIPTOR>Access to information</DESCRIPTOR>
  <French>Accès à l'information</French>
  <RelatedTerm>Censorship</RelatedTerm>
  <RelatedTerm>Confidentiality</RelatedTerm>
  <RelatedTerm>Freedom of information</RelatedTerm>
  <RelatedTerm>Information</RelatedTerm>
  <RelatedTerm>Information requests</RelatedTerm>
  <RelatedTerm>Open government</RelatedTerm>
  <RelatedTerm>Privacy</RelatedTerm>
  <SubjectCategory>IN Information and Communications</SubjectCategory>
</CONCEPT>