Replies: 2 comments 5 replies
-
Can you check back with us in a week re. 1. The short answer is it works but we need to document it better. Re. 2, no, the Profiles defined for v3 -> v4 have changed. V4 tries to reuse SHACL predicates as much as possible. It is similar to what you have in V4. In v4 on the relevant profile you will add all the predicates you want to include under a sh:union like this: sh:property [
sh:path (
sh:union (
rdf:type
dcterms:publisher
reg:status
( prov:qualifiedDerivation prov:hadRole )
( prov:qualifiedDerivation prov:entity )
)
)
] ; The full documentation is here https://github.com/RDFLib/prez/blob/main/README-Dev.md#combinations-of-paths |
Beta Was this translation helpful? Give feedback.
-
Copying Howard's response here:
To use your data with the v4 API without making any configuration changes, you will need to add some additional triples to your data. |
Beta Was this translation helpful? Give feedback.
-
Follow A concept with large number of narrowers results in a loading timeout #303, I need a working prez UI for prez v4.
Does the file
prez/reference_data/profiles/vocprez_default_profiles.ttl
from v3 become v4'sprez/reference_data/profiles/prez_default_profiles.ttl
?Beta Was this translation helpful? Give feedback.
All reactions