@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:endYearOfIssue a owl:DatatypeProperty ; rdfs:comment "End Year of Issue"@en , "발행을 종료한 년도"@ko ; rdfs:domain [ a owl:Class ; rdfs:seeAlso ; owl:unionOf ( eadlon:DigitizedObject eadlon:EADLObject ) ] ; rdfs:isDefinedBy eadlon: ; rdfs:label "end year of issue"@en , "발행 종료 연도"@ko ; rdfs:range xsd:int .