sub:assertion {
dcterms:subject rdfs:label "a keyord (right) is assigned to an SDG (links)" .
sub:Keyword a nt:UriPlaceholder ;
rdfs:label "The URL/URI of the keyword from the controlled vocabulary to be assigned to the SDG" .
sub:SDG a nt:RestrictedChoicePlaceholder ;
rdfs:label "Select the Sustainable Development Goal (SDG) to which you want to assign a keyword" ;
nt:possibleValue <
http://metadata.un.org/sdg/1> , <
http://metadata.un.org/sdg/10> , <
http://metadata.un.org/sdg/11> , <
http://metadata.un.org/sdg/12> , <
http://metadata.un.org/sdg/13> , <
http://metadata.un.org/sdg/14> , <
http://metadata.un.org/sdg/15> , <
http://metadata.un.org/sdg/16> , <
http://metadata.un.org/sdg/17> , <
http://metadata.un.org/sdg/2> , <
http://metadata.un.org/sdg/3> , <
http://metadata.un.org/sdg/4> , <
http://metadata.un.org/sdg/5> , <
http://metadata.un.org/sdg/6> , <
http://metadata.un.org/sdg/7> , <
http://metadata.un.org/sdg/8> , <
http://metadata.un.org/sdg/9> .
sub:assertion dcterms:description "Keywords from controlled vocabulary as a supplement to the keywords of the \"SDG Knowledge Organisation System\" accessible at http://metadata.un.org/sdg" ;
a nt:AssertionTemplate ,
nt:UnlistedTemplate ;
rdfs:label "Assigning keywords to SDGs" ;
nt:hasStatement sub:st1 .
sub:st1 rdf:object sub:Keyword ;
rdf:predicate dcterms:subject ;
rdf:subject sub:SDG ;
a rdf:Statement .
}