Skip to content

Commit

Permalink
Standard / ISO / DCAT formatters / Fix namespace of contactPoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Apr 23, 2024
1 parent 50db967 commit 304bba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
as="node()*">
<entry key="dct:creator" as="foaf">author</entry>
<entry key="dct:publisher" as="foaf">publisher</entry>
<entry key="dct:contactPoint" as="vcard">pointOfContact</entry>
<entry key="dcat:contactPoint" as="vcard">pointOfContact</entry>
<entry key="dct:rightsHolder" as="foaf">owner</entry> <!-- TODO: Check if dcat or only in profile -->
<!-- Others are prov:qualifiedAttribution -->
</xsl:variable>
Expand Down

0 comments on commit 304bba9

Please sign in to comment.