Skip to content

Commit

Permalink
Merge pull request #7 from philbarker/issue6-multiple-targets
Browse files Browse the repository at this point in the history
Updates for processing >1 target per type 


closes #6
  • Loading branch information
philbarker authored Jan 11, 2024
2 parents 2aaed90 + 9bf725d commit 74c866a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="TAP2SHACL",
version="0.3.1",
version="0.5.0",
description="DC TAP to SHACL converter",
author="Phil Barker",
author_email="phil.barker@pjjk.co.uk",
Expand Down
2 changes: 1 addition & 1 deletion tests/TestData/booksSHACL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
sh:property <#authorshapeFamilyname>,
<#authorshapeGivenname> ,
<#authorshapeType> ;
sh:targetObjectsOf dct:creator .
sh:targetObjectsOf dct:creator , dct:contributor.

<#authorshapeFamilyname> a sh:PropertyShape ;
sh:name "Family name"@en ;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestData/booksTAP-shapes.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
shapeID,label,comment,target,targetType,closed,mandatory,severity,Note
#BookShape,Book,Shape for describing books,sdo:Book,class,,TRUE,Violation,
#AuthorShape,Author,Shape for describing authors,dct:creator,objectsof,TRUE,FALSE,Warning,
#AuthorShape,Author,Shape for describing authors,"dct:creator, dct:contributor",objectsof,TRUE,FALSE,Warning,

0 comments on commit 74c866a

Please sign in to comment.