R2RML models for modeling tabular data into semantic web VIVO compliant data. There are R2RML models for modeling person, organization, position and publication data sets. Some examples are shown below:
person.txt can be used with a CSV or TSV file that has the following columns
UID || NETID || FullName || FirstName || LastName || MidName || Email || date_hired || date_terminated || Title ||
Where:
- UID is the ID of the person
positions.txt can be used with a CSV or TSV file that has the following columns
UID || job_title || position_type || org_name || org_ID ||
aarticles.txt can be used with a CSV or TSV file that has the following columns
ID || uuid|| Title || Journal OR Published proceedings || journal_abbreviation || Publication Date1 || year || Volume || Issue || pages || DOI || ISSN || isbn || pubmed || pubmedcentral || abstract
Where:
- ID is the ID of the article
- uuid is the ID of the person
- Title is the title of the article
- Journal OR Published proceedings is the title of the journal
- journal_abbreviation is the journal abbriviated title
- Publication Date1 is the publication date of the article
- year is the year of publication
- Volume is the volume number of the journal
- Issue is the issue number of the journal
- pages is the number of the pages
- Pagination (start page)
- Pagination (end page)
- DOI is the article unique identifier
- ISSN is the journal unique identifier
- isbn
- pubmed is the Pubmed ID of the journal article
- pubmedcentral is the PubMedCentral ID of the journal article
- abstract is the abstract of the article
R2RMLAABook.txt can be used with a CSV or Tab separated file that has the following columns
BookId || ISBN || BookTitle || AuthorName || PublishDate || InstitutionFacultyId
Where:
- BookID - is the book unique identifier
- ISBN
- BookTitle - is the title of the book
- AuthorName
- PublishDate - is the date of publications
- InstitutionFacultyId is in fact our local unique identifier for a person
R2RMLBookCh.txt can be used with a CSV or TSV file that has the following columns
BookChapterId || Title || Author || Editor || ISBN || PublishDate || PublishYear || PersonName || URI |\ ChapterTitle
Where:
- BookChapterID - is the chapter unique identifier
- Title - the title of the Book
- Author
- ISBN
- Publish Year
- PersonName
- URI - the unique identifier for the person
- ChapterTitle - title of the book chapter