Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Mat-O-Lab/CSVToCSVW
Browse files Browse the repository at this point in the history
Thomas Hanke committed Jun 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents c909e23 + 91b0d4d commit 45dbe3e
Showing 3 changed files with 39,202 additions and 39,202 deletions.
75,506 changes: 37,753 additions & 37,753 deletions examples/example.ttl

Large diffs are not rendered by default.

2,860 changes: 1,430 additions & 1,430 deletions examples/example2.ttl

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions examples/example5.ttl
Original file line number Diff line number Diff line change
@@ -29,43 +29,43 @@ csv:table-1 a csvw:Table ;
csvw:headerRowCount "1"^^xsd:nonNegativeInteger ;
csvw:skipRows "0"^^xsd:nonNegativeInteger ] ;
csvw:row [ a csvw:Row ;
csvw:describes csv:table-1-gid-1 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=2> ],
csvw:describes csv:table-1-gid-3 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=4> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-4 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=5> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-8 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=9> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-5 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=6> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-10 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=11> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-2 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=3> ],
csvw:describes csv:table-1-gid-6 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=7> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-3 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=4> ],
csvw:describes csv:table-1-gid-7 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=8> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-9 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=10> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-0 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=1> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-8 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=9> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-6 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=7> ],
csvw:describes csv:table-1-gid-10 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=11> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-7 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=8> ],
csvw:describes csv:table-1-gid-1 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=2> ],
[ a csvw:Row ;
csvw:describes csv:table-1-gid-4 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=5> ] ;
csvw:describes csv:table-1-gid-2 ;
csvw:url <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/row=3> ] ;
csvw:tableSchema [ csvw:aboutUrl "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv/table-1-gid-{GID}"^^csvw:uriTemplate ;
csvw:column ( csv:table-1-GID csv:table-1-Unnamed0 csv:table-1-Specimenname csv:table-1-AgingTempC csv:table-1-AgingTimeH csv:table-1-CreepStressMpa csv:table-1-Dataset csv:table-1-PositionId csv:table-1-Image csv:table-1-Rois csv:table-1-DiskradiusvaluePx csv:table-1-ThresholdMethod csv:table-1-ThresholdSize csv:table-1-DilationKernelSizePx csv:table-1-Date ) ;
csvw:primaryKey "GID" ] ;
csvw:url "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv"^^xsd:anyURI ;
prov:generatedAtTime "2024-05-17T09:20:10.976407"^^xsd:dateTime ;
prov:generatedAtTime "2024-05-17T09:45:21.885565"^^xsd:dateTime ;
prov:qualifiedUsage <https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5-metadata.json>,
<https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example5.csv> ;
prov:wasGeneratedBy <http://localhost:5001/api/rdf> .

0 comments on commit 45dbe3e

Please sign in to comment.