Closed KonradHoeffner closed 4 years ago
There are 22 software products in the endpoint right now:
SELECT ?s STR(?label) as ?label {?s a hito:SoftwareProduct; rdfs:label ?label.}
Checking the first ones if they are as tables on Google Drive but there is no table for:
They are in hito.ttl instead, so we need to download the software products from the SPARQL endpoint.
Done with fb8208acbfffc1eb8f778ca6650ac923c09e937a
Citations fehlen noch:
ERROR: insert or update on table "citation" violates foreign key constraint "citation_classified_suffix_fkey"
DETAIL: Key (classified_suffix)=(SupportForCommunicationBetweenOrganizations) is not present in table "classified".
Importing swp_has_child from https://hitontology.eu/sparql
DELETE 0
INSERT 0 1
Importing swp_has_interoperabilitystandard from https://hitontology.eu/sparql
DELETE 0
INSERT 0 5
Importing swp_has_language from https://hitontology.eu/sparql
DELETE 0
INSERT 0 3
Importing swp_has_license from https://hitontology.eu/sparql
DELETE 0
ERROR: insert or update on table "swp_has_license" violates foreign key constraint "swp_has_license_license_suffix_fkey"
DETAIL: Key (license_suffix)=(GNU_General_Public_License) is not present in table "license".
Importing swp_has_operatingsystem from https://hitontology.eu/sparql
DELETE 0
INSERT 0 9
Importing swp_has_programminglanguage from https://hitontology.eu/sparql
Options
I prefer option 2 because then we are free from CSV2RDF altogether and can just release the scripts alongside a SPARQL dump and unify the script code base.
All errors are fixed.
Do we use CSV2RDF or do load it over SPARQL?