From 6f045017686c6f71e1269d8e8dbe469c4d154770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Mercader?= Date: Mon, 8 Oct 2018 13:07:50 +0200 Subject: [PATCH] Use vcard:hasEmail instead of the deprecated vcard:email `vcard:email` has been deprecated for quite a while in favour of `vcard:hasEmail` (which is actually mentioned elsewhere in the schema documentation) --- v1.1/schema/catalog.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.1/schema/catalog.jsonld b/v1.1/schema/catalog.jsonld index 5bde41ee..dcaef4f5 100644 --- a/v1.1/schema/catalog.jsonld +++ b/v1.1/schema/catalog.jsonld @@ -51,7 +51,7 @@ "primaryITInvestmentUII": "pod:primaryITInvestmentUII", "programCode": "pod:programCode", "fn": "vcard:fn", - "hasEmail": "vcard:email", + "hasEmail": "vcard:hasEmail", "name": "skos:prefLabel", "subOrganizationOf": "org:subOrganizationOf" }