AldoGangemi (Talk | contribs)  | 
				AldoGangemi (Talk | contribs)   (Imported from OWL file.)  | 
				||
| Line 1: | Line 1: | ||
{{Content OP Element  | {{Content OP Element  | ||
|Name=isCaughtBy  | |Name=isCaughtBy  | ||
| − | |Description=  | + | |Description=Actually a composed property: this needs either a property chain, a SPARQL query, or a SWRL rule to gather a value. E.g. in SPARQL:  | 
| + | |||
| + | |||
| + | |||
| + | CONSTRUCT {?x :catchesSpecies ?y . ?y isCaughtBy ?x}  | ||
| + | |||
| + | WHERE {  | ||
| + | |||
| + | ?x gearvessel:usesGearType ?z .  | ||
| + | |||
| + | ?z gearspecies:catchesSpecies ?y  | ||
| + | |||
| + | }  | ||
|ElementType=owl:ObjectProperty  | |ElementType=owl:ObjectProperty  | ||
}}  | }}  | ||
isCaughtBy has Category:OntologyElement and is an element of VesselSpecies
Name: isCaughtBy
Type: owl:ObjectProperty
Description: Actually a composed property: this needs either a property chain, a SPARQL query, or a SWRL rule to gather a value. E.g. in SPARQL:
CONSTRUCT {?x :catchesSpecies ?y . ?y isCaughtBy ?x}
WHERE {
?x gearvessel:usesGearType ?z .
?z gearspecies:catchesSpecies ?y
}