@prefix schema: . @prefix geonames: . @prefix owl: . @prefix ns: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix eadl: . @prefix rdf: . @prefix eadlcollection: . @prefix dcterms: . @prefix bibo: . @prefix eadlon: . @prefix foaf: . @prefix dc: . eadlon:numImageFiles a owl:DatatypeProperty ; rdfs:comment "The number of image files contained in a collection of documents"@en , "디지털컬렉션에 포함되는 이미지 파일의 수"@ko , "資料に含まれる画像ファイルの数"@ja ; rdfs:domain eadlon:DigitizedObject ; rdfs:isDefinedBy eadlon: ; rdfs:label "画像ファイル数"@ja , "이미지 파일 수"@ko , "num image files"@en ; rdfs:range rdfs:Literal ; ns:term_status "stable" .