Skip to content

Instantly share code, notes, and snippets.

@RubenVerborgh
Created November 24, 2018 19:30
Show Gist options
  • Save RubenVerborgh/53534e0b7f04efc314c2242546d0b738 to your computer and use it in GitHub Desktop.
Save RubenVerborgh/53534e0b7f04efc314c2242546d0b738 to your computer and use it in GitHub Desktop.
$ curl -s -H "Accept: text/html" https://www.w3.org/ns/activitystreams | grep "://www.w3.org/ns/activitystreams"
<!DOCTYPE html><html dir="ltr" typeof="bibo:Document " prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54# as: http://www.w3.org/ns/activitystreams#" lang="en"><head><meta charset="utf-8"><meta name="generator" content="ReSpec 20.7.1"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta property="dc:language" content="en" lang="">
<body prefix="as: http://www.w3.org/ns/activitystreams#" about="" typeof="as:Article" property="as:content" datatype="rdf:HTML" class="h-entry"><div class="head">
<dd><code>http://www.w3.org/ns/activitystreams#</code></dd>
$ curl -s -H "Accept: application/json" https://www.w3.org/ns/activitystreams | grep "://www.w3.org/ns/activitystreams"
"as": "https://www.w3.org/ns/activitystreams#",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment