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

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

<https://share.osf.io/trove/browse> dcterms:title "trove browse"@en .

<https://share.osf.io/trove/docs> dcterms:title "trove search-api docs"@en .

<https://share.osf.io/trove/index-card-search> dcterms:title "trove index-card-search"@en .