{"id":22725278,"url":"https://github.com/reiver/go-schemaorg","last_synced_at":"2026-06-23T22:04:03.254Z","repository":{"id":267274690,"uuid":"900741889","full_name":"reiver/go-schemaorg","owner":"reiver","description":"Package schemaorg provides an implementation of the schema.org vocabulary, as they are used on the Fediverse, for the Go programming language.","archived":false,"fork":false,"pushed_at":"2026-03-06T22:20:20.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T22:34:50.908Z","etag":null,"topics":["activitypub","activitystreams","fediverse","json-ld","schema-org","schemaorg"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reiver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-09T11:44:34.000Z","updated_at":"2026-03-06T22:20:23.000Z","dependencies_parsed_at":"2024-12-09T12:37:01.106Z","dependency_job_id":"9a8ce519-2313-4215-bad5-70a17e4bd50e","html_url":"https://github.com/reiver/go-schemaorg","commit_stats":null,"previous_names":["reiver/go-schemaorg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reiver/go-schemaorg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-schemaorg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-schemaorg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-schemaorg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-schemaorg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiver","download_url":"https://codeload.github.com/reiver/go-schemaorg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fgo-schemaorg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34708289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["activitypub","activitystreams","fediverse","json-ld","schema-org","schemaorg"],"created_at":"2024-12-10T16:09:03.369Z","updated_at":"2026-06-23T22:04:03.248Z","avatar_url":"https://github.com/reiver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-schemaorg\n\nPackage **schemaorg** provides an implementation of the [schema.org](http://schema.org/) vocabulary, including how they are used on the Fediverse, for the Go programming-language (golang).\n\nUse https://github.com/reiver/go-jsonld to marshal types in this package.\n\nFor a full list of schema.org types, see:\nhttps://schema.org/docs/full.html\n\n## Example\n\n```golang\nimport (\n\t\"github.com/reiver/go-activitystreams\"\n\t\"github.com/reiver/go-jsonld\"\n\t\"github.com/reiver/go-schemaorg\"\n)\n\n// ...\n\nvar person = activitystreams.Person{\n\n\t// ...\n\n\tAttachments: []any{\n\t\tschemaorg.PropertyValue{\n\t\t\tName:  \"Location\",\n\t\t\tValue: \"Metro Vancouver\",\n\t\t},\n\t\tschemaorg.PropertyValue{\n\t\t\tName:  \"Home-Page\",\n\t\t\tValue: \"http://example.com/~joeblow\",\n\t\t},\n\t},\n\n\t// ...\n}.\n\n// ...\n\nbytes, err := jsonld.Marshal()\n```\n\n## Documention\n\nOnline documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-schemaorg\n\n[![GoDoc](https://godoc.org/github.com/reiver/go-schemaorg?status.svg)](https://godoc.org/github.com/reiver/go-schemaorg)\n\n## Import\n\nTo import package **schemaorg** use `import` code like the follownig:\n```\nimport \"github.com/reiver/go-schemaorg\"\n```\n\n## Installation\n\nTo install package **schemaorg** do the following:\n```\nGOPROXY=direct go get github.com/reiver/go-schemaorg\n```\n\n## Author\n\nPackage **schemaorg** was written by [Charles Iliya Krempeaux](http://reiver.link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fgo-schemaorg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiver%2Fgo-schemaorg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fgo-schemaorg/lists"}