Submissions:VesselSpecies/catchesSpecies
From Odp
catchesSpecies has Category:OntologyElement and is an element of VesselSpecies
Name: catchesSpecies
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
}