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

feature request: Allow multiple classes to be specified #33

Open
rlzijdeman opened this issue Jul 17, 2021 · 3 comments
Open

feature request: Allow multiple classes to be specified #33

rlzijdeman opened this issue Jul 17, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@rlzijdeman
Copy link

Hi,

This is not really an issue, but hope I can use this as a placeholder for next meetup.

CLARIAH's burgerlinker is a tool to link persons to the Dutch civil registries. It requires a LOD dataset. I tried to use LDWizard to set, but fails on two components:

  • unable to define a column of being of type xsd:date
  • unable to define multiple 'resource' classes (e.g. person, event, ...)
@rlzijdeman
Copy link
Author

coming to think of it: a work around for the multiple classes would be to run the same .csv file through LDWizard multiple times. E.g. once for the class event 'birth' and once for the class persons.

@GerwinBosch GerwinBosch transferred this issue from pldn/LDWizard-old Jun 20, 2022
@wouterbeek
Copy link
Collaborator

wouterbeek commented Sep 19, 2022

unable to define a column of being of type xsd:date

This is already picked up in #35

unable to define multiple 'resource' classes (e.g. person, event, ...)

This is the specific feature that this issue is about.

@wouterbeek wouterbeek changed the title usecase: ldwizard - clariah burgerLinker feature: Allow multiple classes to be specified Sep 19, 2022
@wouterbeek wouterbeek added enhancement New feature or request and removed test-case labels Sep 19, 2022
@wouterbeek wouterbeek changed the title feature: Allow multiple classes to be specified feature request: Allow multiple classes to be specified Sep 19, 2022
@wouterbeek
Copy link
Collaborator

wouterbeek commented Aug 27, 2023

This issue is about adding more than one rdf:type statement per record/row. For example, something is both an sdo:Person and a foaf:Person:

<something> a sdo:Person, foaf:Person.

I think that this is out-of-scope for the LD Wizard, since this could be considered advanced use, but this must first be discussed during a WG session to see how others assess this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants