-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JSON and RDF variants for testing too
- Loading branch information
Showing
2 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
src/examples/datalad-dataset-components/ContainerSE-DatasetWFiles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"components": [ | ||
{ | ||
"meta_id": "datalad:0b76362c-aa27-11ee-be29-b3b123281259", | ||
"meta_type": "dlccs:DataladDatasetSE", | ||
"uuid": "0b76362c-aa27-11ee-be29-b3b123281259" | ||
}, | ||
{ | ||
"meta_id": "gitsha:558275f650574389dcbbf7cd8ab5046482473fc8", | ||
"meta_type": "dlccs:DataladDatasetVersionSE", | ||
"has_annex_remote": [ | ||
"annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf" | ||
], | ||
"has_part": [ | ||
"gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58", | ||
"gitsha:56094a33cf330fef5b375aa813fc4dc07147729f" | ||
], | ||
"is_version_of": "datalad:0b76362c-aa27-11ee-be29-b3b123281259", | ||
"qualified_part": [ | ||
{ | ||
"relation": "gitsha:56094a33cf330fef5b375aa813fc4dc07147729f", | ||
"at_location": "subdir/README.txt" | ||
}, | ||
{ | ||
"relation": "gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58", | ||
"at_location": "subdir/data.bin" | ||
} | ||
] | ||
}, | ||
{ | ||
"meta_id": "gitsha:56094a33cf330fef5b375aa813fc4dc07147729f", | ||
"meta_type": "dlccs:GitBlobSE", | ||
"gitsha": "56094a33cf330fef5b375aa813fc4dc07147729f" | ||
}, | ||
{ | ||
"meta_id": "gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58", | ||
"meta_type": "dlccs:AnnexedFileSE", | ||
"gitsha": "b94ef1797f7bfc1ac979be122e1b538bbb0d1d58", | ||
"distribution": { | ||
"qualified_access": [ | ||
{ | ||
"relation": "annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf", | ||
"access_id": "MD5E-s3425--32a617360d10e3dcbfdd0885e8d64ab8.txt" | ||
} | ||
], | ||
"byte_size": 3425 | ||
} | ||
}, | ||
{ | ||
"meta_id": "annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf", | ||
"meta_type": "dlccs:AnnexRemoteSE", | ||
"uuid": "7e0bf3e7-7d46-4093-813e-b4009826c3bf" | ||
} | ||
], | ||
"@type": "ContainerSE" | ||
} |
48 changes: 48 additions & 0 deletions
48
src/examples/datalad-dataset-components/ContainerSE-DatasetWFiles.rdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
@prefix DCAT: <http://www.w3.org/ns/dcat#> . | ||
@prefix annex: <https://concepts.datalad.org/namespace/annex-uuid/> . | ||
@prefix datalad: <https://concepts.datalad.org/namespace/dataset-uuid/> . | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@prefix dlccs: <https://concepts.datalad.org/schemas/datalad-dataset-components/> . | ||
@prefix dlco: <https://concepts.datalad.org/ontology/> . | ||
@prefix gitsha: <https://concepts.datalad.org/namespace/gitsha/> . | ||
@prefix ns1: <https://concepts.datalad.org/schemas/datalad-dataset-components/:> . | ||
@prefix prov: <http://www.w3.org/ns/prov#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
gitsha:558275f650574389dcbbf7cd8ab5046482473fc8 dcterms:hasPart gitsha:56094a33cf330fef5b375aa813fc4dc07147729f, | ||
gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58 ; | ||
DCAT:isVersionOf datalad:0b76362c-aa27-11ee-be29-b3b123281259 ; | ||
dlco:has_annex_remote annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf ; | ||
dlco:meta_type "dlccs:DataladDatasetVersionSE"^^xsd:anyURI ; | ||
dlco:qualified_part [ a dlccs:QualifiedGitTrackedPartSE ; | ||
dcterms:relation gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58 ; | ||
prov:atLocation "subdir/data.bin"^^dlco:PosixRelPath ], | ||
[ a dlccs:QualifiedGitTrackedPartSE ; | ||
dcterms:relation gitsha:56094a33cf330fef5b375aa813fc4dc07147729f ; | ||
prov:atLocation "subdir/README.txt"^^dlco:PosixRelPath ] . | ||
|
||
datalad:0b76362c-aa27-11ee-be29-b3b123281259 dlco:meta_type "dlccs:DataladDatasetSE"^^xsd:anyURI ; | ||
dlco:uuid "0b76362c-aa27-11ee-be29-b3b123281259"^^<http://purl.obolibrary.org/obo/NCIT_C54100> . | ||
|
||
annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf dlco:meta_type "dlccs:AnnexRemoteSE"^^xsd:anyURI ; | ||
dlco:uuid "7e0bf3e7-7d46-4093-813e-b4009826c3bf"^^<http://purl.obolibrary.org/obo/NCIT_C54100> . | ||
|
||
gitsha:56094a33cf330fef5b375aa813fc4dc07147729f dlco:gitsha "56094a33cf330fef5b375aa813fc4dc07147729f"^^dlco:sha1 ; | ||
dlco:meta_type "dlccs:GitBlobSE"^^xsd:anyURI . | ||
|
||
gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58 dlco:distribution [ a dlccs:AnnexDistributionSE ; | ||
DCAT:byteSize "3425"^^xsd:nonNegativeInteger ; | ||
dlco:qualified_access [ a dlccs:QualifiedAnnexAccessSE ; | ||
dcterms:relation annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf ; | ||
dlco:access_id "MD5E-s3425--32a617360d10e3dcbfdd0885e8d64ab8.txt" ] ] ; | ||
dlco:gitsha "b94ef1797f7bfc1ac979be122e1b538bbb0d1d58"^^dlco:sha1 ; | ||
dlco:meta_type "dlccs:AnnexedFileSE"^^xsd:anyURI . | ||
|
||
[] a dlccs:Container ; | ||
ns1:components annex:7e0bf3e7-7d46-4093-813e-b4009826c3bf, | ||
datalad:0b76362c-aa27-11ee-be29-b3b123281259, | ||
gitsha:558275f650574389dcbbf7cd8ab5046482473fc8, | ||
gitsha:56094a33cf330fef5b375aa813fc4dc07147729f, | ||
gitsha:b94ef1797f7bfc1ac979be122e1b538bbb0d1d58 . | ||
|
||
|