Skip to content

Commit

Permalink
Update vocabulary search pattern
Browse files Browse the repository at this point in the history
A follow-on patch will regenerate Make-managed files.

References:
* ucoProject/UCO#435

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Sep 22, 2022
1 parent 65c257f commit aed11b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ontology_relationship_literals_tsv.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def main() -> None:
WHERE {
?nDataType
a rdfs:Datatype ;
owl:equivalentClass ?nLexicalSpace .
?nLexicalSpace
owl:oneOf/rdf:rest*/rdf:first ?lKindOfRelationship .
}""",
initNs=nsdict,
Expand Down

0 comments on commit aed11b0

Please sign in to comment.