@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://data.matportal.org/ns/datagraph#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://nfdi4cat.stage.matportal.org/resource/workshop-demo/example/me-3a3b5df0e0> rdfs:label "me" ;
    dcterms:isPartOf <https://datagraph.stage.matportal.org/id/graph/workshop-demo/introduction-mona-lisa-47d80fa9> ;
    rdfs:seeAlso <https://nfdi4cat.stage.matportal.org/resource/workshop-demo/example/me-3a3b5df0e0> ;
    owl:sameAs <http://example.org/alice#me> ;
    ns1:datasetSlug "workshop-demo" .

