Skip to content

Commit

Permalink
adding jsonld puri
Browse files Browse the repository at this point in the history
  • Loading branch information
EmidioStani committed Jun 11, 2024
1 parent f2768df commit 9b183cd
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
32 changes: 32 additions & 0 deletions releases/r5r/applicableLegislation.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"@context": {
"dcat": "http://www.w3.org/ns/dcat#",
"foaf": "http://xmlns.com/foaf/0.1/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcterms": "http://purl.org/dc/terms/",
"schemas": "https://schema.org/"
},
"@id": "http://data.europa.eu/r5r/applicableLegislation",
"@type": "owl:ObjectProperty",
"rdfs:comment": {
"@language": "en",
"@value": "the legislation that is applicable to this resource."
},
"rdfs:domain": {
"@id": "rdfs:Resource"
},
"rdfs:isDefinedBy": {
"@id": "http://data.europa.eu/r5r"
},
"rdfs:label": {
"@language": "en",
"@value": "applicable legislation"
},
"rdfs:range": {
"@id": "http://data.europa.eu/eli/ontology#LegalResource"
}
}
27 changes: 27 additions & 0 deletions releases/r5r/availability.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"@context": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"dcat": "http://www.w3.org/ns/dcat#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"vann": "http://purl.org/vocab/vann/",
"dcterms": "http://purl.org/dc/terms/",
"dcatap": "http://data.europa.eu/r5r/"
},
"@id": "dcatap:availability",
"dcterms:identifier": "dcatap:availability",
"vann:usageNote": {
"@language": "en",
"@value": "Recommended property. This property indicates how long it is planned to keep the Distribution of the Dataset available . "
},
"rdfs:comment": {
"@language": "en",
"@value": "This property indicates how long it is planned to keep the Distribution of the Dataset available."
},
"rdfs:isDefinedBy": {
"@id": "dcatap:availability"
},
"rdfs:label": {
"@language": "en",
"@value": "Distribution - availability"
}
}

0 comments on commit 9b183cd

Please sign in to comment.