-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2768df
commit 9b183cd
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |