@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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://ontologypublicationt.stage.matportal.org/resource/workshop-demo/example/me-326e6b6309> a foaf:Person ;
    rdfs:label "me" ;
    dcterms:isPartOf <https://datagraph.stage.matportal.org/id/graph/workshop-demo/introduction-mona-lisa-47d80fa9> ;
    rdfs:seeAlso <https://ontologypublicationt.stage.matportal.org/resource/workshop-demo/example/me-326e6b6309> ;
    owl:sameAs <http://example.org/bob#me> ;
    ns1:datasetSlug "workshop-demo" .

