You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
You could redefine this below to use prefix dc: because that's most commonly used
@prefix dce: <http://purl.org/dc/elements/1.1/> .
dc:identifier vs dce:identifier: Is there need to use both (especially given that the former is a subproperty of the latter)?
dc:date and pav:authoredOn "2018-02-12 16:53:18.0"should be"2018-02-12T16:53:18.0"^^xsd:dateTime`
owl:deprecated "false" should be false or "false"^^xsd:boolean
void:inDataset <http://vocab.nerc.ac.uk/.well-known/void> is wrong because that's a DatasetDescription not Dataset.
It describes <https://vocab.nerc.ac.uk/> as Dataset, so use that one
don't emit skos:altLabel when missing (currently emitted as "")
skos:prefLabel "integral_wrt_time_of_radioactivity_concentration_of_222Fr_in_air"@en is hardly a name in English. Could you convert underscores to spaces?
Notes about http://vocab.nerc.ac.uk/standard_name/?_profile=nvs&_mediatype=text/turtle
(which might be implemented in https://github.com/surroundaustralia/VocPrez-theme-nvs?)
dct:
dc:
because that's most commonly useddc:identifier
vsdce:identifier
: Is there need to use both (especially given that the former is a subproperty of the latter)?dc:date
andpav:authoredOn
"2018-02-12 16:53:18.0"should be
"2018-02-12T16:53:18.0"^^xsd:dateTime`owl:deprecated "false"
should befalse
or"false"^^xsd:boolean
void:inDataset <http://vocab.nerc.ac.uk/.well-known/void>
is wrong because that's a DatasetDescription not Dataset.It describes
<https://vocab.nerc.ac.uk/>
as Dataset, so use that oneskos:altLabel
when missing (currently emitted as""
)skos:prefLabel "integral_wrt_time_of_radioactivity_concentration_of_222Fr_in_air"@en
is hardly a name in English. Could you convert underscores to spaces?skos:note "accepted"@en
: better usevs:term_status "stable"
wherevs:
is http://www.w3.org/2003/06/sw-vocab-status/ns#The text was updated successfully, but these errors were encountered: