I have tried to add some additional vocabulary to Omeka S. That works fine, except for one. Then, I receive the error message: ‘The local name cannot be empty’. What can I do to prevent this from happening?
This doesn’t work:
I go to my Omeka S installation > Vocabularies > Import new vocabulary
In addition, I’ve added the URL directly and different formats, such as JSON-LD. The odd thing is that other RDA vocabularies work without any errors, like RDA Registry | Vocabularies.
The “has details of generation” property has no local name. Whether this is intentional, I don’t know. It’s certainly not expected. Try this: download the XML file, remove the following lines (they’re near the end), and import the file.
<rdf:Description rdf:about="http://rdaregistry.info/Elements/m/">
<rdfs:isDefinedBy rdf:resource="http://rdaregistry.info/Elements/m/"/>
<reg:status rdf:resource="http://metadataregistry.org/uri/RegStatus/1001"/>
<rdfs:label xml:lang="en">has details of generation</rdfs:label>
<skos:definition xml:lang="en">Relates a manifestation to details of a relationship between an original carrier and a carrier of a reproduction made from an original.</skos:definition>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<rdfs:domain rdf:resource="http://rdaregistry.info/Elements/c/C10007"/>
<reg:lexicalAlias rdf:resource="http://rdaregistry.info/Elements/m/detailsOfGeneration.en"/>
<rdakit:instructionNumber>3.10.1.4</rdakit:instructionNumber>
<rdakit:hasElementType>6</rdakit:hasElementType>
<rdakit:toolkitLabel xml:lang="en">details of generation</rdakit:toolkitLabel>
<rdakit:toolkitDefinition xml:lang="en">Details of a relationship between an original carrier and a carrier of a reproduction made from an original.</rdakit:toolkitDefinition>
<skos:note xml:lang="fi">RDA-elementeistä johdetut ominaisuudet RDA:n manifestaation määrittelyjoukossa.</skos:note>
<rdfs:label xml:lang="fi">sukupolven tarkemmat tiedot</rdfs:label>
<skos:definition xml:lang="fi">Liittää manifestaation tarkempiin tietoihin suhteesta alkuperäisen tallenteen ja siitä tuotetun jäljenteen välillä.</skos:definition>
<rdakit:toolkitLabel xml:lang="fi">sukupolven tarkemmat tiedot</rdakit:toolkitLabel>
<rdakit:toolkitDefinition xml:lang="fi">Tarkemmat tiedot suhteesta alkuperäisen tallenteen ja siitä tuotetun jäljenteen välillä.</rdakit:toolkitDefinition>
</rdf:Description>