메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


1. insert(endpoint : http://gsda:23030/icbms/update)


prefix qudt: <http://data.nasa.gov/qudt/owl/qudt#> 
prefix quantity: <http://data.nasa.gov/qudt/owl/quantity>  
prefix unit: <http://data.nasa.gov/qudt/owl/unit#> 
prefix dim: <http://data.nasa.gov/qudt/owl/dimension#> 
prefix b: <http://www.onem2m.org/ontology/Base_Ontology#> 
prefix herit: <http://herit-in/herit-cse/>
prefix o: <http://www.iotoasis.org/ontology/>
prefix swrlb: <http://www.w3.org/2003/11/swrlb#> 
prefix protege: <http://protege.stanford.edu/plugins/owl/protege#>
prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/
prefix dc: <http://purl.org/dc/elements/1.1/
prefix j.0: <http://data.qudt.org/qudt/owl/1.0.0/text/
prefix owl: <http://www.w3.org/2002/07/owl#> 
prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> 
prefix swrl: <http://www.w3.org/2003/11/swrl#> 
prefix skos: <http://www.w3.org/2004/02/skos/core#> 
prefix dul: <http://www.loa-cnr.it/ontologies/DUL.owl#> 
prefix cc: <http://creativecommons.org/ns#> 
prefix p1: <http://purl.org/dc/elements/1.1/#> 
prefix foaf: <http://xmlns.com/foaf/0.1/
prefix xsd: <http://www.w3.org/2001/XMLSchema#> 
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  
prefix qudt: <http://data.nasa.gov/qudt/owl/qudt#> 
prefix quantity: <http://data.nasa.gov/qudt/owl/quantity>  
prefix unit: <http://data.nasa.gov/qudt/owl/unit#> 
prefix dim: <http://data.nasa.gov/qudt/owl/dimension#> 
prefix b: <http://www.onem2m.org/ontology/Base_Ontology#>   
prefix herit: <http://herit-in/herit-cse/>
prefix o: <http://www.iotoasis.org/ontology/>


#단건을 처리하는 경우

insert data {<http://www.iotoasis.org/herit-in/herit-cse/ONDB_Blind01_002> a o:ApplicationEntity . }


2. delete(endpoint : http://gsda:23030/icbms/update)

prefix qudt: <http://data.nasa.gov/qudt/owl/qudt#> 
prefix quantity: <http://data.nasa.gov/qudt/owl/quantity>  
prefix unit: <http://data.nasa.gov/qudt/owl/unit#> 
prefix dim: <http://data.nasa.gov/qudt/owl/dimension#> 
prefix b: <http://www.onem2m.org/ontology/Base_Ontology#> 
prefix herit: <http://herit-in/herit-cse/>
prefix o: <http://www.iotoasis.org/ontology/>
prefix swrlb: <http://www.w3.org/2003/11/swrlb#> 
prefix protege: <http://protege.stanford.edu/plugins/owl/protege#>
prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
prefix dct: <http://purl.org/dc/terms/
prefix dc: <http://purl.org/dc/elements/1.1/
prefix j.0: <http://data.qudt.org/qudt/owl/1.0.0/text/
prefix owl: <http://www.w3.org/2002/07/owl#> 
prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> 
prefix swrl: <http://www.w3.org/2003/11/swrl#> 
prefix skos: <http://www.w3.org/2004/02/skos/core#> 
prefix dul: <http://www.loa-cnr.it/ontologies/DUL.owl#> 
prefix cc: <http://creativecommons.org/ns#> 
prefix p1: <http://purl.org/dc/elements/1.1/#> 
prefix foaf: <http://xmlns.com/foaf/0.1/
prefix xsd: <http://www.w3.org/2001/XMLSchema#> 
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>  
prefix qudt: <http://data.nasa.gov/qudt/owl/qudt#> 
prefix quantity: <http://data.nasa.gov/qudt/owl/quantity>  
prefix unit: <http://data.nasa.gov/qudt/owl/unit#> 
prefix dim: <http://data.nasa.gov/qudt/owl/dimension#> 
prefix b: <http://www.onem2m.org/ontology/Base_Ontology#>   
prefix herit: <http://herit-in/herit-cse/>
prefix o: <http://www.iotoasis.org/ontology/>


#단건을 처리하는 경우

delete data {<http://www.iotoasis.org/herit-in/herit-cse/ONDB_Blind01_002> a o:ApplicationEntity . }


or


#여러건을 처리하는 경우

delete {?s a o:ApplicationEntity . }
 where{
 ?s a o:ApplicationEntity ;
    filter(?s = <http://www.iotoasis.org/herit-in/herit-cse/ONDB_Blind01_002>)   
}


번호 제목 글쓴이 날짜 조회 수
521 TopBraid Composer에서 SPIN 사용법 file 총관리자 2016.02.25 105
520 Class.forName을 이용한 메서드 호출 샘플소스 총관리자 2016.12.21 105
519 https://github.com/Merck/Halyard프로젝트 컴파일및 배포/테스트 총관리자 2017.01.24 105
» fuseki의 endpoint를 이용한 insert, delete하는 sparql예시 총관리자 2018.02.14 105
517 [SparkR]SparkR 설치 사용기 1 - Installation Guide On Yarn Cluster & Mesos Cluster & Stand Alone Cluster file 총관리자 2016.11.04 106
516 Hue Load Balancer를 L4로 L/B하는 경우는 L4쪽 도멘인으로 발행된 인증서를 TLS/SSL항목에 설정해주어야 한다. 총관리자 2021.10.08 108
515 Impala Admission Control 설정시 쿼리가 사용하는 메모리 사용량 판단 방법 gooper 2023.05.19 109
514 [Impala TLS/SSL이슈]RangerAdminRESTClient.java:151] Failed to get response, Error is: TrustManager is not specified gooper 2023.02.02 110
513 spark 2.0.0를 windows에서 실행시 로컬 파일을 읽을때 발생하는 오류 해결 방법 총관리자 2017.01.12 111
512 Toree 0.1.0-incubating이 Scala 2.10.4까지만 지원하게 되어서 발생하는 NoSuchMethod오류 문제 해결방법(scala 2.11.x을 지원하지만 오류가 발생할 수 있음) 총관리자 2018.04.20 111
511 hue.axes_accessattempt테이블 데이터 샘플 총관리자 2020.02.10 111
510 collection생성혹은 collection조회시 Plugin init failure for [schema.xml] fieldType "pdate": Error loading class 'solr.IntField' 오류 조치사항 총관리자 2022.04.07 111
509 [AD(LADP)] CDP1.7에서 AD및 Kerberos를 연동해도 각 노드에 os account, os group은 생성되어야 하지만 SSSD서비스를 이용하면 직접 생성될 필요가 없다. gooper 2022.06.10 111
508 딥러닝 수학/알고리즘 '한국어' 강의 총관리자 2016.04.10 112
507 https용 인증서 발급 명령문 예시및 오류 메세지 총관리자 2018.01.24 112
506 elasticsearch 1.3.0에서 rdf및 hadoop plugin설치 총관리자 2016.04.06 113
505 컴퓨터 무한 재부팅 원인및 조치방법 file 총관리자 2017.12.05 113
504 impala external 테이블 생성시 컬럼과 라인 구분자를 지정하여 테이블 생성하는 예시 총관리자 2020.02.20 113
503 centos 6에서 mariadb 5.1 to 10.0 으로 upgrade 총관리자 2016.11.01 114
502 java스레드 덤프 분석하기 file 총관리자 2016.11.03 114

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로