├── .gitmodules ├── .travis.yml ├── BYOD ├── RD-CONNECT │ └── Registry_model.shex └── UMCU │ ├── DNA_model.shex │ ├── RNA_model.shex │ ├── phospoproteins.shex │ ├── proteomics_model.shex │ └── wikidata_DNA_model.shex ├── ERC └── award.shex ├── FAIR ├── FDP.shex └── distribution.shex ├── GBOL └── GBOL.shexc ├── LICENSE ├── README.md ├── SWIB18 └── mail_in_transition │ ├── PB260333.JPG │ └── letter.shex ├── Wikidata ├── DigitalPreservation │ ├── Categories │ │ ├── InstanceOfTypeOfSoftware.shex │ │ ├── software_genre.shex │ │ └── software_use.shex │ ├── Drafts │ │ ├── 1072flac.shex │ │ ├── MatroskaFamily.shex │ │ ├── RFC.shex │ │ ├── configuredSoftwareEnvironment.shex │ │ ├── minimalSoftware.shex │ │ ├── rfcWSEI.shex │ │ ├── trustedUser.shex │ │ ├── wikidataReferences.shex │ │ ├── wikidataSoftware.shex │ │ └── wikidatafileformatminimal.shex │ ├── FLOSS.shex │ ├── ProgrammingLanguage │ │ ├── example.json │ │ └── example.shex │ ├── SWIB │ │ ├── SWIBexamples.json │ │ ├── manifest_software.json │ │ └── software.shex │ ├── Software │ │ ├── example.json │ │ └── example1.shex │ ├── Trust │ │ └── statedInPronom.shex │ ├── configSoftwareEnv.shex │ ├── ffmin.shex │ ├── fileFormatBnode.shex │ ├── fileFormatReport.shex │ ├── file_format_manifest_eswc.json │ ├── manifest_all_file_format.json │ ├── manifest_all_software.json │ ├── manifest_all_wikidp.json │ ├── manifest_file_format.json │ ├── manifest_software_wikiDP.json │ ├── softwareExtendedWikidata.shex │ ├── softwareExtendedWikidataReferences.shex │ ├── softwareReport.shex │ ├── softwareWikiDP.shex │ ├── wikidataFileFormat.shex │ ├── wikidataFileFormatFamily.shex │ └── wikidataFileFormatRefs.shex ├── OpenCitiationsModel │ ├── OpenCitationsModelCardinalities.png │ └── wikidataOpenCitations.shex ├── academia │ ├── README.md │ ├── university.json │ ├── university.shex │ ├── universityTeacher.json │ └── universityTeacher.shex ├── awards │ ├── andra_draft_model.shex │ ├── generic_award.shex │ ├── nobel_prize.shex │ ├── scan (12).pdf │ ├── science_award-derived_with_ShExJapp.shex │ └── wikidata_shexjapp.shex ├── ballet │ ├── Royal_ballet_flanders_ballet_production.shex │ └── manifest.json ├── chemistry │ ├── README.md │ ├── chemicalCompound.shex │ ├── chemicalElement.shex │ ├── manifest.json │ ├── manifest_chemElement.json │ ├── manifest_racMix.json │ └── racemicMixture.shex ├── conference_series │ ├── conference_edition.shex │ └── conference_series.shex ├── endangered species │ └── kakapo │ │ ├── kakapo.shex │ │ └── manifest.json ├── examples │ └── ceremonial_county_of_England.shex ├── mayorsMissingGender.shex ├── metawikidata.shex ├── pathways │ ├── Reactome │ │ ├── Reactome.shex │ │ ├── manifest_1.json │ │ ├── manifest_100.json │ │ └── manifest_all.json │ └── Wikipathways │ │ └── wikipathways.shex ├── research_funding │ ├── a.shex │ ├── a.ttl │ ├── doc │ │ ├── GrantModel_RDFGraph.pdf │ │ └── Readme.md │ ├── funding_agency.shex │ ├── funding_scheme_shape.shex │ ├── grant_payment_shape.shex │ ├── grant_shape.shex │ ├── manifest.json │ ├── organisation_in_grant_shape.shex │ ├── person_in_grant_shape.shex │ └── project_with_grant_shape.shex ├── ships │ ├── manifest.json │ └── ship.shex ├── variants │ └── civic │ │ ├── civic_identifiers.shex │ │ ├── civic_imported_identifiers.shex │ │ ├── civic_references.shex │ │ ├── example.json │ │ └── variant_properties.shex └── wikicite │ ├── Zika Corpus │ ├── SWAT4hcls_example1.shex │ ├── example.json │ ├── manifest.json │ └── zika_corpus.shex │ ├── edition_of_work │ ├── example.json │ ├── wikiciteBookMissingAuthor.shex │ ├── wikicite_Hack.json │ ├── wikicite_Hack.shex │ ├── wikicite_funder.json │ ├── wikicite_funder.shex │ ├── wikicite_lfs_article.json │ ├── wikicite_lfs_article.shex │ ├── wikicite_lfs_article.shex1 │ ├── wikicite_proceedings.shex │ ├── wikicite_proceedings_series.shex │ ├── wikicite_publishers.shex │ ├── wikicite_scholarly_article.json │ ├── wikicite_scholarly_article.shex │ ├── wikicite_scholarly_journal.shex │ └── wikicite_work ├── biology ├── Disease │ ├── DisGeNET │ │ └── disgenet.shex │ └── Orphanet │ │ ├── orphanet-core.shex │ │ └── shex_manifest.json └── pathways │ └── Wikipathways │ ├── README.md │ ├── WP716.ttl │ ├── example.json │ ├── pcwpbp.shex │ ├── wp_NCIT.shex │ ├── wp_biopax.shex │ ├── wp_rdf.json │ ├── wp_rdf.shex │ ├── wp_ro.shex │ └── wp_sio.shex └── foaf.shex /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /BYOD/RD-CONNECT/Registry_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/RD-CONNECT/Registry_model.shex -------------------------------------------------------------------------------- /BYOD/UMCU/DNA_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/UMCU/DNA_model.shex -------------------------------------------------------------------------------- /BYOD/UMCU/RNA_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/UMCU/RNA_model.shex -------------------------------------------------------------------------------- /BYOD/UMCU/phospoproteins.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/UMCU/phospoproteins.shex -------------------------------------------------------------------------------- /BYOD/UMCU/proteomics_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/UMCU/proteomics_model.shex -------------------------------------------------------------------------------- /BYOD/UMCU/wikidata_DNA_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/BYOD/UMCU/wikidata_DNA_model.shex -------------------------------------------------------------------------------- /ERC/award.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/ERC/award.shex -------------------------------------------------------------------------------- /FAIR/FDP.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/FAIR/FDP.shex -------------------------------------------------------------------------------- /FAIR/distribution.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/FAIR/distribution.shex -------------------------------------------------------------------------------- /GBOL/GBOL.shexc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/GBOL/GBOL.shexc -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/README.md -------------------------------------------------------------------------------- /SWIB18/mail_in_transition/PB260333.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/SWIB18/mail_in_transition/PB260333.JPG -------------------------------------------------------------------------------- /SWIB18/mail_in_transition/letter.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/SWIB18/mail_in_transition/letter.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Categories/InstanceOfTypeOfSoftware.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Categories/InstanceOfTypeOfSoftware.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Categories/software_genre.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Categories/software_genre.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Categories/software_use.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Categories/software_use.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/1072flac.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/1072flac.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/MatroskaFamily.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/MatroskaFamily.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/RFC.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/RFC.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/configuredSoftwareEnvironment.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/configuredSoftwareEnvironment.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/minimalSoftware.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/minimalSoftware.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/rfcWSEI.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/rfcWSEI.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/trustedUser.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/trustedUser.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/wikidataReferences.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/wikidataReferences.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/wikidataSoftware.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/wikidataSoftware.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Drafts/wikidatafileformatminimal.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Drafts/wikidatafileformatminimal.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/FLOSS.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/FLOSS.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/ProgrammingLanguage/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/ProgrammingLanguage/example.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/ProgrammingLanguage/example.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/ProgrammingLanguage/example.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/SWIB/SWIBexamples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/SWIB/SWIBexamples.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/SWIB/manifest_software.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/SWIB/manifest_software.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/SWIB/software.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/SWIB/software.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Software/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Software/example.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Software/example1.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Software/example1.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/Trust/statedInPronom.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/Trust/statedInPronom.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/configSoftwareEnv.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/configSoftwareEnv.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/ffmin.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/ffmin.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/fileFormatBnode.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/fileFormatBnode.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/fileFormatReport.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/fileFormatReport.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/file_format_manifest_eswc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/file_format_manifest_eswc.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/manifest_all_file_format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/manifest_all_file_format.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/manifest_all_software.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/manifest_all_software.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/manifest_all_wikidp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/manifest_all_wikidp.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/manifest_file_format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/manifest_file_format.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/manifest_software_wikiDP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/manifest_software_wikiDP.json -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/softwareExtendedWikidata.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/softwareExtendedWikidata.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/softwareExtendedWikidataReferences.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/softwareExtendedWikidataReferences.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/softwareReport.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/softwareReport.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/softwareWikiDP.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/softwareWikiDP.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/wikidataFileFormat.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/wikidataFileFormat.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/wikidataFileFormatFamily.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/wikidataFileFormatFamily.shex -------------------------------------------------------------------------------- /Wikidata/DigitalPreservation/wikidataFileFormatRefs.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/DigitalPreservation/wikidataFileFormatRefs.shex -------------------------------------------------------------------------------- /Wikidata/OpenCitiationsModel/OpenCitationsModelCardinalities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/OpenCitiationsModel/OpenCitationsModelCardinalities.png -------------------------------------------------------------------------------- /Wikidata/OpenCitiationsModel/wikidataOpenCitations.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/OpenCitiationsModel/wikidataOpenCitations.shex -------------------------------------------------------------------------------- /Wikidata/academia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/academia/README.md -------------------------------------------------------------------------------- /Wikidata/academia/university.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/academia/university.json -------------------------------------------------------------------------------- /Wikidata/academia/university.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/academia/university.shex -------------------------------------------------------------------------------- /Wikidata/academia/universityTeacher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/academia/universityTeacher.json -------------------------------------------------------------------------------- /Wikidata/academia/universityTeacher.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/academia/universityTeacher.shex -------------------------------------------------------------------------------- /Wikidata/awards/andra_draft_model.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/andra_draft_model.shex -------------------------------------------------------------------------------- /Wikidata/awards/generic_award.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/generic_award.shex -------------------------------------------------------------------------------- /Wikidata/awards/nobel_prize.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/nobel_prize.shex -------------------------------------------------------------------------------- /Wikidata/awards/scan (12).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/scan (12).pdf -------------------------------------------------------------------------------- /Wikidata/awards/science_award-derived_with_ShExJapp.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/science_award-derived_with_ShExJapp.shex -------------------------------------------------------------------------------- /Wikidata/awards/wikidata_shexjapp.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/awards/wikidata_shexjapp.shex -------------------------------------------------------------------------------- /Wikidata/ballet/Royal_ballet_flanders_ballet_production.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/ballet/Royal_ballet_flanders_ballet_production.shex -------------------------------------------------------------------------------- /Wikidata/ballet/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/ballet/manifest.json -------------------------------------------------------------------------------- /Wikidata/chemistry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/README.md -------------------------------------------------------------------------------- /Wikidata/chemistry/chemicalCompound.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/chemicalCompound.shex -------------------------------------------------------------------------------- /Wikidata/chemistry/chemicalElement.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/chemicalElement.shex -------------------------------------------------------------------------------- /Wikidata/chemistry/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/manifest.json -------------------------------------------------------------------------------- /Wikidata/chemistry/manifest_chemElement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/manifest_chemElement.json -------------------------------------------------------------------------------- /Wikidata/chemistry/manifest_racMix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/manifest_racMix.json -------------------------------------------------------------------------------- /Wikidata/chemistry/racemicMixture.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/chemistry/racemicMixture.shex -------------------------------------------------------------------------------- /Wikidata/conference_series/conference_edition.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/conference_series/conference_edition.shex -------------------------------------------------------------------------------- /Wikidata/conference_series/conference_series.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/conference_series/conference_series.shex -------------------------------------------------------------------------------- /Wikidata/endangered species/kakapo/kakapo.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/endangered species/kakapo/kakapo.shex -------------------------------------------------------------------------------- /Wikidata/endangered species/kakapo/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/endangered species/kakapo/manifest.json -------------------------------------------------------------------------------- /Wikidata/examples/ceremonial_county_of_England.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/examples/ceremonial_county_of_England.shex -------------------------------------------------------------------------------- /Wikidata/mayorsMissingGender.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/mayorsMissingGender.shex -------------------------------------------------------------------------------- /Wikidata/metawikidata.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/metawikidata.shex -------------------------------------------------------------------------------- /Wikidata/pathways/Reactome/Reactome.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/pathways/Reactome/Reactome.shex -------------------------------------------------------------------------------- /Wikidata/pathways/Reactome/manifest_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/pathways/Reactome/manifest_1.json -------------------------------------------------------------------------------- /Wikidata/pathways/Reactome/manifest_100.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/pathways/Reactome/manifest_100.json -------------------------------------------------------------------------------- /Wikidata/pathways/Reactome/manifest_all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/pathways/Reactome/manifest_all.json -------------------------------------------------------------------------------- /Wikidata/pathways/Wikipathways/wikipathways.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/pathways/Wikipathways/wikipathways.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/a.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/a.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/a.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/a.ttl -------------------------------------------------------------------------------- /Wikidata/research_funding/doc/GrantModel_RDFGraph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/doc/GrantModel_RDFGraph.pdf -------------------------------------------------------------------------------- /Wikidata/research_funding/doc/Readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Wikidata/research_funding/funding_agency.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/funding_agency.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/funding_scheme_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/funding_scheme_shape.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/grant_payment_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/grant_payment_shape.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/grant_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/grant_shape.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/manifest.json -------------------------------------------------------------------------------- /Wikidata/research_funding/organisation_in_grant_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/organisation_in_grant_shape.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/person_in_grant_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/person_in_grant_shape.shex -------------------------------------------------------------------------------- /Wikidata/research_funding/project_with_grant_shape.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/research_funding/project_with_grant_shape.shex -------------------------------------------------------------------------------- /Wikidata/ships/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/ships/manifest.json -------------------------------------------------------------------------------- /Wikidata/ships/ship.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/ships/ship.shex -------------------------------------------------------------------------------- /Wikidata/variants/civic/civic_identifiers.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/variants/civic/civic_identifiers.shex -------------------------------------------------------------------------------- /Wikidata/variants/civic/civic_imported_identifiers.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/variants/civic/civic_imported_identifiers.shex -------------------------------------------------------------------------------- /Wikidata/variants/civic/civic_references.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/variants/civic/civic_references.shex -------------------------------------------------------------------------------- /Wikidata/variants/civic/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/variants/civic/example.json -------------------------------------------------------------------------------- /Wikidata/variants/civic/variant_properties.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/variants/civic/variant_properties.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/Zika Corpus/SWAT4hcls_example1.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/Zika Corpus/SWAT4hcls_example1.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/Zika Corpus/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/Zika Corpus/example.json -------------------------------------------------------------------------------- /Wikidata/wikicite/Zika Corpus/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/Zika Corpus/manifest.json -------------------------------------------------------------------------------- /Wikidata/wikicite/Zika Corpus/zika_corpus.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/Zika Corpus/zika_corpus.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/edition_of_work: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/edition_of_work -------------------------------------------------------------------------------- /Wikidata/wikicite/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/example.json -------------------------------------------------------------------------------- /Wikidata/wikicite/wikiciteBookMissingAuthor.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikiciteBookMissingAuthor.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_Hack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_Hack.json -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_Hack.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_Hack.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_funder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_funder.json -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_funder.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_funder.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_lfs_article.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_lfs_article.json -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_lfs_article.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_lfs_article.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_lfs_article.shex1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_lfs_article.shex1 -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_proceedings.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_proceedings.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_proceedings_series.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_proceedings_series.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_publishers.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_publishers.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_scholarly_article.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_scholarly_article.json -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_scholarly_article.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_scholarly_article.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_scholarly_journal.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_scholarly_journal.shex -------------------------------------------------------------------------------- /Wikidata/wikicite/wikicite_work: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/Wikidata/wikicite/wikicite_work -------------------------------------------------------------------------------- /biology/Disease/DisGeNET/disgenet.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/Disease/DisGeNET/disgenet.shex -------------------------------------------------------------------------------- /biology/Disease/Orphanet/orphanet-core.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/Disease/Orphanet/orphanet-core.shex -------------------------------------------------------------------------------- /biology/Disease/Orphanet/shex_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/Disease/Orphanet/shex_manifest.json -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/README.md -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/WP716.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/WP716.ttl -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/example.json -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/pcwpbp.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/pcwpbp.shex -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_NCIT.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/wp_NCIT.shex -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_biopax.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/wp_biopax.shex -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_rdf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/wp_rdf.json -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_rdf.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/wp_rdf.shex -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_ro.shex: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /biology/pathways/Wikipathways/wp_sio.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/biology/pathways/Wikipathways/wp_sio.shex -------------------------------------------------------------------------------- /foaf.shex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shexSpec/schemas/HEAD/foaf.shex --------------------------------------------------------------------------------