Skip to content

Commit

Permalink
Merge pull request #59 from obophenotype/zp7
Browse files Browse the repository at this point in the history
ZP to seven digits
  • Loading branch information
matentzn authored Jan 22, 2024
2 parents 4d10c50 + 2eb010b commit 2f38367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/curation/upheno-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ sources:
#- ncit
- id: zp
mirror_from: http://purl.obolibrary.org/obo/zp/zp-base.owl
root: http://purl.obolibrary.org/obo/ZP_00000000
root: http://purl.obolibrary.org/obo/ZP_0000000
prefix_iri: http://purl.obolibrary.org/obo/ZP_
taxon: http://purl.obolibrary.org/obo/UPHENO_ZP
taxon_label: ZPO
Expand Down
2 changes: 1 addition & 1 deletion src/ontology/upheno-odk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ sources:
#- ncit
- id: zp
mirror_from: http://purl.obolibrary.org/obo/zp/zp-base.owl
root: http://purl.obolibrary.org/obo/ZP_00000000
root: http://purl.obolibrary.org/obo/ZP_0000000
prefix_iri: http://purl.obolibrary.org/obo/ZP_
taxon: http://purl.obolibrary.org/obo/ZP
taxon_label: ZPO
Expand Down
2 changes: 1 addition & 1 deletion src/sparql/zp_phenotypes.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

SELECT ?s ?lab ?ldef WHERE
{
?s rdfs:subClassOf* <http://purl.obolibrary.org/obo/ZP_00000000> .
?s rdfs:subClassOf* <http://purl.obolibrary.org/obo/ZP_0000000> .
OPTIONAL { ?s rdfs:label ?lab }
OPTIONAL { ?s owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000051> ;
Expand Down

0 comments on commit 2f38367

Please sign in to comment.