Revision 170132be2132f303173f244bb541da323b24200e authored by Julien Demangeon on 25 October 2021, 09:05:32 UTC, committed by GitHub on 25 October 2021, 09:05:32 UTC
[42] Fix vega package version for display graph
2 parent s 7867ed3 + a7b3084
Raw File
prefixes.js
export default {
    bibo: 'http://purl.org/ontology/bibo/',
    dbpedia: 'http://dbpedia.org/ontology/',
    dcdoc: 'http://dublincore.org/documents/',
    dcmitype: 'http://purl.org/dc/dcmitype/',
    dcterms: 'http://purl.org/dc/terms/',
    foaf: 'http://xmlns.com/foaf/0.1/#',
    geo: 'http://www.w3.org/2003/01/geo/wgs84_pos#',
    gn: 'http://www.geonames.org/ontology/ontology_v3.1.rdf/',
    istex: 'https://data.istex.fr/ontology/istex#',
    owl: 'http://www.w3.org/2002/07/owl#',
    prov: 'http://www.w3.org/ns/prov#',
    rdf: 'http://www.w3.org/1999/02/22-rdf-syntax-ns#',
    rdfs: 'http://www.w3.org/2000/01/rdf-schema#',
    schema: 'http://schema.org/',
    skos: 'http://www.w3.org/2004/02/skos/core#',
    time: 'http://www.w3.org/TR/owl-time/',
    xfoaf: 'http://www.foafrealm.org/xfoaf/0.1/',
    xml: 'http://www.w3.org/XML/1998/namespace',
    xsd: 'http://www.w3.org/2001/XMLSchema#',
};
back to top