SMBA Thesaurus / requirement
Attribute Value
rdf:type skos:Concept
rdfs:label requirement
dct:creator https://orcid.org/0009-0002-4140-6464
skos:definition A usable representation of a need.
skos:inScheme :iiba-babok-terms
skos:topConceptOf :iiba-babok-terms
skos:narrower :business_requirement, :functional_requirement, :non-functional_requirement
dct:source Agile Extension to the BABOK® Guide, IIBA BABOK® Guide v3, The Business Analysis Competency Model® Version 4
dct:isPartOf :requirements_architecture
@prefix : <https://usmba.ai/> .
@prefix grddl: <http://www.w3.org/2003/g/data-view#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

:requirement a skos:Concept;
  rdfs:label "requirement"@en;
  dct:creator <https://orcid.org/0009-0002-4140-6464>;
  skos:definition "A usable representation of a need."@en;
  skos:inScheme :iiba-babok-terms;
  skos:topConceptOf :iiba-babok-terms;
  skos:narrower <https://usmba.ai/business_requirement>, <https://usmba.ai/functional_requirement>,
    <https://usmba.ai/non-functional_requirement>;
  dct:source :Agile_Extension_to_the_BABOK_Guide, :IIBA_BABOK_Guide_v3, :Business_Analysis_Competency_Model_v4;
  dct:isPartOf <https://usmba.ai/requirements_architecture> .

Visual Graph