AUTHORS.md · JSON-LD Context
Authors Md Context
JSON-LD context defining the semantic vocabulary for Authors Md from AUTHORS.md.
3 Classes
24 Properties
6 Namespaces
Namespaces
authors:
https://authors-md.org/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
foaf:
http://xmlns.com/foaf/0.1/
spdx:
http://spdx.org/rdf/terms#
Classes
AllContributorsConfig
Contributor
AuthorEntry
Properties
| Property | Type | Container |
|---|---|---|
| projectName | string | |
| projectOwner | string | |
| repoType | string | |
| repoHost | reference | |
| files | string | set |
| imageSize | integer | |
| commit | boolean | |
| commitConvention | string | |
| contributorsPerLine | integer | |
| contributors | set | |
| login | string | |
| name | string | |
| avatar_url | reference | |
| profile | reference | |
| contributions | string | set |
| string | ||
| url | reference | |
| organization | string | |
| role | string | |
| description | string | |
| identifier | string | |
| license | string | |
| copyrightHolder | string | |
| copyrightYear | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"authors": "https://authors-md.org/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"foaf": "http://xmlns.com/foaf/0.1/",
"spdx": "http://spdx.org/rdf/terms#",
"AllContributorsConfig": "authors:AllContributorsConfig",
"Contributor": "authors:Contributor",
"AuthorEntry": "authors:AuthorEntry",
"projectName": {
"@id": "schema:name",
"@type": "xsd:string"
},
"projectOwner": {
"@id": "authors:projectOwner",
"@type": "xsd:string"
},
"repoType": {
"@id": "authors:repoType",
"@type": "xsd:string"
},
"repoHost": {
"@id": "authors:repoHost",
"@type": "@id"
},
"files": {
"@id": "authors:files",
"@container": "@set",
"@type": "xsd:string"
},
"imageSize": {
"@id": "authors:imageSize",
"@type": "xsd:integer"
},
"commit": {
"@id": "authors:commit",
"@type": "xsd:boolean"
},
"commitConvention": {
"@id": "authors:commitConvention",
"@type": "xsd:string"
},
"contributorsPerLine": {
"@id": "authors:contributorsPerLine",
"@type": "xsd:integer"
},
"contributors": {
"@id": "authors:contributors",
"@container": "@set"
},
"login": {
"@id": "authors:login",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"avatar_url": {
"@id": "schema:image",
"@type": "@id"
},
"profile": {
"@id": "schema:url",
"@type": "@id"
},
"contributions": {
"@id": "authors:contributions",
"@container": "@set",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"url": {
"@id": "schema:url",
"@type": "@id"
},
"organization": {
"@id": "schema:affiliation",
"@type": "xsd:string"
},
"role": {
"@id": "authors:role",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"identifier": {
"@id": "dcterms:identifier",
"@type": "xsd:string"
},
"license": {
"@id": "spdx:license",
"@type": "xsd:string"
},
"copyrightHolder": {
"@id": "dcterms:rightsHolder",
"@type": "xsd:string"
},
"copyrightYear": {
"@id": "dcterms:dateCopyrighted",
"@type": "xsd:integer"
}
}
}