We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Пример запроса на выборку артефактов
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX dcterms: <http://purl.org/dc/terms/> PREFIX sh: <http://www.w3.org/ns/shacl#> PREFIX rm: <http://cpgu.kbpm.ru/ns/rm/rdf#> SELECT ?eIri0 ?targetClass0 ?title0 ?description0 ?inCreationMenu0 ?defaultIndividNs0 ?defaultFormat0 ?iconReference0 WHERE { ?eIri0 rdf:type sh:NodeShape; sh:targetClass ?targetClass0. OPTIONAL { ?eIri0 dcterms:title ?title0. } OPTIONAL { ?eIri0 dcterms:description ?description0. } OPTIONAL { ?eIri0 rm:inCreationMenu ?inCreationMenu0. } OPTIONAL { ?eIri0 rm:defaultIndividNs ?defaultIndividNs0. } OPTIONAL { ?eIri0 rm:defaultFormat ?defaultFormat0. } OPTIONAL { ?eIri0 rm:iconReference ?iconReference0. } FILTER(?targetClass0 = rm:Artifact) }
Пример самих данных, схемы данных (классов) и ограничений на доступ в папке https://github.com/agentlab/rdf4j-karaf-access-control/tree/master/ru.agentlab.rdf4j.ppo/src/test/resources
The text was updated successfully, but these errors were encountered:
Enfaseel
Successfully merging a pull request may close this issue.
Пример запроса на выборку артефактов
Пример самих данных, схемы данных (классов) и ограничений на доступ в папке https://github.com/agentlab/rdf4j-karaf-access-control/tree/master/ru.agentlab.rdf4j.ppo/src/test/resources
The text was updated successfully, but these errors were encountered: