From 1c04550ba7db794fe23032143afeb07bee04ea08 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2022 18:44:40 -0400 Subject: Consistently use the prefix "dcterms" everywhere --- lv2specgen/DTD/xhtml-rdfa-1.dtd | 2 +- lv2specgen/lv2specgen.py | 2 +- lv2specgen/template.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lv2specgen') diff --git a/lv2specgen/DTD/xhtml-rdfa-1.dtd b/lv2specgen/DTD/xhtml-rdfa-1.dtd index 26ed117..dcfbf09 100644 --- a/lv2specgen/DTD/xhtml-rdfa-1.dtd +++ b/lv2specgen/DTD/xhtml-rdfa-1.dtd @@ -442,7 +442,7 @@ mangle DTDs to appease validation --> - + diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index a4ccefa..ceeefbd 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -93,7 +93,7 @@ ns_list = { "http://rdfs.org/sioc/ns#": "sioc", "http://xmlns.com/foaf/0.1/": "foaf", "http://purl.org/dc/elements/1.1/": "dc", - "http://purl.org/dc/terms/": "dct", + "http://purl.org/dc/terms/": "dcterms", "http://purl.org/rss/1.0/modules/content/": "content", "http://www.w3.org/2003/01/geo/wgs84_pos#": "geo", "http://www.w3.org/2004/02/skos/core#": "skos", diff --git a/lv2specgen/template.html b/lv2specgen/template.html index ed9d6fb..879a109 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -3,7 +3,7 @@
Valid - XHTML+RDFa and - CSS -- cgit v1.2.1