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

Veel blank nodes #36

Open
MPParsley opened this issue Dec 8, 2022 · 1 comment
Open

Veel blank nodes #36

MPParsley opened this issue Dec 8, 2022 · 1 comment

Comments

@MPParsley
Copy link
Contributor

Door het ontbreken van id’s worden voor elk object blank nodes aangemaakt.

Vaak zijn 2 identificators terug te vinden die elk op zich een object voorstellen:

"Object.identificator": [
{
 "@type": "Identificator",
  "Identificator.identificator": {
    "@value": "530019261",
    "@type": "https://stad.gent/id/identificatiesysteem/priref"
  }
},
{
  "@type": "Identificator",
  "Identificator.identificator": {
    "@value": "2010-0028_00-72",
    "@type": "https://stad.gent/id/identificatiesysteem/objectnummer"
  },
  "Entiteit.type": {
    "@id": "cest:Waarde_objectnummer",
    "label": "objectnummer"
  }
}

Dit maakt het het moeilijk om hetzelfde object te gaan identificeren bij een update.

@MPParsley
Copy link
Contributor Author

MPParsley commented Jul 16, 2024

te bezien of skolemisation hier een oplossing kan brengen voor de blank nodes

cc @brechtvdv

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

1 participant