Bases: ordf.vocab.skos.ConceptScheme
A SKOS Concept Scheme representing the COFOG
>>> functions = Functions()
>>> functions.load()
>>> dev = functions.byFog("06.2")
>>> print [str(name) for name in dev.label]
['Community development']
>>> print [str(notation) for notation in dev.notation]
['06.2']
>>> for broader in dev.broader:
... print [str(name) for name in broader.label]
...
['Housing and community amenities']
>>>
Parameters: |
|
---|