@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <https://share.osf.io/vocab/2023/trove/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://share.osf.io/trove/index-card/fd7946c1-d8df-478d-88ca-432c85c919e9> a dcat:CatalogRecord,
        ns1:Indexcard ;
    dcterms:issued "2023-08-23"^^xsd:date ;
    dcterms:modified "2023-08-23"^^xsd:date ;
    foaf:primaryTopic <https://osf.io/uaz2n> ;
    ns1:focusIdentifier "https://osf.io/uaz2n"^^rdf:string ;
    ns1:resourceMetadata "{\"@id\": \"https://osf.io/uaz2n\", \"resourceType\": [{\"@id\": \"Agent\"}, {\"@id\": \"Person\"}], \"identifier\": [{\"@value\": \"https://osf.io/uaz2n\"}], \"accessService\": [{\"@id\": \"https://osf.io\"}], \"foaf:familyName\": [{\"@value\": \"Jones\"}], \"foaf:givenName\": [{\"@value\": \"John\"}], \"name\": [{\"@value\": \"John Jones\"}]}"^^rdf:JSON .