forked from howisonlab/softcite-dataset
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request howisonlab#260 from jasleen29/master
done
- Loading branch information
Showing
10 changed files
with
633 additions
and
0 deletions.
There are no files selected for viewing
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,31 @@ | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
||
@prefix ca: <http://floss.syr.edu/ontologies/2008/4/contentAnalysis.owl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix vivo: <http://vivoweb.org/ontology/core#> . | ||
|
||
@prefix bioj: <http://james.howison.name/ontologies/bio-journal-sample#> . | ||
@prefix citec: <http://james.howison.name/ontologies/software-citation-coding#> . | ||
@prefix bioj-cited: <http://james.howison.name/ontologies/bio-journal-sample-citation#> . | ||
@prefix pmcid: <https://www.ncbi.nlm.nih.gov/pmc/articles/> . | ||
@prefix pmcid-cited: <http://james.howison.name/ontologies/pmcid-journal-sample-citation#> . | ||
@prefix dc: <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . | ||
|
||
# https://howisonlab.github.io/softcite-pdf-files/pdf-files/pmc_oa_files/PMC2893369.pdf | ||
pmcid:PMC2893369 rdf:type bioj:article ; | ||
|
||
ca:isTargetOf | ||
[ rdf:type ca:CodeApplication ; | ||
ca:hasCoder "jasleen29" ; | ||
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ; | ||
citec:isPresent true; # true/false | ||
] ; | ||
] ; | ||
|
||
|
||
#citec:has_in_text_mention FIXME ; # name in text mention like pmcid:PMC3028497_JC01, no quotes | ||
. |
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,31 @@ | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
||
@prefix ca: <http://floss.syr.edu/ontologies/2008/4/contentAnalysis.owl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix vivo: <http://vivoweb.org/ontology/core#> . | ||
|
||
@prefix bioj: <http://james.howison.name/ontologies/bio-journal-sample#> . | ||
@prefix citec: <http://james.howison.name/ontologies/software-citation-coding#> . | ||
@prefix bioj-cited: <http://james.howison.name/ontologies/bio-journal-sample-citation#> . | ||
@prefix pmcid: <https://www.ncbi.nlm.nih.gov/pmc/articles/> . | ||
@prefix pmcid-cited: <http://james.howison.name/ontologies/pmcid-journal-sample-citation#> . | ||
@prefix dc: <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . | ||
|
||
# https://howisonlab.github.io/softcite-pdf-files/pdf-files/pmc_oa_files/PMC2962296.pdf | ||
pmcid:PMC2962296 rdf:type bioj:article ; | ||
|
||
ca:isTargetOf | ||
[ rdf:type ca:CodeApplication ; | ||
ca:hasCoder "jasleen29" ; | ||
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ; | ||
citec:isPresent true; # true/false | ||
] ; | ||
] ; | ||
|
||
|
||
#citec:has_in_text_mention FIXME ; # name in text mention like pmcid:PMC3028497_JC01, no quotes | ||
. |
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,31 @@ | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
||
@prefix ca: <http://floss.syr.edu/ontologies/2008/4/contentAnalysis.owl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix vivo: <http://vivoweb.org/ontology/core#> . | ||
|
||
@prefix bioj: <http://james.howison.name/ontologies/bio-journal-sample#> . | ||
@prefix citec: <http://james.howison.name/ontologies/software-citation-coding#> . | ||
@prefix bioj-cited: <http://james.howison.name/ontologies/bio-journal-sample-citation#> . | ||
@prefix pmcid: <https://www.ncbi.nlm.nih.gov/pmc/articles/> . | ||
@prefix pmcid-cited: <http://james.howison.name/ontologies/pmcid-journal-sample-citation#> . | ||
@prefix dc: <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . | ||
|
||
# https://howisonlab.github.io/softcite-pdf-files/pdf-files/pmc_oa_files/PMC3155146.pdf | ||
pmcid:PMC3155146 rdf:type bioj:article ; | ||
|
||
ca:isTargetOf | ||
[ rdf:type ca:CodeApplication ; | ||
ca:hasCoder "jasleen29" ; | ||
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ; | ||
citec:isPresent true; # true/false | ||
] ; | ||
] ; | ||
|
||
|
||
#citec:has_in_text_mention FIXME ; # name in text mention like pmcid:PMC3028497_JC01, no quotes | ||
. |
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,31 @@ | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
||
@prefix ca: <http://floss.syr.edu/ontologies/2008/4/contentAnalysis.owl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix vivo: <http://vivoweb.org/ontology/core#> . | ||
|
||
@prefix bioj: <http://james.howison.name/ontologies/bio-journal-sample#> . | ||
@prefix citec: <http://james.howison.name/ontologies/software-citation-coding#> . | ||
@prefix bioj-cited: <http://james.howison.name/ontologies/bio-journal-sample-citation#> . | ||
@prefix pmcid: <https://www.ncbi.nlm.nih.gov/pmc/articles/> . | ||
@prefix pmcid-cited: <http://james.howison.name/ontologies/pmcid-journal-sample-citation#> . | ||
@prefix dc: <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . | ||
|
||
# https://howisonlab.github.io/softcite-pdf-files/pdf-files/pmc_oa_files/PMC3249328.pdf | ||
pmcid:PMC3249328 rdf:type bioj:article ; | ||
|
||
ca:isTargetOf | ||
[ rdf:type ca:CodeApplication ; | ||
ca:hasCoder "jasleen29" ; | ||
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ; | ||
citec:isPresent true; # true/false | ||
] ; | ||
] ; | ||
|
||
|
||
#citec:has_in_text_mention FIXME ; # name in text mention like pmcid:PMC3028497_JC01, no quotes | ||
. |
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,31 @@ | ||
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
|
||
@prefix ca: <http://floss.syr.edu/ontologies/2008/4/contentAnalysis.owl#> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix vivo: <http://vivoweb.org/ontology/core#> . | ||
|
||
@prefix bioj: <http://james.howison.name/ontologies/bio-journal-sample#> . | ||
@prefix citec: <http://james.howison.name/ontologies/software-citation-coding#> . | ||
@prefix bioj-cited: <http://james.howison.name/ontologies/bio-journal-sample-citation#> . | ||
@prefix pmcid: <https://www.ncbi.nlm.nih.gov/pmc/articles/> . | ||
@prefix pmcid-cited: <http://james.howison.name/ontologies/pmcid-journal-sample-citation#> . | ||
@prefix dc: <http://dublincore.org/documents/2012/06/14/dcmi-terms/> . | ||
|
||
# https://howisonlab.github.io/softcite-pdf-files/pdf-files/pmc_oa_files/PMC3790837.pdf | ||
pmcid:PMC3790837 rdf:type bioj:article ; | ||
|
||
ca:isTargetOf | ||
[ rdf:type ca:CodeApplication ; | ||
ca:hasCoder "jasleen29" ; | ||
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ; | ||
citec:isPresent true; # true/false | ||
] ; | ||
] ; | ||
|
||
|
||
#citec:has_in_text_mention FIXME ; # name in text mention like pmcid:PMC3028497_JC01, no quotes | ||
. |
Oops, something went wrong.