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

Can an Agent that is not a foaf:Person have an Account? #51

Open
anarchivist opened this issue Oct 17, 2016 · 1 comment
Open

Can an Agent that is not a foaf:Person have an Account? #51

anarchivist opened this issue Oct 17, 2016 · 1 comment

Comments

@anarchivist
Copy link
Member

anarchivist commented Oct 17, 2016

See #6 and #16. The diagram on #6 suggests that:

@prefix ex: <http://example.com/entities#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .

ex:user1 a foaf:Person ;
    foaf:name "Bruce Boxleitner" ;
    org:memberOf ex:group1 .
    # inferred from inverse:
    # ex:user1 foaf:account ex:account1.

ex:account1 a sioc:UserAccount ; # sioc:UserAccount rdfs:subclassOf foaf:OnlineAccount 
    foaf:accountName "tron@encom.com" ;
    sioc:account_of ex:user1 .

ex:group1 a foaf:Group ; 
    foaf:name "ENCOM Programmers" .
    # inferred from inverse:
    # ex:group1 foaf:member ex:user1 .

Is it expected that other foaf:Agents -- organzations, groups, and the not-yet-defined software agents -- have their own Accounts?

@anarchivist anarchivist changed the title Can a foaf:Organization or foaf:Group have a foaf:Account? Can a foaf:Agents that are not a foaf:Person have a foaf:Account? Oct 17, 2016
@anarchivist anarchivist changed the title Can a foaf:Agents that are not a foaf:Person have a foaf:Account? Can a foaf:Agent that are not a foaf:Person have a foaf:Account? Oct 18, 2016
@anarchivist anarchivist changed the title Can a foaf:Agent that are not a foaf:Person have a foaf:Account? Can a foaf:Agent that is not a foaf:Person have a foaf:Account? Oct 18, 2016
@anarchivist anarchivist changed the title Can a foaf:Agent that is not a foaf:Person have a foaf:Account? Can a foaf:Agent that is not a foaf:Person have an Account? Oct 18, 2016
@anarchivist
Copy link
Member Author

Proposal (cc @mjgiarlo @hannahfrost):

  • All foaf:Agents MAY have an Account
  • Accounts associated with foaf:Agents that are not a foaf:Person SHOULD NOT be used directly for interactive access to the Hybox user-facing webapp

@anarchivist anarchivist changed the title Can a foaf:Agent that is not a foaf:Person have an Account? Can a foaf:Agent that is not a foaf:Person have an Account? Oct 18, 2016
@anarchivist anarchivist changed the title Can a foaf:Agent that is not a foaf:Person have an Account? Can an Agent that is not a foaf:Person have an Account? Oct 19, 2016
@mjgiarlo mjgiarlo removed their assignment Nov 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants