Skip to content

Adding explicit data source provenance in RDF #59

@SvenLieber

Description

@SvenLieber

Currently the RDF representation of each data source is stored in a separate named graph, for example <http://kbr-syracuse> for KBR translations, <http://master-data> for countries, taxonomies etc. or <http://isni-sru> for RDF generated from the ISNI SRU API.

Where this data comes from and what its license is, is currently not explicitly represented. However, such provenance information may be added in the form of RDF, for example

@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix cc: <http://creativecommons.org/ns#> .

<http://kbr-syracuse> 
    a void:Dataset ;
    dc:created "2022-01-14"^^xsd:date ;
    cc:license <https://creativecommons.org/publicdomain/zero/1.0/> .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions