Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Vcard is not handled properly #5

@MetaGIS

Description

@MetaGIS

We handle vcard either like this
dcat:contactPoint
<rdf:Description rdf:about="https://resources.geodata.se/metadata/#vcard/Strålsäkerhetsmyndigheten/">
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Organization"/>
<vcard:fn xml:lang="sv">Strålsäkerhetsmyndigheten</vcard:fn>
<vcard:hasTelephone rdf:resource="tel:+4687994000"/>
<vcard:hasEmail rdf:resource="mailto:registrator@ssm.se"/>
<vcard:hasURL rdf:resource="http://www.stralsakerhetsmyndigheten.se"/>

or for some we use following
dcat:contactPoint
<rdf:Description rdf:about="https://resources.geodata.se/metadata/#vcard/Trafikverket/-+-">
<rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#Individual"/>
<vcard:fn xml:lang="sv">- -</vcard:fn>
<vcard:organization-name xml:lang="sv">Trafikverket</vcard:organization-name>

It means if individual-name exists in metadata then this is saved as vcard:fn and organisation is stored in vcard:organisation-name
If no person namn exists then organisationnamn is stored in vcard:fn

I also se same is handled in in publisher.
If individualname exists it is saved in foaf:name otherwize organization name is saved there.
<foaf:name xml:lang="sv">- -</foaf:name>

If individualname exists we shall never used that

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions