Browse Source

Fixed vid

main
Alan Stanley 4 months ago committed by GitHub
parent
commit
3e8b88feec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/NodeBuilder.php

2
src/NodeBuilder.php

@ -51,7 +51,7 @@ final class NodeBuilder {
// Build typed relations. // Build typed relations.
$typed_relations = []; $typed_relations = [];
$vid = 'coar_resource_types'; $vid = 'person';
foreach ($contents['author'] as $author) { foreach ($contents['author'] as $author) {
$author_term = "{$author['family']}"; $author_term = "{$author['family']}";
if (isset($author['given'])) { if (isset($author['given'])) {

Loading…
Cancel
Save