Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The source ID is not ok #23

Closed
BenjaminHofstetter opened this issue Nov 8, 2024 · 2 comments
Closed

The source ID is not ok #23

BenjaminHofstetter opened this issue Nov 8, 2024 · 2 comments

Comments

@BenjaminHofstetter
Copy link
Contributor

This has missing link Connection Points for the Source

@prefix blueprint: <https://flux.described.at/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://ld.flux.zazuko.com/DatasetRoottoGovernmentOrganizationTreeLink> sh:targetClass <https://ld.flux.zazuko.com/DatasetRootTree> ;
   rdfs:label "Publisher" ;
   sh:property _:anon-genid-e1929cc2b90d4b3a9ca892d6f57e0240-4 ;
   blueprint:target <http://schema.org/GovernmentOrganization> ;
   a blueprint:CompositionToNodeLink .
_:anon-genid-e1929cc2b90d4b3a9ca892d6f57e0240-4 sh:targetClass <https://schema.ld.admin.ch/datamngt#DatasetRoot> ;
   sh:path _:anon-genid-e1929cc2b90d4b3a9ca892d6f57e0240-5 ;
   sh:class <http://schema.org/GovernmentOrganization> .
@BenjaminHofstetter
Copy link
Contributor Author

Fixed the query and it almost works. Not the derived query is having issues.
The order of the path should be reversed. Don't type check intermediate nodes because we don't know the type.

@BenjaminHofstetter
Copy link
Contributor Author

This doesn’t belong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant