@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://inference-web.org/2.0/ds.owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:nil a ns0:List, owl:NamedIndividual ; rdfs:comment "The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it."@en ; rdfs:label "nil"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://inference-web.org/2.0/ds.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:nil
    a ns0:List, owl:NamedIndividual ;
    rdfs:comment "The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it."@en ;
    rdfs:label "nil"@en .