We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8637380 commit 3a9e717Copy full SHA for 3a9e717
xslt/dif-to-mmd.xsl
@@ -10,6 +10,7 @@ Meaning this should consume both DIF 8, 9 and 10.
10
xmlns:dif="http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/"
11
xmlns:mmd="http://www.met.no/schema/mmd"
12
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
13
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
14
version="1.0">
15
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
16
<xsl:key name="isoc" match="skos:Collection[@rdf:about='https://vocab.met.no/mmd/ISO_Topic_Category']/skos:member/skos:Concept" use="skos:altLabel"/>
0 commit comments