@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://www.omg.org/hot-topics/fibo.htm>
        dc:title         "Financial Industry Business Ontology (FIBO)" ;
        sl:creationDate  "2013-04-16" ;
        sl:tag           tag:fibo .

<http://semanticweb.com/semtechbiz-puts-spotlight-on-financial-services-business-ontology_b36768>
        dc:title         "SemTechBiz Puts Spotlight On Financial Industry Business Ontology - semanticweb.com" ;
        sl:creationDate  "2013-04-27" ;
        sl:tag           tag:semtechbiz , tag:fibo .

tag:mirek_sopek  a      sl:Tag ;
        skos:prefLabel  "Mirek Sopek" .

tag:financial_data  a   sl:Tag ;
        skos:prefLabel  "Financial Data" .

tag:semtechbiz  a       sl:Tag ;
        skos:prefLabel  "SemTechBiz" .

tag:fibo  a               sl:Tag ;
        rdfs:isDefinedBy  tag:fibo.n3 ;
        skos:broader      tag:ontologies , tag:financial_data ;
        skos:prefLabel    "FIBO" ;
        skos:related      tag:mirek_sopek ;
        foaf:page         tag:fibo.html .

tag:ontologies  a       sl:Tag ;
        skos:prefLabel  "Ontologies" .
