View names_mermaid.mmd
graph TD | |
classDef Literal fill:#f2f2f2,stroke:#000000; | |
classDef CRM_Entity fill:#FFFFFF,stroke:#000000; | |
classDef Temporal_Entity fill:#00C9E6, stroke:#000000; | |
classDef Type fill:#E18312, stroke:#000000; | |
classDef Time-Span fill:#2C9C91, stroke:#000000; | |
classDef Appellation fill:#FFEB7F, stroke:#000000; | |
classDef Place fill:#008836, stroke:#000000; | |
classDef Persistent_Item fill:#B266B2, stroke:#000000; | |
classDef Conceptual_Object fill:#FFD700, stroke:#000000; |
View artwork_mmd.mmd
graph TD | |
classDef Literal fill:#f2f2f2,stroke:#000000; | |
classDef CRM_Entity fill:#FFFFFF,stroke:#000000; | |
classDef Temporal_Entity fill:#00C9E6, stroke:#000000; | |
classDef Type fill:#E18312, stroke:#000000; | |
classDef Time-Span fill:#2C9C91, stroke:#000000; | |
classDef Appellation fill:#FFEB7F, stroke:#000000; | |
classDef Place fill:#008836, stroke:#000000; | |
classDef Persistent_Item fill:#B266B2, stroke:#000000; | |
classDef Conceptual_Object fill:#FFD700, stroke:#000000; |
View change_knowledge_Rembrandt.ttl
@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix crmpc: <http://www.cidoc-crm.org/cidoc-crm/> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix vir: <http://w3id.org/vir#> . | |
@prefix inf: <http://www.cidoc-crm.org/cidoc-crm/CRMinf/> . | |
@prefix ldp: <http://www.w3.org/ns/ldp#> . | |
View convert_geonames.py
# 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") |
View viaf_sameness.nt
<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> . |
View bnf_encoding_sameness.nt
<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> . |
View bnf_encoding_labels.nt
<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" . | |
View gnd_biblio_sameness.ttl
<https://d-nb.info/gnd/4001191-4> | |
owl:sameAs <http://viaf.org/viaf/182731512>, <http://id.loc.gov/rwo/agents/n90685273> . |
View gnd_biblio_labels.ttl
<https://d-nb.info/gnd/4001191-4> | |
gndo:variantNameForTheWork "La bataille d'Aliscans", "Chanson d'Aliscans"; | |
gndo:preferredNameForTheWork "Aliscans" . | |
NewerOlder