Darrin Baines Identity Namespace

Namespace URI: https://www.darrinbaines.org/ns/identity#

Preferred Prefix: dbn:

Created: February 12, 2026

Last Modified: February 24, 2026

Creator: https://orcid.org/0000-0001-9502-4678

Formats Available: Turtle | HTML

Version Policy: Non-breaking term evolution policy

About This Namespace

This namespace provides terms for describing canonical identity nodes, authority levels, and verification status. It is designed to support the representation of persistent, authoritative identity information on the web using linked data principles.

Classes

dbn:CanonicalIdentityNode
Class (owl:Class, rdfs:Class)
A primary, authoritative representation of an entity's identity on the web with persistent identifiers and linked data.
Subclass of: schema:Person
dbn:AuthorityNode
Class (owl:Class, rdfs:Class)
A verified, authoritative source of information about an entity.
dbn:IdentifierNode
Class (owl:Class, rdfs:Class)
A node that represents a specific identifier within an identity ecosystem.

Properties

dbn:websiteId
Datatype Property
A unique identifier for this website instance.
Domain: dbn:CanonicalIdentityNode
Range: xsd:string
dbn:authorityType
Datatype Property
Specifies the type of authority this node represents.
Domain: dbn:AuthorityNode
Range: xsd:string
dbn:tierLevel
Datatype Property
Authority tier classification (A, B, C) indicating the level of machine-readability and linked data support.
Domain: dbn:CanonicalIdentityNode
Range: xsd:string
dbn:verificationStatus
Datatype Property
Current verification status of the identity node.
Domain: dbn:CanonicalIdentityNode
Range: xsd:string
dbn:linkedDataNative
Datatype Property
Indicates whether this node natively supports linked data principles.
Domain: dbn:CanonicalIdentityNode
Range: xsd:boolean
dbn:canonicalURI
Object Property
The primary, authoritative URI for this entity.
Domain: dbn:CanonicalIdentityNode
Range: rdfs:Resource
dbn:persistenceCommitment
Datatype Property
Statement of commitment to maintaining persistent, stable identifiers.
Domain: dbn:CanonicalIdentityNode
Range: xsd:string
dbn:identifierSystem
Datatype Property
The naming authority or system for an identifier (e.g., ORCID, ISNI, VIAF).
Range: xsd:string
dbn:lastVerified
Datatype Property
Date when the identity information was last verified.
Domain: dbn:CanonicalIdentityNode
Range: xsd:date
dbn:establishedDate
Datatype Property
Date when the canonical identity node was first established.
Domain: dbn:CanonicalIdentityNode
Range: xsd:date
dbn:verifiedBy
Object Property
Indicates that this identity is verified/authenticated by an authoritative identifier or authority.
Domain: dbn:CanonicalIdentityNode
Range: dbn:IdentifierNode
dbn:verifierAuthority
Datatype Property
Name of the authority/organization that issued the verifying identifier.
Range: xsd:string
dbn:verifierURL
Object Property
URL of the verifying authority or identifier.
Range: rdfs:Resource
dbn:verificationLevel
Datatype Property
Level of verification provided (e.g., 'primary', 'secondary', 'tertiary').
Range: xsd:string

Usage Example

@prefix dbn: <https://www.darrinbaines.org/ns/identity#> .
@prefix schema: <https://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://www.darrinbaines.org>
  a dbn:CanonicalIdentityNode ;
  dbn:websiteId "darrinbaines-org-001" ;
  dbn:authorityType "canonical-identity-node" ;
  dbn:tierLevel "C" ;
  dbn:verificationStatus "verified" ;
  dbn:linkedDataNative true ;
  dbn:canonicalURI <https://www.darrinbaines.org> ;
  dbn:verifiedBy <https://orcid.org/0000-0001-9502-4678> ;
  dbn:verifiedBy <https://isni.org/isni/0000000134374797> ;
  dbn:verifiedBy <https://viaf.org/viaf/7234149296210180670008> ;
  schema:name "Darrin Baines" .

# The verifying identifiers - all point to the same person
<https://orcid.org/0000-0001-9502-4678>
  a dbn:IdentifierNode ;
  dbn:verifierAuthority "ORCID" ;
  dbn:verificationLevel "primary" ;
  owl:sameAs <https://www.darrinbaines.org> .

<https://isni.org/isni/0000000134374797>
  a dbn:IdentifierNode ;
  dbn:verifierAuthority "ISNI" ;
  dbn:verificationLevel "primary" ;
  owl:sameAs <https://www.darrinbaines.org> .

💡 Verification Explained

The dbn:verifiedBy property creates an explicit verification chain. It says:

See Also


Darrin Baines Identity Namespace
© 2026 darrinbaines.org | Persistent Identifier: 0000-0001-9502-4678