Dereferenceable MatPortal resource

me

DBpedia-style dataset-scoped RDF resource URI with linked-data content negotiation.

https://ontodocker.stage.matportal.org/resource/workshop-demo/example/me-326e6b6309

Resource facts

Canonical URI https://ontodocker.stage.matportal.org/resource/workshop-demo/example/me-326e6b6309
Indexed URI https://datagraph.stage.matportal.org/id/entity/example/me-326e6b6309
Dataset workshop-demo
Source graph https://datagraph.stage.matportal.org/id/graph/workshop-demo/introduction-mona-lisa-47d80fa9
Source URI http://example.org/bob#me
Status public / published
Updated 2026-06-14T01:35:20.114610Z

Types

Fact neighborhood

Predicate Object / neighbor
http://schema.org/birthDate 1990-07-04
http://www.w3.org/1999/02/22-rdf-syntax-ns#type person-f5910e77c7
http://xmlns.com/foaf/0.1/knows me-3a3b5df0e0
http://xmlns.com/foaf/0.1/topic_interest q12418-ee3b00d6ce

Known predicates

  • http://schema.org/birthDate
  • http://www.w3.org/1999/02/22-rdf-syntax-ns#type
  • http://xmlns.com/foaf/0.1/knows
  • http://xmlns.com/foaf/0.1/topic_interest

SPARQL snippet

CONSTRUCT { <https://datagraph.stage.matportal.org/id/entity/example/me-326e6b6309> ?p ?o . ?s ?p2 <https://datagraph.stage.matportal.org/id/entity/example/me-326e6b6309> }
WHERE { GRAPH ?g { { <https://datagraph.stage.matportal.org/id/entity/example/me-326e6b6309> ?p ?o } UNION { ?s ?p2 <https://datagraph.stage.matportal.org/id/entity/example/me-326e6b6309> } } }
LIMIT 500

RDF preview

@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://ontodocker.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://ontodocker.stage.matportal.org/resource/workshop-demo/example/me-326e6b6309> ;
    owl:sameAs <http://example.org/bob#me> ;
    ns1:datasetSlug "workshop-demo" .