Skip to content

Commit

Permalink
Merge branch 'RealRichardParker-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcohoon committed Oct 13, 2017
2 parents 10e928d + 7aebda4 commit c62422b
Show file tree
Hide file tree
Showing 12 changed files with 1,824 additions and 0 deletions.
149 changes: 149 additions & 0 deletions data/individuals-realrichardparker/practice-2000-22-AM_J_BOT.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@

@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/> .
#done
# https://howisonlab.github.io/softcite-dataset/pdf-files/2000-22-AM_J_BOT.pdf
pmcid:2002_22_AM_BOT rdf:type bioj:article ;

citec:has_in_text_mention pmcid:2002_22_AM_BOT_TZ01 ; # name in text mention like pmcid:PMC3028497_JC01, no quotes

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:coded_no_in_text_mentions ;
citec:isPresent false; # true/false
] ;
] ;
.
#Use snippets to code the article. Artb will paste an article block. Refb will paste a reference block.

pmcid:2002_22_AM_BOT_TZ01: rdf:type citec:in_text_mention ; # use in text mention name
citec:full_quote """We used Detrended Corre-spondence Analysis in PC-ORD (McCune, 1993) to depict multivariatechanges in dominance of species neighborhoods for each focal speciesin recently burned and long-unburned sites.""" ; # use triple quotes

citec:on_pdf_page 4 ; # integer

citec:spans_pages false ; # true/false

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:mention_type ;
rdfs:label """software""" ;#FIXME software | algorithm | hardware | other ; # put one in triple quotes
ca:certainty 10; # integer
ca:memo """Googled PC-ORD, found software manual""" ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:software_was_used ;
citec:isPresent true; # true/false
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:software_name ;
citec:isPresent true ; # true/false
rdfs:label """PC-ORD""" ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:version_number ;
citec:isPresent false ; # true/false
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:version_date ;
citec:isPresent false ; # true/false
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:url ;
citec:isPresent false ; # true/false
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:creator ;
citec:isPresent true ; # true/false
rdfs:label """McCune""";
] ;
] ;
citec:has_reference pmcid-cited:2002_22_AM_BOT_TZ01_Mcune_1993: ; # name reference like pmcid-cited:a2004-40-NAT_GENET_Author-YYYY, no quotes
.
pmcid-cited:2002_22_AM_BOT_TZ01_Mcune_1993 rdf:type citec:reference ;
citec:full_quote """MCCUNE, B. 1993. Multivariate analysis on the PC-ORD system. Oregon State University, Corvallis, Oregon. USA.""" ; # use triple quotes

citec:on_pdf_page 9 ; # integer

citec:spans_pages false ; # true/false

ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:reference_type ;
rdfs:label """project_name""";#FIXME publication | user_guide | project_page | project_name ; # put one in triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:software_name ;
citec:isPresent true ; # true/false
rdfs:label """PC-ORD""" ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:version_number ;
citec:isPresent false ; # true/false
#rdfs:label FIXME ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:version_date ;
citec:isPresent true ; # true/false
rdfs:label """1993""" ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:url ;
citec:isPresent false ; # true/false
#rdfs:label FIXME ; # use triple quotes
] ;
] ;
ca:isTargetOf
[ rdf:type ca:CodeApplication ;
ca:hasCoder "realrichardparker" ;
ca:appliesCode [ rdf:type citec:creator ;
citec:isPresent true ; # true/false
rdfs:label """MCCUNE, B""" ; # use triple quotes
] ;
] ;
.
Loading

0 comments on commit c62422b

Please sign in to comment.