Giter Club home page Giter Club logo

socprob_ont's Introduction

社会課題のタグ付け

記述方法

tagannotate.ttlにRDF形式に基づいてデータを記述することでタグを追加できる.
1つのRDFトリプルは「主語」「述語」「目的語」の三要素で構成され,それぞれをスペースで区切って記述する. また,トリプルの最後には.をつける.

tag:1 rdf:type oa:Annotation .
tag:1 oa:hasTarget https://www.nikkei.com/article/DGXMZO24103660Q7A131C1CN8000/. tag:1 oa:hasBody sp:パワーハラスメント. tag:1 oa:motivatedBy oa:tagging.

ただし,トリプルの最後の.の代わりに;を使用することで,次の行の「主語」を省略できる.

tag:1 rdf:type oa:Annotation ;
oa:hasTarget https://www.nikkei.com/article/DGXMZO24103660Q7A131C1CN8000/;
oa:hasBody sp:パワーハラスメント;
oa:motivatedBy oa:tagging.

各述語の説明を以下に示す.

rdf:type

主語がどのようなクラスであるかを示す.
本データでは常に oa:Annotation を目的語に取る.

oa:hasTarget

タグ付けのターゲットを示す. <>でターゲットとなるURLを囲んだものを目的語に取る.

oa:hasBody

付与するタグを示す. タグ名の前にsp:をつけたものを目的語に取る.

oa:motivatedBy

主語が何の目的で作られたものなのかを示す. 本データでは常に oa:tagging を目的語に取る.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.