Skip to content

Instantly share code, notes, and snippets.

@ncarboni
Created March 19, 2020 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncarboni/3506a226f4cbae0ab25bed897997ccdd to your computer and use it in GitHub Desktop.
Save ncarboni/3506a226f4cbae0ab25bed897997ccdd to your computer and use it in GitHub Desktop.
BNF Encoding labels
<http://data.bnf.fr/ark:/12148/cb11896729n> <http://xmlns.com/foaf/0.1/focus> <http://data.bnf.fr/ark:/12148/cb11896729n#about> .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/familyName> "Choffard" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/gender> "male" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/givenName> "Pierre-Philippe" .
<http://data.bnf.fr/ark:/12148/cb11896729n#about> <http://xmlns.com/foaf/0.1/name> "Pierre-Philippe Choffard" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment