(Imported from OWL file.)
 
Line 1: Line 1:
 
{{Content OP Element
 
{{Content OP Element
 
|Name=catchesSpecies
 
|Name=catchesSpecies
|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
 
}}
 
}}

Latest revision as of 22:55, 27 April 2009

catchesSpecies has Category:OntologyElement and is an element of VesselSpecies


ObjectProperty

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

}

The page [[Bootstrap:Footer]] was not found.