@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ac .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q4677626 .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:as .

bioregistry:ac a bioregistry.schema:0000001 ;
    rdfs:label "Activity Streams" ;
    dcterms:contributor orcid:0000-0002-1216-4761,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "Activity Streams is an open format specification for activity stream protocols, which are used to syndicate activities taken in social web applications and services, similar to those in Facebook's, Instagram's, and Twitter's. The standard provides a general way to represent activities."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:Q4677626,
        zazuko:as ;
    dcat:keyword "semantic web",
        "social media" ;
    foaf:homepage <http://www.w3.org/ns/activitystreams> ;
    bioregistry.schema:0000005 "Add"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/ns/activitystreams#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "as" ;
    bioregistry.schema:0000024 "http://www.w3.org/ns/activitystreams#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/ns/activitystreams#Add> ;
    bioregistry.schema:0000029 "ac" .

orcid:0000-0002-1216-4761 rdfs:label "Sumir H Pandit" ;
    foaf:mbox "sumirp77@gmail.com" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

wikidata:Q4677626 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

zazuko:as dcterms:isPartOf bioregistry.metaresource:zazuko .

