Skip to content

A Java implementation of the MuseumID Museum Object Identifier.

Notifications You must be signed in to change notification settings

EeroHeikkinen/museumid-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

museumid-java

museumid-java is a Java implementation of the MuseumID Museum Object Identifier specification. For more information about MuseumID, visit the project's website.

Usage

// Create Museum Namespace from the base domain name
MNS	mns = new MNS("nba.fi");

// Create Museum Object Identifier using the object's inventory number and the Museum Namespace
MOI	moi = new MOI("TEST1", mns);

// Results in: "urn:moi:ee167043-81b5-5228-a375-b95fcc1fcdd2"
String urn = moi.getURN();

License

GPLv3

About

A Java implementation of the MuseumID Museum Object Identifier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages