sub:assertion {
dct:description rdfs:label "can be described as follows:" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a new class by intersection or union" ;
nt:hasNanopubLabelPattern "Class: ${name}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ,
sub:st6 ,
sub:st7 ;
nt:hasTag "Terms" .
sub:class1 a nt:GuidedChoicePlaceholder ;
rdfs:label "URI of existing class 1" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:class2 a nt:GuidedChoicePlaceholder ;
rdfs:label "URI of existing class 2" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23Class&searchterm=" , "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:description a nt:LiteralPlaceholder ;
rdfs:label "description of the class" .
sub:intersectionOrUnion a nt:RestrictedChoicePlaceholder ;
rdfs:label "select intersection or union" ;
nt:possibleValue <
http://www.w3.org/2002/07/owl#intersectionOf> , <
http://www.w3.org/2002/07/owl#unionOf> .
sub:list a nt:LocalResource ;
rdfs:label "a list" .
sub:list-rest a nt:LocalResource ;
rdfs:label "a rest-list" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the class" .
sub:newclass a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short ID of new class" .
sub:st0 rdf:object <
http://www.w3.org/2002/07/owl#Class> ;
rdf:predicate rdf:type ;
rdf:subject sub:newclass .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:newclass .
sub:st2 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:newclass ;
a nt:OptionalStatement .
sub:st3 rdf:object sub:list ;
rdf:predicate sub:intersectionOrUnion ;
rdf:subject sub:newclass .
sub:st4 rdf:object sub:class1 ;
rdf:predicate rdf:first ;
rdf:subject sub:list .
sub:st5 rdf:object sub:list-rest ;
rdf:predicate rdf:rest ;
rdf:subject sub:list .
sub:st6 rdf:object sub:class2 ;
rdf:predicate rdf:first ;
rdf:subject sub:list-rest .
sub:st7 rdf:object rdf:nil ;
rdf:predicate rdf:rest ;
rdf:subject sub:list-rest .
rdf:first rdfs:label "has as first element" .
rdf:nil rdfs:label "the end of the list" .
rdf:rest rdfs:label "has as rest" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "is called" .
<
http://www.w3.org/2002/07/owl#Class>
rdfs:label "class" .
<
http://www.w3.org/2002/07/owl#intersectionOf>
rdfs:label "is the intersection of the classes in" .
<
http://www.w3.org/2002/07/owl#unionOf>
rdfs:label "is the union of the classes in" .
}