Skip to content

Commit

Permalink
Change rdf:type -> prez:type
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant committed Jul 23, 2024
1 parent 5cf9d60 commit 281b16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prez/services/listings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def listing_function(
construct_tss_list.append(
TriplesSameSubject.from_spo(
subject=profile_nodeshape.focus_node,
predicate=IRI(value="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),
predicate=IRI(value="https://prez.dev/type"),
object=IRI(value="https://prez.dev/FocusNode"),
)
)
Expand Down
2 changes: 1 addition & 1 deletion prez/services/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def object_function(
profile_nodeshape.tss_list.append(
TriplesSameSubject.from_spo(
subject=profile_nodeshape.focus_node,
predicate=IRI(value="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"),
predicate=IRI(value="https://prez.dev/type"),
object=IRI(value="https://prez.dev/FocusNode"),
)
)
Expand Down

0 comments on commit 281b16f

Please sign in to comment.