Submissions:VesselSpecies/isCaughtBy
From Odp
< Submissions:VesselSpecies(Difference between revisions)
Current revision (22:55, 27 April 2009) (view source) (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 | ||
}} | }} |
Current revision
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
}