Open VladimirAlexiev opened 10 months ago
@VladimirAlexiev , thank you and will fix the ontology and mapping scripts.
I edited "please replace them as follows" to add the last 2 props (unchanged).
@davidlamprecht Still has some problems:
@prefix dbprop: <https://dbpedia.org/property/> .
<https://semopenalex.org/geo/I200650556> a soa:Geo;
owl:sameAs <https://sws.geonames.org/3149318>;
wgs:lat "58.14671"^^<http://www.w3.org/2001/XMLSchema#float>;
wgs:long "7.9956"^^<http://www.w3.org/2001/XMLSchema#float>;
dbprop:countryCode "NO";
dbprop:city "Kristiansand";
dbprop:country "Norway" .
dbprop
uses http not httpsdbp
not dbprop
xsd
prefix is missing
curl -Haccept:text/turtle https://semopenalex.org/geo/I200650556
showsBut if you compare to https://sws.geonames.org/3149318/about.rdf, you'll see that 3 of the used Geonames props don't exist. Also, https://semopenalex.org/institution/I200650556 uses
dbp:countryCode "NO"
, and there's no need to use a different prop here.So please replace them as follows: