diff --git a/build/paper.pdf b/build/paper.pdf index 47f59f6e327c8deb69f158d36ce61a4ae56eada2..4aaa6cde51ea6d2cb6f4d92fca524784f2fa1a45 100644 Binary files a/build/paper.pdf and b/build/paper.pdf differ diff --git a/paper.md b/paper.md index c9a1bb852b05c65fa4a797d7decf53a26a705fa9..5f5652651037c2b89992d28f49b765a207fc4eab 100644 --- a/paper.md +++ b/paper.md @@ -185,41 +185,35 @@ For example, using this [sample from the bagit-ro tool] There is a section that lists aggregated files: -"aggregates": [ - - { "uri": "../data/numbers.csv", - "mediatype": "text/csv" - }, +>"aggregates": [ +> +> { "uri": "../data/numbers.csv", +> "mediatype": "text/csv" +> }, And a separate place to describe *annotations* on those files: -"annotations": [ - - { "about": "../data/numbers.csv", - "content": "annotations/numbers.jsonld", - "createdBy": { - "name": "Stian Soiland-Reyes", - "orcid": "http://orcid.org/0000-0001-9842-9718" - } - } +>"annotations": [ +> +>{ "about": "../data/numbers.csv", +> "content": "annotations/numbers.jsonld", +> "createdBy": { +> "name": "Stian Soiland-Reyes", +> "orcid": "http://orcid.org/0000-0001-9842-9718" +> } +>} With the actual description of the numbers.csv file residing in `annotations/numbers.jsonld`. -{ "@context": { "@vocab": "http://purl.org/dc/terms/", "dcmi": "http://purl.org/dc/dcmitype/Dataset"}, - "@id": "../../data/numbers.csv", - "@type": "dcmi:Dataset", - "title": "CSV files of beverage consumption", - "description": "A CSV file listing the number of cups/mugs consumed per person." - -} - -The -The PAV ontology used by has several +>{ "@context": { "@vocab": "http://purl.org/dc/terms/", "dcmi": "http://purl.org/dc/dcmitype/Dataset"}, +> "@id": "../../data/numbers.csv", +> "@type": "dcmi:Dataset", +> "title": "CSV files of beverage consumption", +> "description": "A CSV file listing the number of cups/mugs consumed per person." +>} -Our experience in implementing systems tells us that it very likely that in real -life -- The ontology they use based on PROV is all about nuanced kinds of authorship +- The PAV ontology they use based on PROV is all about nuanced kinds of authorship that we don't think implementers will get right - Uses lots of little files