Skip to content

Instantly share code, notes, and snippets.

View ncarboni's full-sized avatar

Nicola Carboni ncarboni

View GitHub Profile
@ncarboni
ncarboni / gnd_entityfacts_coordinates.ttl
Last active March 19, 2020 08:57
GND EntityFacts coordinates
@prefix dc: <http://purl.org/dc/terms/> .
@prefix geojson: <https://purl.org/geojson/vocab#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://d-nb.info/gnd/4050471-2>
a <https://d-nb.info/standards/elementset/gnd#PlaceOrGeographicName> ;
dc:spatial [
a <https://purl.org/geojson/vocab#Feature> ;
geojson:geometry [
a geojson:Point ;
@ncarboni
ncarboni / gnd_entityfacts_json-ld.json
Created March 19, 2020 08:58
GND EntityFacts JSON-LD
{
"@context": "https://hub.culturegraph.org/entityfacts/context/v1/entityfacts.jsonld",
"@type": "place",
"@id": "https://d-nb.info/gnd/4050471-2",
"location": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": ["12.483900", "41.894739"]
}
@ncarboni
ncarboni / GND_entityfact_same_as_encoding.ttl
Last active March 19, 2020 09:05
GND EntityFacts encoding of sameness
@prefix gnd: <https://d-nb.info/standards/elementset/dnb#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <http://schema.org/> .
<https://d-nb.info/gnd/4050471-2/about> gnd:isDescribedIn [
@ncarboni
ncarboni / gnd_biblio_labels.ttl
Created March 19, 2020 09:09
GND Bibliographic Work labels
<https://d-nb.info/gnd/4001191-4>
gndo:variantNameForTheWork "La bataille d'Aliscans", "Chanson d'Aliscans";
gndo:preferredNameForTheWork "Aliscans" .
@ncarboni
ncarboni / gnd_biblio_sameness.ttl
Created March 19, 2020 09:11
GND bibliographic work encoding sameness
<https://d-nb.info/gnd/4001191-4>
owl:sameAs <http://viaf.org/viaf/182731512>, <http://id.loc.gov/rwo/agents/n90685273> .
@ncarboni
ncarboni / bnf_encoding_labels.nt
Created March 19, 2020 13:20
BNF Encoding labels
<http://data.bnf.fr/ark:/12148/cb11896729n> <http://xmlns.com/foaf/0.1/focus> <http://data.bnf.fr/ark:/12148/cb11896729n#about> .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/familyName> "Choffard" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/gender> "male" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/givenName> "Pierre-Philippe" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/name> "Pierre-Philippe Choffard" .
@ncarboni
ncarboni / bnf_encoding_sameness.nt
Created March 19, 2020 13:28
BNF encoding sameness
<http://data.bnf.fr/ark:/12148/cb11896729n> <http://www.w3.org/2002/07/owl#sameAs> <http://wikidata.org/entity/Q7192019> .
<http://data.bnf.fr/ark:/12148/cb11896729n> <http://xmlns.com/foaf/0.1/focus> <http://data.bnf.fr/ark:/12148/cb11896729n#about> .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://www.w3.org/2002/07/owl#sameAs> <http://data.bnf.fr/ark:/12148/cb11896729n#foaf:Person> .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://www.w3.org/2002/07/owl#sameAs> <http://viaf.org/viaf/44296876> .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://www.w3.org/2002/07/owl#sameAs> <http://www.idref.fr/026787431/id> .
@ncarboni
ncarboni / viaf_sameness.nt
Created March 25, 2020 15:24
VIAF encoding sameness
<http://viaf.org/viaf/122650373> <http://schema.org/sameAs> <http://www.wikidata.org/entity/Q19596483> .
<http://viaf.org/viaf/122650373> <http://schema.org/sameAs> <http://viaf.org/viaf/122650373> .
@ncarboni
ncarboni / authorityname_loc.ttl
Created April 1, 2020 09:56
AuthorityNames_LOC
@prefix ns0: <http://www.loc.gov/mads/rdf/v1#> .
@prefix ns1: <http://id.loc.gov/vocabulary/identifiers/> .
@prefix ns2: <http://id.loc.gov/ontologies/RecordInfo#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns3: <http://id.loc.gov/ontologies/bflc/> .
<http://id.loc.gov/authorities/names/n50069453>
a <http://www.loc.gov/mads/rdf/v1#CorporateName>, <http://www.loc.gov/mads/rdf/v1#Authority> ;
@ncarboni
ncarboni / convert_geonames.py
Created May 26, 2020 10:16
Convert geonames RDF to usable format
# script modified from https://github.com/rhasan/sw/blob/master/genames/convert2ntriples.py
# This script will take genames rdf dump available here http://download.geonames.org/all-geonames-rdf.zip
# and convert each triples to N-Triple seralization.
# The dump has one rdf document per toponym on every line of the file.
# The produced N-Triples will be written in geonames.nt file. The final geonames.nt file is approximately 13.21GB
#!/usr/bin/python
import rdflib
fo = open("geonames.nt", "wb")