The description of concepts prioritized both breadth and detailedness of relations between concepts. In this sense, we decided to continue with the creation of our own ontology with our own elements and predicates while reusing reasoning inherent in RDF, Dublin Core, ISAAR, FOAF, and CDWA, EAD, and CRM. The combinatorial use of these allowed our concept or subject elements to be described in high detail. For example, we included predicates specifically to account for the multiple potential names of a concept, by reusing the RDFs and ISAAR name predicates. While ISAAR is generally used for authority records, we deemed its “Other forms of name” category as a helpful predicate to include. This inclusion allows for a greater linkage of ideas (for example, Technological Revolution is accounted for as another name for the Second Industrial Revolution). We have also included a predicate to describe or include a summary based on the idea behind the Dublin Core’s description predicate. Furthermore, our model allows for a detailed description of places, dates, persons, and events related to the subject or concept in question. As with Persons, the utilization of subclasses is ideal for including greater levels of detail if they are available for each of these relations.
Question | Subject | Predicate | subclass | Predicate is based on | eac-cpf or CDWALITE equivalent |
---|---|---|---|---|---|
What is the type? | plucky:entity | plucky:is_entity_type | RDF:type | ||
What is the subject? | plucky:entity | plucky:has_subject | DC:subject | ||
What is the controlled version of the name? | plucky:entity | plucky:has_authorized_name | RDFS:label | ||
What are other versions of the name? | plucky:entity | plucky:has_other_name | ISAAR: 5.1.5 Other forms of name | EAC-CPF:nameEntryParallel | |
What is a summary of the subject/concept? | plucky:entity | plucky:has_description | DC:description | ||
Which is the representation of the subject/object? | plucky:entity | plucky:has_representation | FOAF:description | ||
Which is the subject's relation to a place? | plucky:entity | plucky:has_place_relation | |||
--- What is the related place? | plucky:related_place | DC:location | |||
--- What does that relation mean? | plucky:relation_meaning | DC:description | |||
Which is the subject's relation to a date? | plucky:entity | plucky:has_date_relation | |||
--- What is the related date? | plucky:related_date | DC:date | |||
--- What does that relation mean? | plucky:relation_meaning | DC:description | |||
Who is the subject's relation to an agent? | plucky:entity | plucky:has_agent_relation | |||
--- Who is the related agent? | plucky:related_person | ISAAR: [5.3.1 Name/Identifier of the related corporate body, person or family] | EAC-CPF:cpfRelation | ||
--- What does the relation mean? | plucky:relation_meaning | DC:description | |||
--- What is the authority control version of the person's name? | plucky:has_authorized_name | ISAAR: 5.1.2 Authorized form of name | EAC-CPF:nameEntry | ||
--- What are other versions of the person's name? | plucky:has_other_name | ISAAR: 5.1.5 Other forms of name | EAC-CPF:nameEntryParallel | ||
--- What is the preferred person's name? | plucky:has_preferred_name | CDWA:28.2.2 [Person/Corporate Body Name; Name Type] | CDWALITE:nameCreator | ||
What is the subject's relation to an event? | plucky:entity | plucky:has_event_relation | |||
--- What is the event related? | plucky:related_event | EAD:<event> | |||
--- What are other versions of the name of the event? | plucky:has_other_name | ISAAR: 5.1.5 Other forms of name | EAC-CPF:nameEntryParallel | ||
--- What does that relation mean? | plucky:relation_meaning | DC:description | |||
--- Where? | plucky:event_place | EAD:<place> | |||
--- When? | plucky:event_date | EAD:<eventdatetime> | |||
--- What? | plucky:event_type | EAD:<eventtype> | |||
Which resources refer to the same concept? | plucky:entity | plucky:sameAs | OWL:sameAs | ||
Which resource has the concept as primary topic? | plucky:entity | plucky:isPrimaryTopicOf | FOAF:isPrimaryTopicOf |