Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Every park has an employee.
- Paraphrase
- If there is a park X1 then the park X1 has an employee.
- Syntax Boxes
- every park
- has
- an employee
- .
- Syntax Tree
- specification
- __________|__________
- s |
- _____|______ |
- np vp |
- ___|___ | |
- det nbar vbar |
- | | | |
- | n vcompl |
- | | ___|___ |
- | | v np |
- | | | __|__ |
- | | | det nbar |
- | | | | | |
- | | | | n |
- | | | | | |
- every park has an employee .
- Internal Representation
- []
- [A]
- object(A,park,countable,na,eq,1)-1/2
- =>
- [B,C]
- object(B,employee,countable,na,eq,1)-1/5
- predicate(C,have,A,B)-1/3
- OWL
- Prefix(:=<http://attempto.ifi.uzh.ch/acewiki/sandbox#>)
- Prefix(ace:=<http://attempto.ifi.uzh.ch/ace#>)
- Ontology(<http://attempto.ifi.uzh.ch/acewiki/sandbox>
- SubClassOf(
- :park
- ObjectSomeValuesFrom(
- :have
- :employee
- )
- )
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement