US Copyright Office · JSON-LD Context
Us Copyright Office Context
JSON-LD context defining the semantic vocabulary for Us Copyright Office from US Copyright Office.
5 Classes
28 Properties
4 Namespaces
Namespaces
usco:
https://www.copyright.gov/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
CopyrightRecordation
CopyrightRegistration
DMCADesignatedAgent
email
title
Properties
| Property | Type | Container |
|---|---|---|
| authors | reference | set |
| basis_of_claim | string | |
| claimants | reference | set |
| date_of_execution | date | |
| date_of_recordation | date | |
| designated_agent_name | string | |
| document_number | string | |
| document_type | string | |
| effective_date | date | |
| last_updated | date | |
| mailing_address | string | |
| pages | integer | |
| parties | reference | set |
| phone | string | |
| previous_registration | string | |
| record_status | string | |
| registration_date | date | |
| registration_id | string | |
| registration_number | string | |
| registration_numbers | string | set |
| service_provider_name | string | |
| service_provider_url | reference | |
| status | string | |
| termination_notice | boolean | |
| titles | string | set |
| volume | string | |
| work_category | string | |
| year_completed | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"usco": "https://www.copyright.gov/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"CopyrightRecordation": "usco:CopyrightRecordation",
"CopyrightRegistration": "usco:CopyrightRegistration",
"DMCADesignatedAgent": "usco:DMCADesignatedAgent",
"authors": {
"@id": "usco:authors",
"@container": "@set",
"@type": "@id"
},
"basis_of_claim": {
"@id": "usco:basis_of_claim",
"@type": "xsd:string"
},
"claimants": {
"@id": "usco:claimants",
"@container": "@set",
"@type": "@id"
},
"date_of_execution": {
"@id": "usco:date_of_execution",
"@type": "xsd:date"
},
"date_of_recordation": {
"@id": "usco:date_of_recordation",
"@type": "xsd:date"
},
"designated_agent_name": {
"@id": "usco:designated_agent_name",
"@type": "xsd:string"
},
"document_number": {
"@id": "usco:document_number",
"@type": "xsd:string"
},
"document_type": {
"@id": "usco:document_type",
"@type": "xsd:string"
},
"effective_date": {
"@id": "usco:effective_date",
"@type": "xsd:date"
},
"email": "schema:email",
"last_updated": {
"@id": "usco:last_updated",
"@type": "xsd:date"
},
"mailing_address": {
"@id": "usco:mailing_address",
"@type": "xsd:string"
},
"pages": {
"@id": "usco:pages",
"@type": "xsd:integer"
},
"parties": {
"@id": "usco:parties",
"@container": "@set",
"@type": "@id"
},
"phone": {
"@id": "usco:phone",
"@type": "xsd:string"
},
"previous_registration": {
"@id": "usco:previous_registration",
"@type": "xsd:string"
},
"record_status": {
"@id": "usco:record_status",
"@type": "xsd:string"
},
"registration_date": {
"@id": "usco:registration_date",
"@type": "xsd:date"
},
"registration_id": {
"@id": "usco:registration_id",
"@type": "xsd:string"
},
"registration_number": {
"@id": "usco:registration_number",
"@type": "xsd:string"
},
"registration_numbers": {
"@id": "usco:registration_numbers",
"@container": "@set",
"@type": "xsd:string"
},
"service_provider_name": {
"@id": "usco:service_provider_name",
"@type": "xsd:string"
},
"service_provider_url": {
"@id": "usco:service_provider_url",
"@type": "@id"
},
"status": {
"@id": "usco:status",
"@type": "xsd:string"
},
"termination_notice": {
"@id": "usco:termination_notice",
"@type": "xsd:boolean"
},
"title": "schema:name",
"titles": {
"@id": "usco:titles",
"@container": "@set",
"@type": "xsd:string"
},
"volume": {
"@id": "usco:volume",
"@type": "xsd:string"
},
"work_category": {
"@id": "usco:work_category",
"@type": "xsd:string"
},
"year_completed": {
"@id": "usco:year_completed",
"@type": "xsd:integer"
}
}
}