Skip to content
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

LP9 Data Collection Activity #1

Open
junjun7613 opened this issue Dec 5, 2023 · 4 comments
Open

LP9 Data Collection Activity #1

junjun7613 opened this issue Dec 5, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@junjun7613
Copy link
Collaborator

junjun7613 commented Dec 5, 2023

This issue item is for the data collection activity at LP9. Contributors should provide the basic information of the dataset they provide, such as name, format, contents, license, and a link to actual data uploaded to this repository.

For example:

name: Epigraphic Database Heidelberg (https://edh.ub.uni-heidelberg.de/data/download)
format: CSV, TTL
contents: personal names separated with Roman "tria nomina", reference to EDH ID, gender, origin, status, source attestation, etc.
license: CC-BY-SA
link: https://github.com/DigiClass/LOD-People/blob/main/sample-data/EDH/edh_people.ttl

@junjun7613 junjun7613 changed the title LP9 Data Collection LP9 Data Collection Activity Dec 5, 2023
@gabrielbodard gabrielbodard added enhancement New feature or request help wanted Extra attention is needed labels Dec 6, 2023
@GretaHawes
Copy link

name: MANTO (https://manto.unh.edu/viewer)
format: CSV, and queriable via the API
contents: disambiguated LOD dataset of "agents" (gods, heroes, monsters etc) and "collectives" (groups of gods, heroes, monsters etc) who appear in ancient sources (texts, artifacts) as characters in mythic narratives. Attributes include alternative names, gender, alignment with wikidata and LIMC, disambiguation categories (possibly same as, rationalised form of, sometimes conflated with etc), genealogical relationships, relationships to places (birthplace, location of death, cities founded etc), other characters interacted with (killing, enslavement, etc), textual passages mentioned in, artifacts depicted on.
license: CC-BY 4.0
Sample dataset showing disambiguation attributions for some entitiesagents and collectives in Apollodoros.csv

Fuller indication of possible attributions for an agent (e.g. = Heracles): https://resource.manto.unh.edu/8188478 and for a collective (e.g. = Greeks at Troy): https://resource.manto.unh.edu/8190050

@gabrielbodard
Copy link
Contributor

Just to note, some more datasets may be found in this list: https://wiki.digitalclassicist.org/Greco-Roman_Prosopographies (although some are defunct/were never digital, and the list is not comprehensive or up to date).

There may be more at https://wiki.digitalclassicist.org/Category:Prosopography too. I'd like to think we could make new entries in the DC wiki from some of the discoveries in this avtivity…

@junjun7613
Copy link
Collaborator Author

junjun7613 commented Dec 11, 2023

name: Digital Prosopography of the Roman Republic (https://romanrepublic.ac.uk/)
format: CSV, JSON, XML, TSV
contents: contains the people from the Roman republic, providing their name (praenomen, nomen and cognomen separated), life span, office, sex, social status, etc .Data collected from Broughton’s Magistrates of the Roman Republic , Rüpke’s inventory of Roman priests in the Fasti Sacerdotum, Zmeskal’s Adfinitas, and Pina Polo’s work on repulsae.
license: CC-BY-NC 4.0
Here is query.csv downloaded from the RDF server of the site with following SPARQL queries:

PREFIX : http://romanrepublic.ac.uk/rdf/ontology#
PREFIX owl: http://www.w3.org/2002/07/owl#
PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
PREFIX xml: http://www.w3.org/XML/1998/namespace
PREFIX xsd: http://www.w3.org/2001/XMLSchema#
PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema#
PREFIX vocab: http://romanrepublic.ac.uk/rdf/ontology#
PREFIX map: http://romanrepublic.ac.uk/rdf/entity/#
PREFIX db: http://romanrepublic.ac.uk/rdf/entity/

SELECT * WHERE{
?s vocab:hasDprrID ?id;
rdfs:label ?label;
vocab:hasNomen ?nomen;
vocab:hasCognomen ?cognomen;
vocab:hasEraFrom ?from;
vocab:hasEraTo ?to;
vocab:hasHighestOffice ?office.
}

Fuller indication of possible attributions for an person (eg. Caius Iulius Caesar): https://romanrepublic.ac.uk/rdf/repositories/dprr/explore?resource=%3Chttp%3A%2F%2Fromanrepublic.ac.uk%2Frdf%2Fentity%2FPerson%2F1957%3E

@eltonteb
Copy link

name: SlaveAgents (TBC but information here: https://www.ims.forth.gr/en/project/view?id=272)

format: CSV, JSON, JSON-LD, API
contents: disambiguated LOD dataset of "enslaved persons" (and their masters) in antiquity
geographical scope: Western Eurasia and North Africa
temporal scope: 1000 BCE - 300 CE
ancient languages: Greek, Latin, Assyrian, Babylonian, Egyptian, Hebrew, Aramaic
ancient sources: texts, inscriptions, tombs, votive offerings, utilitarian objects
networks: family, kinship, work, ethnicity, cult
license: CC-BY 4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants