http://spinrdf.org/spl#InferDefaultValue
Class 'spl:Infer default value'


spin:body
CONSTRUCT {
?this ?predicate ?defaultValue http://www.fadyart.com/parties#.
}
WHERE {
OPTIONAL {
?this ?predicate ?anyValue http://www.fadyart.com/parties#.
} http://www.fadyart.com/parties#.
FILTER (!bound(?anyValue)) http://www.fadyart.com/parties#.
}
spin:constraint
Argument default value http://www.fadyart.com/parties#
Argument spl:predicate http://www.fadyart.com/parties# Property
spin:label template
Default value for {?predicate}: {?defaultValue}
rdf:type
spin:Template
rdfs:comment
Can be used to infer default values for a given subject/predicate combination. This is typically assigned as spin:rule to a class. If ?this does not already have a value for a given property {?predicate}, then this will infer the value {?defaultValue}.
rdfs:label
Infer default value
rdfs:subClassOf
spin:Templates

Generated with TopBraid Composer by TopQuadrant, Inc.