Skip to content

Commit

Permalink
Fixed a few object property definitions that included 'definition' in…
Browse files Browse the repository at this point in the history
… the value (#330)
  • Loading branch information
ikiril01 authored Dec 13, 2024
1 parent 4aaeef9 commit 669a054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ontology/d3fend-protege.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ Moving forward different distinctions of kinds of has-part (contains) relationsh
:enumerates a owl:ObjectProperty ;
rdfs:label "enumerates" ;
rdfs:subPropertyOf :reads ;
:definition "definition \"x enumerates y: The subject x takes the action of reading from a digital source y to acquire data and create a list of its contents." .
:definition "x enumerates y: The subject x takes the action of reading from a digital source y to acquire data and create a list of its contents." .

:erases a owl:ObjectProperty ;
rdfs:label "erases" ;
Expand Down Expand Up @@ -576,12 +576,12 @@ Moving forward different distinctions of kinds of has-part (contains) relationsh
:instructed-by a owl:ObjectProperty ;
rdfs:label "instructed-by" ;
rdfs:subPropertyOf :associated-with ;
:definition "definition \"x instructed-by y: A subject x takes machine instructions from object y.\"" .
:definition "x instructed-by y: A subject x takes machine instructions from object y." .

:instructs a owl:ObjectProperty ;
rdfs:label "instructs" ;
rdfs:subPropertyOf :associated-with ;
:definition "definition \"x instructs y: A subject x delivers machine instructions to object y.\"" .
:definition "x instructs y: A subject x delivers machine instructions to object y." .

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

0 comments on commit 669a054

Please sign in to comment.