http://spinrdf.org/spl#ConstructDefaultValues
Class 'spl:Construct default values'


spin:body
CONSTRUCT {
?this ?predicate ?defaultValue http://www.fadyart.com/parties#.
}
WHERE {
?this a ?directType http://www.fadyart.com/parties#.
?directType rdfs:subClassOf* ?type http://www.fadyart.com/parties#.
?type spin:constraint ?attribute http://www.fadyart.com/parties#.
?attribute spl:default value ?defaultValue http://www.fadyart.com/parties#.
?attribute spl:predicate ?predicate http://www.fadyart.com/parties#.
}
spin:constraint
Default value for High cash http://www.fadyart.com/parties#flows: false
Argument Controversial goods http://www.fadyart.com/parties# xsd:boolean
spin:label template
Construct default values
rdf:type
spin:Template
rdfs:comment
This template can be attached as spin:constructor to a root class such as rdfs:Resource to ensure that SPIN processors assign default values to certain properties. Looks for any templates attached as spin:constraints to the types of ?this and then assigns their declared spl:defaultValues.
rdfs:label
Construct default values
rdfs:subClassOf
spin:Templates

Generated with TopBraid Composer by TopQuadrant, Inc.