Skip to content

Commit

Permalink
d3f:recorded-in should be owl:inverseOf d3f:records (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
aamedina authored Dec 30, 2024
1 parent 7197ee7 commit fd7e49a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ontology/d3fend-protege.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,9 @@ Moving forward different distinctions of kinds of has-part (contains) relationsh

:recorded-in a owl:ObjectProperty ;
rdfs:label "recorded-in" ;
rdfs:subPropertyOf :associated-with .
rdfs:subPropertyOf :associated-with ;
owl:inverseOf :records ;
:definition "x recorded-in y: The event x is documented, logged, or otherwise preserved within the digital artifact y, which stores or encodes relevant data about the event." .

:records a owl:ObjectProperty ;
rdfs:label "records" ;
Expand Down

0 comments on commit fd7e49a

Please sign in to comment.