@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/99e506dc-8177-40c5-8ac0-57cae13268ae> a dcat:CatalogRecord,
        ns1:Indexcard ;
    dcterms:issued "2026-07-20"^^xsd:date ;
    dcterms:modified "2026-07-20"^^xsd:date ;
    foaf:primaryTopic <https://odm-ui-dev.sobriety.press/md4py> ;
    ns1:focusIdentifier "https://odm-ui-dev.sobriety.press/md4py"^^rdf:string ;
    ns1:resourceMetadata "{\"@id\": \"https://odm-ui-dev.sobriety.press/md4py\", \"resourceType\": [{\"@id\": \"Agent\"}, {\"@id\": \"Person\"}], \"identifier\": [{\"@value\": \"https://odm-ui-dev.sobriety.press/md4py\"}], \"accessService\": [{\"@id\": \"https://odm-ui-dev.sobriety.press\"}], \"foaf:givenName\": [{\"@value\": \"Duen\"}], \"name\": [{\"@value\": \"Duen\"}]}"^^rdf:JSON .