@prefix geonames:  <http://www.geonames.org/ontology#> .
@prefix void:    <http://rdfs.org/ns/void#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix jusokr:  <http://rdfs.co/juso/kr/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix skos:    <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo:     <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix jis:     <http://lod.jis.go.kr/ontology/> .
@prefix juso:    <http://rdfs.co/juso/> .
@prefix dcterms:  <http://purl.org/dc/terms/> .
@prefix bibo:    <http://purl.org/ontology/bibo/> .
@prefix jd:      <http://lod.jis.go.kr/resource/> .
@prefix page:    <http://data.kdata.kr/page/> .
@prefix event:   <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .

jis:evaluationCost
      rdf:type owl:DatatypeProperty , rdfs:Resource , rdf:Property ;
      rdfs:domain owl:Thing , jis:Evaluation , jis:FacilityEvaluation ;
      rdfs:label "평가금액 "@ko , "evaluation cost "@en ;
      rdfs:range rdfs:Literal , xsd:integer .

<http://lod.jis.go.kr/data/ontology/evaluationCost>
      rdfs:label "RDF description of 평가금액 " ;
      foaf:primaryTopic jis:evaluationCost .
