@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix schema: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix did: <https://www.w3.org/ns/did#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://identity.nvo987.us#me>
    a foaf:Person ;
    foaf:name "Nicholas Van-Orton" ;
    foaf:mbox <mailto:nvo@nvo987.us> ;
    foaf:homepage <https://nvo987.us> ;

    # DID
    did:identifier "did:web:identity.nvo987.us" ;

    # Web presence
    foaf:weblog <https://lab.nvo987.us> ;
    foaf:page <https://knowledge.nvo987.us> ;
    foaf:page <https://art.nvo987.us> ;
    foaf:page <https://social.nvo987.us> ;
    foaf:page <https://nvo987.fr> ;

    # Scholarly identity
    schema:sameAs <https://orcid.org/0009-0007-4628-1871> ;
    schema:sameAs <https://isni.org/isni/0000000529640885> ;
    schema:sameAs <https://www.wikidata.org/wiki/Q137675227> ;
    schema:sameAs <https://osf.io/user/t8bek> ;
    schema:sameAs <https://scholar.google.com/citations?user=iRM-GNQAAAAJ> ;

    # Network linking
    owl:sameAs <https://identity.nvo987.us> ;
    owl:sameAs <https://nvo987.us> ;
    owl:sameAs <https://lab.nvo987.us> ;
    owl:sameAs <https://knowledge.nvo987.us> ;
    owl:sameAs <https://art.nvo987.us> ;
    owl:sameAs <https://social.nvo987.us> ;
    owl:sameAs <https://nvo987.fr> .

# --------------------------------------------------
# Research Node Description
# --------------------------------------------------

<https://lab.nvo987.us>
    a schema:ResearchProject ;
    schema:name "NV0987 Lab" ;
    schema:url <https://lab.nvo987.us> ;
    schema:description "Experimental research node exploring semantic web infrastructure, AI agents, decentralized identity, and knowledge graph systems." ;
    schema:creator <https://identity.nvo987.us#me> .
