@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://odm-share-dev.sobriety.press/> dcterms:description "a trove of metadata meant to be shared"@en ;
    rdfs:seeAlso <https://odm-share-dev.sobriety.press/trove/browse>,
        <https://odm-share-dev.sobriety.press/trove/docs>,
        <https://odm-share-dev.sobriety.press/trove/index-card-search> .

<https://odm-share-dev.sobriety.press/trove/browse> dcterms:title "trove browse"@en .

<https://odm-share-dev.sobriety.press/trove/docs> dcterms:title "trove search-api docs"@en .

<https://odm-share-dev.sobriety.press/trove/index-card-search> dcterms:title "trove index-card-search"@en .