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

Pseudonym > Agent #379

Open
RendersKoen opened this issue Jan 15, 2025 · 2 comments
Open

Pseudonym > Agent #379

RendersKoen opened this issue Jan 15, 2025 · 2 comments
Assignees

Comments

@RendersKoen
Copy link

Hi everyone, is there a property that connects a Pseudonym to an Agent like a person?

Like the pseudonym Elvis Costello pointing to Declan McManus? Or is this not the intented use of Pseudonyms?

@tormodv
Copy link
Collaborator

tormodv commented Feb 9, 2025

#################################################################
#    Individuals
#################################################################

###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#SOMEPROGRAMME
ec:SOMEPROGRAMME rdf:type owl:NamedIndividual ,
                          ec:EditorialObject ;
                 ec:hasCreator ec:someInvolment ;
                 rdfs:label "1984"@en .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#pseudonym
ec:pseudonym rdf:type owl:NamedIndividual ,
                      ec:Pseudonym ;
             rdfs:label "George Orwel" .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#realName
ec:realName rdf:type owl:NamedIndividual ,
                     ec:Person ;
            rdfs:label "Eric Arthur Blair" .


###  http://www.ebu.ch/metadata/ontologies/ebucoreplus#someInvolment
ec:someInvolment rdf:type owl:NamedIndividual ,
                          ec:Involvement ;
                 ec:hasAgent ec:pseudonym ,
                             ec:realName .


The Person and Psaudonymclass have just the label to represent the propper name fields.

@tormodv tormodv self-assigned this Feb 9, 2025
@RendersKoen
Copy link
Author

Hi Tormod, thank you!

So if i understand it right, the relation between a person's real name and its pseudonym is only established through concrete involvements in editorial objects?

That would imply that a persons real name should be added to every involvement, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants