Closed briesenberg07 closed 6 years ago
Yes but I think it would be potentially more useful to use a uri than a literal.
Finding a uri is a little difficult.
There’s http://vocab.getty.edu/aat/300312296 but its type is a gvp:Concept. Not quite right.
There’s http://www.wikidata.org/entity/Q672070 but it’s a little difficult to sift through. Is it an instance of “InteriorSpace” or is it a subclass of “Studio”? When I look at the data Curl –vL –H “Accept: text/turtle” http://wikidata.org/entity/Q672070 …it appears to be only an instance of wikibase:Item. Well wait a second there are all those opaque identifiers … I’ll have to investigate etc etc, you get the idea.
So what would be a useful uri?
--Theo
From: Benjamin Riesenberg [mailto:notifications@github.com] Sent: Wednesday, July 25, 2018 11:05 AM To: UniverityOfWashingtonLibrariesSchemas/schemasProject schemasProject@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [UniverityOfWashingtonLibrariesSchemas/schemasProject] Additional property for edm:Agent resources? (#6)
Currently Photographer, Repository, and StudioName elements are output to the edm:Agent file. While these agents are linked to from source resources via rel:pht, dct:contributor, and edm:provider properties, the agents file itself provides little information about the nature of the resources.
Would it be good to use dct:description or other properties with element-name values to provide information about these resources in the agents file?
For example:
Agents file currently provides:
<#NowellFrankH1864-1950> ---rdf:type edm:Agent ; ---dpla:providedLabel Nowell, Frank H., 1864-1950 ;
Add?
---dct:description Photographer .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/UniverityOfWashingtonLibrariesSchemas/schemasProject/issues/6, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGokqPlN2-e2EfHbqiXXZvuzueGv0vtuks5uKLNFgaJpZM4Vgie7.
Closing this because:
Currently Photographer, Repository, and StudioName elements are output to the edm:Agent file. While these agents are linked to from source resources via rel:pht, dct:contributor, and edm:provider properties, the agents file itself provides little information about the nature of the resources.
Update:
Would it be good to use dct:description or another property to provide information about StudioName resources in the agents file? For example, a dct:description with value "Studio" could be hard-coded into the agent file template (under
group-by=StudioName
) to output as below:Agents file currently provides:
<#RobertAReid> ---rdf:type edm:Agent ; ---dpla:providedLabel "Robert A. Reid" ;
Add?
---dct:description "Studio" .
The question remains whether values for StudioName refer to entities that have meaning in other ways than as "studios". But even if they do, it might still be okay to describe them as "studios".