Skip to content

Instantly share code, notes, and snippets.

@agmangas
Created September 16, 2020 06:40
Show Gist options
  • Save agmangas/6ddc1e3405d9e890c74f2c1daf28c3fc to your computer and use it in GitHub Desktop.
Save agmangas/6ddc1e3405d9e890c74f2c1daf28c3fc to your computer and use it in GitHub Desktop.
BREG-DCAT Data Sample 03
{
"@context": {
"adms": "http://www.w3.org/ns/adms#",
"cc": "http://creativecommons.org/ns#",
"cpsv": "http://purl.org/vocab/cpsv#",
"cv": "http://data.europa.eu/m8g/",
"dcat": "http://www.w3.org/ns/dcat#",
"dcatap": "http://data.europa.eu/r5r/",
"dcterms": "http://purl.org/dc/terms/",
"dqv": "http://www.w3.org/ns/dqv#",
"eli": "http://data.europa.eu/eli/ontology#",
"foaf": "http://xmlns.com/foaf/0.1/",
"lcon": "http://www.w3.org/ns/locn#",
"odrl": "http://www.w3.org/ns/odrl/2/",
"org": "http://www.w3.org/ns/org#",
"owl": "http://www.w3.org/2002/07/owl#",
"prov": "http://www.w3.org/ns/prov#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "http://schema.org/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"spdx": "http://spdx.org/rdf/terms#",
"time": "http://www.w3.org/2006/time#",
"vann": "http://purl.org/vocab/vann/",
"vcard": "http://www.w3.org/2006/vcard/ns#",
"voaf": "http://purl.org/vocommons/voaf#",
"wdsr": "http://www.w3.org/2007/05/powder-s#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "http://www.fundacionctic.org/breg-data#yet-another-agent",
"@type": "foaf:Agent",
"foaf:name": "Agent name",
"skos:inScheme": {
"@id": "http://publications.europa.eu/resource/authority/corporate-body"
}
},
{
"@id": "http://www.fundacionctic.org/breg-data#yet-another-scheme",
"@type": "skos:ConceptScheme",
"dcterms:title": "Yet another scheme title"
},
{
"@id": "http://www.fundacionctic.org/breg-data#yet-another-catalog",
"@type": "dcat:Catalog",
"dcat:themeTaxonomy": {
"@id": "http://www.fundacionctic.org/breg-data#yet-another-scheme"
},
"dcterms:description": "Yet another catalog description",
"dcterms:identifier": "Yet another catalog unique ID",
"dcterms:publisher": {
"@id": "http://www.fundacionctic.org/breg-data#yet-another-agent"
},
"dcterms:title": "Yet another catalog title"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment