Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle unknown external ID in interpro2ipr files.
Since we're not in control of the external datasources that are used by datasource providers, validating all external IDs makes our code brittle. Since we don't use sources that we don't know about, we can simply gloss over the external IDs that we don't recognise. Doing so yields triples of the form: <http://kabob.ucdenver.edu/iao/interpro/F_InterProProtein2IprDatFileData_externalReference_J7eGDFPyhBVMdgpi5AN9XzD1tu8> <http://purl.obolibrary.org/obo/IAO_0000219> <http://kabob.ucdenver.edu/iao/kabob/R_NonNormalizedIdentifierRecord_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> . <http://kabob.ucdenver.edu/iao/kabob/R_NonNormalizedIdentifierRecord_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://kabob.ucdenver.edu/iao/kabob/NonNormalizedIdentifierRecord> . <http://kabob.ucdenver.edu/iao/kabob/R_NonNormalizedIdentifierRecord_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://kabob.ucdenver.edu/iao/hasTemplate> <http://kabob.ucdenver.edu/iao/kabob/NonNormalizedIdentifierRecordSchema1> . <http://kabob.ucdenver.edu/iao/kabob/R_NonNormalizedIdentifierRecord_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://purl.obolibrary.org/obo/BFO_0000051> <http://kabob.ucdenver.edu/iao/kabob/F_NonNormalizedIdentifierRecord_identifier_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> . <http://kabob.ucdenver.edu/iao/kabob/F_NonNormalizedIdentifierRecord_identifier_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://kabob.ucdenver.edu/iao/hasTemplate> <http://kabob.ucdenver.edu/iao/kabob/NonNormalizedIdentifierRecord_identifierDataField1> . <http://kabob.ucdenver.edu/iao/kabob/F_NonNormalizedIdentifierRecord_identifier_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://kabob.ucdenver.edu/iao/FieldValue> . <http://kabob.ucdenver.edu/iao/kabob/F_NonNormalizedIdentifierRecord_identifier_fM4tG2mEQK7AzC4Z0DKJDbkbNGU> <http://purl.obolibrary.org/obo/IAO_0000219> "cd01991"@en .
- Loading branch information