@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:isDigitalCollection a owl:DatatypeProperty ; rdfs:comment "This property describes whether the material is belong to Digital Collection."@en ; rdfs:domain [ a owl:Class ; rdfs:seeAlso ; owl:unionOf ( eadlon:EADLObject eadlon:DigitizedObject ) ] ; rdfs:isDefinedBy eadlon: ; rdfs:label "is digital collection"@en , "디지털 콜렉션 구분 여부"@ko ; rdfs:range rdfs:Literal ; ns:term_status "testing" .