Using BIBFRAME Lite
Setting Up Your Link Domain
Your link domain is the dedicated namespace for publishing your data. We highly recommend that libraries establish a subdomain specifically for this purpose. Your own link domain ensures the public that the data is coming from you. The pattern is usually [libraryname].library.link, but you can change to a custom link domain at any time.
Example Link Domain: https://udec.library.link/
Populating Your Classes
Choose the Instance (example resource) class if your purpose is to connect a physical or digital manifestation to their corresponding Work.
Encode your data into the Instance class. BIBFRAME Lite primarily uses JSON-LD (JavaScript Object Notation for Linked Data) as its serialization format. JSON-LD allows for representing linked data using JSON, making it easier to integrate with web technologies while retaining the ability to be converted to RDF triples.
Example for the Instance Resource "A girl in winter, a novel, Philip Larkin":
{
"active_event": 46502,
"created_event": 23926,
"incoming_edges": {
"http://bibfra.me/vocab/lite/itemizes": {
"count": 1,
"predicate_hash": "y_CjIJQdNGI"
}
},
"is_active": true,
"label": "A girl in winter, a novel, Philip Larkin",
"meta": {
"http://library.link/vocab/provenance": [
"http://graph.ebsco.link/source/marc"
],
"http://library.link/vocab/rulesVersion": [
2
],
"http://library.link/vocab/transformRuleSet": [
"http://graph.ebsco.link/transform/marcjs"
]
},
"outgoing_edges": {
"http://bibfra.me/vocab/lite/instantiates": {
"count": 1,
"items": {
"pZOBVYTB6H0": {
"edge": {
"created_event": 46502,
"is_active": true,
"updated_event": 46502
},
"resource": {
"created_event": 46502,
"label": "A girl in winter, a novel, Philip Larkin",
"provenance": [
"http://graph.ebsco.link/source/marc"
],
"types": [
{
"type_hash": "szD3NC35-gY",
"type_uri": "http://bibfra.me/vocab/marc/Books"
},
{
"type_hash": "1MWgXMrWn9M",
"type_uri": "http://bibfra.me/vocab/lite/Work"
},
{
"type_hash": "7FZae7QKT5g",
"type_uri": "http://bibfra.me/vocab/marc/LanguageMaterial"
}
],
"updated_event": 46502
}
}
},
"predicate_hash": "tleY-rRYIlI"
},
"http://bibfra.me/vocab/lite/provider": {
"count": 1,
"items": {
"NJiuwn_E9nI": {
"edge": {
"created_event": 46502,
"is_active": true,
"updated_event": 46502
},
"resource": {
"created_event": 46502,
"label": "Faber and Faber, Londres, 1964",
"provenance": [
"http://graph.ebsco.link/source/marc"
],
"types": [
{
"type_hash": "7F6jwdCg1nA",
"type_uri": "http://bibfra.me/vocab/lite/ProviderEvent"
}
],
"updated_event": 46502
}
}
},
"predicate_hash": "8SCluCxNmd8"
},
"http://bibfra.me/vocab/marc/carrier": {
"count": 1,
"items": {
"TioeNsfBTZY": {
"edge": {
"created_event": 23926,
"is_active": true,
"updated_event": 46502
},
"resource": {
"created_event": 23926,
"label": "volume",
"provenance": [
"http://graph.ebsco.link/source/marc"
],
"types": [
{
"type_hash": "m485ESXjpJk",
"type_uri": "http://bibfra.me/vocab/lite/Category"
}
],
"updated_event": 46502
}
}
},
"predicate_hash": "jVZrSnCoatw"
},
"http://bibfra.me/vocab/marc/media": {
"count": 1,
"items": {
"52qqzJoPvNI": {
"edge": {
"created_event": 23926,
"is_active": true,
"updated_event": 46502
},
"resource": {
"created_event": 23926,
"label": "unmediated",
"provenance": [
"http://graph.ebsco.link/source/marc"
],
"types": [
{
"type_hash": "m485ESXjpJk",
"type_uri": "http://bibfra.me/vocab/lite/Category"
}
],
"updated_event": 46502
}
}
},
"predicate_hash": "7dqw6a0vbAU"
}
},
"published_date": "2023-08-01T00:13:10+00:00",
"resource": {
"http://bibfra.me/vocab/lite/label": [
"A girl in winter, a novel, Philip Larkin"
],
"http://bibfra.me/vocab/marc/formOfItem": [
"regular print reproduction"
],
"http://bibfra.me/vocab/marc/physicalDescription": [
"248 páginas, 19 cm"
],
"http://bibfra.me/vocab/marc/specificMaterialDesignation": [
"regular print"
],
"http://library.link/vocab/fingerprint": [
[
"http://bibfra.me/purl/versa/type",
"http://bibfra.me/vocab/marc/Text"
],
[
"http://bibfra.me/purl/versa/type",
"http://bibfra.me/vocab/lite/Instance"
],
[
"http://bibfra.me/vocab/lite/label",
"A girl in winter, a novel, Philip Larkin"
]
],
"http://library.link/vocab/provenance": [
"http://graph.ebsco.link/source/marc"
],
"http://library.link/vocab/rulesVersion": [
2
],
"http://www.w3.org/2000/01/rdf-schema#label": "A girl in winter, a novel, Philip Larkin"
},
"resource_hash": "Gc-5U9S2H2k",
"types": [
{
"type_hash": "p5_iHv1IUh4",
"type_uri": "http://bibfra.me/vocab/lite/Instance"
},
{
"type_hash": "5quZbX12SLA",
"type_uri": "http://bibfra.me/vocab/marc/Text"
}
],
"updated_event": 46502
}
Navigate to the resource in your link domain.
Examplehttps://udec.library.link/resource/Gc-5U9S2H2k:

Updated 2 months ago
