Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1319
(An Untitled Masterwork)
Active
Public
Actions
Authored by
vlorentz
on Mar 28 2022, 4:26 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
codemeta:identifier does not allow propertyvalues (source: https://github.com/codemeta/codemeta/blob/master/codemeta.jsonld#L36 ; `"@type": "@id"` means the value must be a URI, but propertyvalues are not URIs), so we need to replace:
<codemeta:identifier>
<codemeta:type>schema:PropertyValue</codemeta:type>
<schema:propertyID>HAL-ID</schema:propertyID>
<schema:value>hal-02527759</schema:value>
</codemeta:identifier>
with this:
<schema:identifier>
<codemeta:type>schema:PropertyValue</codemeta:type>
<schema:propertyID>HAL-ID</schema:propertyID>
<schema:value>hal-02527759</schema:value>
</scehma:identifier>
Event Timeline
vlorentz
created this paste.
Mar 28 2022, 4:26 PM
2022-03-28 16:26:20 (UTC+2)
vlorentz
edited the content of this paste.
(Show Details)
vlorentz
edited the content of this paste.
(Show Details)
Log In to Comment