-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add non-mandatory JSON-LD profile #34
Comments
A start. Some parts will be tricky, e.g. {
"about": {
"@id": "http://purl.org/dc/elements/1.1/description"
},
"available": {
"@id": "http://purl.org/ontology/daia/availableFor",
"@type": "@id"
},
"content": {
"@id": "http://purl.org/dc/elements/1.1/title"
},
"delay": {
"@id": "http://purl.org/ontology/service#delay",
"@type": "http://www.w3.org/2001/XMLSchema#duration"
},
"href": {
"@id": "http://xmlns.com/foaf/0.1/page",
"@type": "@id"
},
"id": "@id",
"interloan": "http://purl.org/ontology/dso#Interloan",
"item": {
"@id": "http://purl.org/ontology/holding#exemplar",
"@type": "@id"
},
"label": {
"@id": "http://purl.org/ontology/holding#label"
},
"limitation": {
"@id": "http://purl.org/ontology/service#limitedBy",
"@type": "@id"
},
"loan": "http://purl.org/ontology/dso#Loan",
"openaccess": "http://purl.org/ontology/dso#Openaccess",
"presentation": "http://purl.org/ontology/dso#Presentation",
"queue": {
"@id": "http://purl.org/ontology/service#queue",
"@type": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"remote": "http://purl.org/ontology/dso#Remote",
"service": "@type",
"unavailable": {
"@id": "http://purl.org/ontology/daia/unavailableFor",
"@type": "@id"
}
} |
|
Another look at BIBFRAME 2 is worth to consider: https://www.loc.gov/bibframe/docs/pdf/bf2-items-apr2016.pdf The BIBFRAME ontology includes several properties also required in DAIA ( |
The Holding-Ontology should switch to BIBFRAME 2. There are serveral aligments. |
To automatically map DAIA/JSON to RDF (if possible). Looks like JSON-LD 1.1 can help.
The text was updated successfully, but these errors were encountered: