@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://odm-share-dev.sobriety.press/trove/index-card/6c09a233-7fd7-4304-b35f-9cf6c2bdab43> a dcat:CatalogRecord,
        ns1:Indexcard ;
    dcterms:issued "2026-07-17"^^xsd:date ;
    dcterms:modified "2026-07-17"^^xsd:date ;
    foaf:primaryTopic <https://odm-ui-dev.sobriety.press/m54fu> ;
    ns1:focusIdentifier "https://odm-ui-dev.sobriety.press/m54fu"^^rdf:string ;
    ns1:resourceMetadata "{\"@id\": \"https://odm-ui-dev.sobriety.press/m54fu\", \"resourceType\": [{\"@id\": \"Agent\"}, {\"@id\": \"Person\"}], \"identifier\": [{\"@value\": \"https://odm-ui-dev.sobriety.press/m54fu\"}], \"accessService\": [{\"@id\": \"https://odm-ui-dev.sobriety.press\"}], \"foaf:givenName\": [{\"@value\": \"Radhakrishnan\"}], \"name\": [{\"@value\": \"Radhakrishnan\"}]}"^^rdf:JSON .