Template:Concept scheme relation/doc
On Concept pages (using Form:Concept) the following can be repeated any number of times:
{{Concept scheme relation | scheme = ← Page name of a concept scheme | property domain = if present concept is a property, a domain constraint defined within that scheme. The constraints of the original scheme are most relevant, but other schemes may define other constraints. This maps to rdfs:domain if the skos concept is applied as an rdfs/owl ontology. | property range = if present concept is a property, a range constraint defined within that scheme. The constraints of the original scheme are most relevant, but other schemes may define other constraints. This maps to rdfs:domain if the skos concept is applied as an rdfs/owl ontology. | property cardinality = if present concept is a property, a cardinality constraint defined within that scheme. Values are 0..1 (optional single occurrence), 1..1 (mandatory single occurrence), 0..n (optional multiple occurrence), 1..n (mandatory multiple occurrence). The constraints of the original scheme are most relevant, but other schemes may define other constraints. For example "1..1" maps to owl:minCardinality "1" owl:maxCardinality "1" if the skos concept is applied as an rdfs/owl ontology. }}