LOD-Laundromat / lodlaundry.github.io

http://lodlaundromat.org
2 stars 2 forks source link

Add human readable names for each data document #85

Open wouterbeek opened 9 years ago

wouterbeek commented 9 years ago

Add human readable names for each data document. Suggested property: rdfs:label Suggested value: URI PATH*

wouterbeek commented 9 years ago

Pseudo-algorithm:

IF [this.isArchiveEntry]
THEN [
    IF [this.parent.isArchiveEntry]
    THEN [this.parent.label + this.path]
    ELSE [this.parent.label + " " + this.path]
] ELSE [this.uri]