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

add SPARQLCheckMethod #117

Open
VladimirAlexiev opened this issue Dec 20, 2024 · 0 comments
Open

add SPARQLCheckMethod #117

VladimirAlexiev opened this issue Dec 20, 2024 · 0 comments
Labels
enhancement New feature or request ontology

Comments

@VladimirAlexiev
Copy link
Contributor

For Tegel checking, we need this:

aec3po:SPARQLCheckMethod a owl:Class ;
    rdfs:label "SPARQL Check Method"@en ;
    rdfs:comment "SPARQL check method refers to a validation process that ensures compliance of data with a predefined SPARQL query, stored in aec3po:asText"@en ;
    rdfs:isDefinedBy aec3po:check_method ;
    rdfs:subClassOf aec3po:DeclarativeCheckMethod .

The superclass already describes this possibility:

aec3po:DeclarativeCheckMethod a owl:Class ;
    rdfs:comment """Declarative check, expressed in IDS, SPARQL, BimSPARQL..."""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ontology
Projects
None yet
Development

No branches or pull requests

1 participant