Skip to content

Commit

Permalink
fix iri to be proper style, refs #294
Browse files Browse the repository at this point in the history
  • Loading branch information
netfl0 committed Dec 31, 2024
1 parent de219fd commit 910c02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ontology/d3fend-protege.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Moving forward different distinctions of kinds of has-part (contains) relationsh
rdfs:isDefinedBy <http://wordnet-rdf.princeton.edu/id/00729216-a> ;
:definition "x dependent y: A dependent y is an entity that requires the fulfillment of the requirements specified in dependency x." .

:dependsOn a owl:ObjectProperty ;
:depends-on a owl:ObjectProperty ;
rdfs:label "depends-on" ;
rdfs:subPropertyOf :associated-with ;
owl:inverseOf :has-dependent ;
Expand Down Expand Up @@ -890,7 +890,7 @@ Moving forward different distinctions of kinds of has-part (contains) relationsh

:powered-by a owl:ObjectProperty ;
rdfs:label "powered-by" ;
rdfs:subPropertyOf :dependsOn ;
rdfs:subPropertyOf :depends-on ;
owl:inverseOf :powers ;
:definition "x powered-by y: x obtains its essential energy or force from y to perform its function or remain active." .

Expand Down

0 comments on commit 910c02c

Please sign in to comment.