@prefix foaf: .
@prefix rdfs: .
@prefix owl: .
@prefix terms: .
@prefix skos2: .
@prefix daia: .
daia:Limitation rdfs:seeAlso foaf:primaryTopicOf ;
skos2:scopeNote "A link to a page with more information can be added with foaf:page and with foaf:primaryTopicOf"@en ;
rdfs:label "Limitation"@en ;
rdfs:seeAlso terms:description ;
rdfs:comment "A Limitation is something that limits the the availability of an Item."@en ;
skos2:scopeNote "A description of the limitation can be added with dct:description."@en ;
rdfs:seeAlso foaf:page, terms:title ;
a owl:Class .