@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/> .

<http://lod.jis.go.kr/data/ontology/FacilityEvaluation>
      rdfs:label "RDF description of 지하안전 영향평가" ;
      foaf:primaryTopic jis:FacilityEvaluation .

jis:FacilityEvaluation
      rdf:type rdfs:Resource , owl:Class , rdfs:Class ;
      rdfs:label "지하안전 영향평가"@ko , "지하안전 영향평가"^^xsd:string , "Facility Evaluation"@en ;
      rdfs:subClassOf owl:Thing , jis:Evaluation .
