Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rdf_value and replace mailto prefix #2943

Merged

Conversation

maudetes
Copy link
Contributor

@maudetes maudetes commented Jan 8, 2024

Supports OpenDataSoft contactPoint description, ex:

<dcat:contactPoint>
    <vcard:Organization>
        <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Kind" />
        <vcard:hasEmail rdf:resource="mailto:contact@agenceore.fr" />
    </vcard:Organization>
</dcat:contactPoint>

We make sure to use the string mailto:contact@agenceore.fr as value using rdf_value and then we strip mailto: prefix

@maudetes maudetes requested a review from quaxsze January 8, 2024 17:40
@maudetes maudetes merged commit f56173f into opendatateam:master Jan 9, 2024
1 check passed
@maudetes maudetes deleted the feat/better-contact-point-harvesting branch January 9, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants