Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Solid People to RDF : Which Ontologies #16

@jeff-zucker

Description

@jeff-zucker

Please use this issue to discuss which ontologies and terms we should use for storing and displaying solid process information about the Team. See also Solid People to RDF : What to display or store? for discussion on what data we want. Here's my preliminary example of a Team member record.

@prefix  foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix  org:    <https://www.w3.org/ns/org#> .
@prefix  solid:  <http://www.w3.org/ns/solid/terms#> .
@prefix  vcard:  <http://www.w3.org/2006/vcard/ns#> .
@prefix  dbo:    <http://dbpedia.org/ontology/>.
@prefix  dbp:    <http://dbpedia.org/page/>.
@prefix  gitter: <https://gitter.im/solid/> .
@prefix  forum:  <https://forum.solidproject.org/> .
@prefix  tbd:    <http://example.com/> .

<https://marrelleb.inrupt.net/profile/card#me">

    a foaf:Person ;
    foaf:name "Marrelle Bailey" ;
    foaf:nick "Marrelle" ;
    solid:preferredSubjectPronoun "she";
    solid:preferredObjectPronoun "her";
    dbo:locationCountry dbp:United_States ;
    foaf:thumbnail <https://avatars.githubusercontent.com/u/66318176?v=4> ;
    foaf:account 
        [ foaf:accountServiceHomepage github: ;
          foaf:accountName "MarrelleBailey" ;
          foaf:homepage github:MarrelleBailey
        ] ,
        [ foaf:accountServiceHomepage forum: ;
          foaf:accountName "@MarrelleB" ;
        ] ,
        [ foaf:accountServiceHomepage gitter:chat ;
          foaf:accountName "@MarrelleBailey" ;
        ] .
    foaf:weblog <TBD-get-Marrelle's-blog-address> ;
    org:memberOf  tbd:Administrators, tbd:DEI-Board, tbd:DEI-Team ;

    foaf:workplaceHomepage <https://inrupt.com> ;
    org:holds [ org:postin ex:Inrupt ]; 
    #
    # AND/OR schema:worksFor OR  schema:affiliation ?

    # there's no "biography" term I can find, maybe schema:description ?
    #
    vcard:note """
        Marrelle Bailey is the moderator for Solid World and works on managing
        the Solid Team projects. She is also the lead chair for the Diversity,
        Equity, and Inclusion Team for the Solid Community. She works at Inrupt
        as the Community & Communications Organizer.
    """ .

[edit : added foaf:Person]
[edit : correct postin syntax]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions