Skip to content

Instantly share code, notes, and snippets.

@phochste
Created November 8, 2022 09:45
Show Gist options
  • Save phochste/3367077099fd1dbe4bb0e674f8d7e378 to your computer and use it in GitHub Desktop.
Save phochste/3367077099fd1dbe4bb0e674f8d7e378 to your computer and use it in GitHub Desktop.
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
# Syntax:
# <> a vcard:Group;
# vcard:hasMember <webID1> ;
# vcard:hasMember <webID2> ;
# (etc)
# vcard:hasMember <webIDN> .
<> a vcard:Group;
vcard:hasMember <https://patrickhochstenbach.net/profile/card#me> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment