@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ns0:vpa
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:created "2024-06-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:issued "2024-06-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:modified "2024-07-02"^^<http://www.w3.org/2001/XMLSchema#date>, "2024-10-14"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-02-21"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-03-27"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-04-02"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-14"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-15"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:publisher "European Union Agency for Railways"@en ;
dct:title "ERA Ontology for verified permissions"@en ;
vann:preferredNamespacePrefix "vpa" ;
vann:preferredNamespaceUri <https://w3id.org/vpa#> ;
a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
rdfs:comment "ERA ontology for verified permissions, as applied in vehicle(type) authorisations, registrations and approvals"@en ;
rdfs:label "The Verified Permissions (VP) ontology"@en ;
owl:versionInfo "v1.0" ;
skos:changeNote """
Revision 1.0 (23-05-2025)
- Removed sameAs between property vpa:submittedfor - vpa:supportsRequest and added altLabel instead for the naming.
- Added `vpa:permits` which allows refining what the `vpa:Permission` actually permits (range: SKOS)
- Added `vpa:requestedIn`, as the true inverse of `vpa:requestFor`
Revision 0.9 (15-05-2025):
- Changed `vpa:supportsRequest` to have domain `vpa:Evidence` (in order to be in line with all other supports properties)
- Added `vpa:constitutes` as the true inverse of `vpa:constitutedBy` (change regarding version 0.5).
Revision 0.8 (14-05-2025):
- Isolated domain of `vpa:checkedCompliance` (renamed from `vpa:checked`) to `vpa:EvidenceDocument`
- Keep the link between Evidence and Compliance, using `vpa:statesCompliance` (renamed from `vpa:supportsCompliance` in order to avoid confusion with the supports class).
- Added `vpa:supportsScope`, as it is third level of `supports` for vpa:Evidence
- Added comments for the supports subProperties
- corrected to rdfs:isDefinedBy some links to vpa:
- added property `vpa:versionNumber` for `vpa:EvidenceDocument` (a sequence numbering integer)
- corrected typo, annotated and commented `vpa:constitutedBy`
- added ORCID MD
Revision 0.7 (02-04-2025):
- renamed supports properties
- added subclassOf vpa:Requirement of eli:LegalResource
- added a super property for supports-alike properties
Revision 0.6 (27-03-2025):
- added new properties vpa:supportsRequest, vpa:supportsCase
- refined domain and range of classes vpa:Evidence
Revision 0.5 (21-02-2025):
- Introduction of `vpa:Evidence`, and renaming of `vpa:DocumentedEvidence` to `vpa:EvidenceDocument`
- Adding properties:
`vpa:constitutes`/ `vpa:constitutedBy`, to link EvidenceDocument with Evidence and inversely;
`vpa:checkedRequirement` (`vpa:closes` for `vpa:Compliance`)
- Moving some properties from `EvidenceDocument` to `Evidence`.
- Improving/adapting the comments of relevant properties."""@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
ns0:vpa
cc:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:created "2024-06-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:issued "2024-06-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:modified "2024-07-02"^^<http://www.w3.org/2001/XMLSchema#date>, "2024-10-14"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-02-21"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-03-27"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-04-02"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-14"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-15"^^<http://www.w3.org/2001/XMLSchema#date>, "2025-05-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dct:publisher "European Union Agency for Railways"@en ;
dct:title "ERA Ontology for verified permissions"@en ;
vann:preferredNamespacePrefix "vpa" ;
vann:preferredNamespaceUri <https://w3id.org/vpa#> ;
a voaf:Vocabulary, owl:NamedIndividual, owl:Ontology ;
rdfs:comment "ERA ontology for verified permissions, as applied in vehicle(type) authorisations, registrations and approvals"@en ;
rdfs:label "The Verified Permissions (VP) ontology"@en ;
owl:versionInfo "v1.0" ;
skos:changeNote """
Revision 1.0 (23-05-2025)
- Removed sameAs between property vpa:submittedfor - vpa:supportsRequest and added altLabel instead for the naming.
- Added `vpa:permits` which allows refining what the `vpa:Permission` actually permits (range: SKOS)
- Added `vpa:requestedIn`, as the true inverse of `vpa:requestFor`
Revision 0.9 (15-05-2025):
- Changed `vpa:supportsRequest` to have domain `vpa:Evidence` (in order to be in line with all other supports properties)
- Added `vpa:constitutes` as the true inverse of `vpa:constitutedBy` (change regarding version 0.5).
Revision 0.8 (14-05-2025):
- Isolated domain of `vpa:checkedCompliance` (renamed from `vpa:checked`) to `vpa:EvidenceDocument`
- Keep the link between Evidence and Compliance, using `vpa:statesCompliance` (renamed from `vpa:supportsCompliance` in order to avoid confusion with the supports class).
- Added `vpa:supportsScope`, as it is third level of `supports` for vpa:Evidence
- Added comments for the supports subProperties
- corrected to rdfs:isDefinedBy some links to vpa:
- added property `vpa:versionNumber` for `vpa:EvidenceDocument` (a sequence numbering integer)
- corrected typo, annotated and commented `vpa:constitutedBy`
- added ORCID MD
Revision 0.7 (02-04-2025):
- renamed supports properties
- added subclassOf vpa:Requirement of eli:LegalResource
- added a super property for supports-alike properties
Revision 0.6 (27-03-2025):
- added new properties vpa:supportsRequest, vpa:supportsCase
- refined domain and range of classes vpa:Evidence
Revision 0.5 (21-02-2025):
- Introduction of `vpa:Evidence`, and renaming of `vpa:DocumentedEvidence` to `vpa:EvidenceDocument`
- Adding properties:
`vpa:constitutes`/ `vpa:constitutedBy`, to link EvidenceDocument with Evidence and inversely;
`vpa:checkedRequirement` (`vpa:closes` for `vpa:Compliance`)
- Moving some properties from `EvidenceDocument` to `Evidence`.
- Improving/adapting the comments of relevant properties."""@en .