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
don't emit blank nodes as values of cito:citesAsEvidence, cito:citesAsRelated, cito:citesForInformation!
There's a different number for each, which suggests you got data but the conversion has somehow skipped it)
don't emit empty strings like dcterms:bibliographicCitation "", "Wikipedia (English) Athens"
use dc: instead of dct: in dcterms:coverage "Athina/Athens"
because dct:coverage is an object property with range dct:LocationPeriodOrJurisdiction.
use proper xsd:gYear literal for pleiades:start_date, pleiades:end_date, eg "-0330"^^xsd:gYear (the year must have at least 4 digits)
this reflexive link is useless, so remove it <https://pleiades.stoa.org/places/579885> owl:sameAs <http://pleiades.stoa.org/places/579885>
is it really a good idea to use machine-tags in dcterms:subject (eg "dare:ancient=1")?
I thought dcterms:subject is intended for human-readable info.
In any case, use dc: because dcterms:subject "This term is intended to be used with non-literal values"
wasDerivedFrom is intended for structured resources. So don't use it for things like
Based on the canonic example https://pleiades.stoa.org/places/579885/turtle
There's a different number for each, which suggests you got data but the conversion has somehow skipped it)
dcterms:bibliographicCitation "", "Wikipedia (English) Athens"
dcterms:modified "2016-07-13T14:23:21-04:00"^^xsd:date
dc:
instead ofdct:
indcterms:coverage "Athina/Athens"
because dct:coverage is an object property with range
dct:LocationPeriodOrJurisdiction
."-0330"^^xsd:gYear
(the year must have at least 4 digits)<https://pleiades.stoa.org/places/579885> owl:sameAs <http://pleiades.stoa.org/places/579885>
dcterms:subject
(eg"dare:ancient=1"
)?I thought
dcterms:subject
is intended for human-readable info.In any case, use
dc:
becausedcterms:subject
"This term is intended to be used with non-literal values"wasDerivedFrom
is intended for structured resources. So don't use it for things likedc:source
skos:prefLabel
for uniformityThe text was updated successfully, but these errors were encountered: