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

Representing 'current' membership/affiliation when no dates are available #118

Open
lambdamusic opened this issue Aug 22, 2018 · 1 comment

Comments

@lambdamusic
Copy link

I have data about researchers and historical affiliations and I know which is the most recent affiliation (but have no dates).

What's the best pattern to represent 'current' membership without reference to dates? Here's a draft implementation..

{
    "@type": "Person",
    "familyName": "Doe",
    "givenName": "John",
    "affiliation": [
        {
            "@type": "OrganizationRole",
            "affiliation": {
                "@type": "Organization",
                "@id": "http://www.grid.ac/institutes/grid.4886.2"
            },
            "description": "Current affiliation"
        },
        {
            "@type": "Organization",
            "@id": "http://www.grid.ac/institutes/grid.421234.2"
        },
        {
            "@type": "Organization",
            "@id": "http://www.grid.ac/institutes/grid.457768.f"
        },
        {
            "@type": "Organization",
            "@id": "http://www.grid.ac/institutes/grid.457836.b"
        }
    ]
}
@RichardWallis RichardWallis transferred this issue from schemaorg/schemaorg Jul 14, 2020
@RichardWallis
Copy link

See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.

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

No branches or pull requests

2 participants