AldoGangemi (Talk | contribs) |
|||
| Line 1: | Line 1: | ||
{{Content_OP_Proposal_toolbar}} | {{Content_OP_Proposal_toolbar}} | ||
{{Include Image | {{Include Image | ||
| − | |ImageName= | + | |ImageName=Specieseat.jpg |
}} | }} | ||
{{Content OP Proposal Template | {{Content OP Proposal Template | ||
| + | |SubmittedBy=User:AlessandroAdamou | ||
|Name=SpeciesEat | |Name=SpeciesEat | ||
| − | |||
| − | |||
|Intent=The pattern intends to model the situation that a certain species feed upon other species and that some species are preyed upon by a certain species. | |Intent=The pattern intends to model the situation that a certain species feed upon other species and that some species are preyed upon by a certain species. | ||
|CompetencyQuestion=What species feed upon a certain species? What species are eaten by a certain species? What species is preyed upon by a certain species? What species preyes upon a certain species? | |CompetencyQuestion=What species feed upon a certain species? What species are eaten by a certain species? What species is preyed upon by a certain species? What species preyes upon a certain species? | ||
| + | |ReusableOWLBuildingBlock=http://www.ontologydesignpatterns.org/cp/owl/fsdas/specieseat.owl, | ||
|Scenario=What species eat 'shrimp'; What species are eaten by 'seals' | |Scenario=What species eat 'shrimp'; What species are eaten by 'seals' | ||
}} | }} | ||
| Line 27: | Line 27: | ||
|HasElement=preyesUpon | |HasElement=preyesUpon | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
(type): http://www.w3.org/2002/07/owl#Ontology | (type): http://www.w3.org/2002/07/owl#Ontology | ||
| Line 40: | Line 36: | ||
SELECT ?x WHERE {?x a :AquaticSpecies. :Seals :preyesUpon ?x.} | SELECT ?x WHERE {?x a :AquaticSpecies. :Seals :preyesUpon ?x.} | ||
| − | + | {{Scenarios about me}} | |
| + | {{Reviews about me}} | ||
| Name: | SpeciesEat |
|---|---|
| Submitted by: | User:AlessandroAdamou |
| Also Known As: | |
| Intent: | The pattern intends to model the situation that a certain species feed upon other species and that some species are preyed upon by a certain species. |
| Domains: | |
| Competency Questions: | |
| Solution description: | |
| Reusable OWL Building Block: | 1 (429) |
| Consequences: | |
| Scenarios: | What species eat 'shrimp'; What species are eaten by 'seals' |
| Known Uses: | |
| Web References: | |
| Other References: | |
| Examples (OWL files): | |
| Extracted From: | |
| Reengineered From: | |
| Has Components: | |
| Specialization Of: | |
| Related CPs: |
The SpeciesEat Content OP locally defines the following ontology elements:
Mappable to fi:Species, fi:SpeciesRef, fi:SpeciesFeature, etc.
It has related axioms from FIGIS Schema that are included in the classes linked to the fi:Species class, such as fi:SpeciesRef (holding association with fi:AqResRef, which holds association with fi:WaterAreaRef).
(type): http://www.w3.org/2002/07/owl#Ontology
(imports): http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl
(hasUnitTest): SELECT ?x WHERE {?x a :AquaticSpecies. ?x :feedsUpon :Shrimp. } SELECT ?x WHERE {?x a :AquaticSpecies. :Shrimp :isEatenBy ?x. } SELECT ?x WHERE {?x a :AquaticSpecies. ?x :isPreyedUponBy :Seals.} SELECT ?x WHERE {?x a :AquaticSpecies. :Seals :preyesUpon ?x.}
No scenario is added to this Content OP.
This revision (revision ID 3552) takes in account the reviews: none
Other info at evaluation tab