Skip to content

Commit

Permalink
remove foaf:depicted_by from accepted annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Oct 13, 2023
1 parent 11d754c commit fe9e2dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparql/illegal-annotation-property-violation.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ SELECT DISTINCT ?annotation WHERE {
<http://www.w3.org/2000/01/rdf-schema#seeAlso>,
<http://www.w3.org/2004/02/skos/core#closeMatch>,
<http://www.w3.org/2002/07/owl#deprecated>,
<http://xmlns.com/foaf/0.1/depicted_by>,
<http://xmlns.com/foaf/0.1/depiction>
))
FILTER (isIRI(?subj) && STRSTARTS(str(?subj), "http://purl.obolibrary.org/obo/UBERON_"))
Expand Down

0 comments on commit fe9e2dd

Please sign in to comment.