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

<http://semanticweb.com/down-with-the-data-warehouse-long-live-the-semantic-data-warehouse_b23245>
      dc:title "Down with the Data Warehouse! Long Live the Semantic Data Warehouse! - semanticweb.com" ;
      sl:creationDate "2011-10-01" ;
      sl:tag  tag:data_warehouse .

tag:hive
      a       sl:Tag ;
      skos:broader tag:data_warehouse ;
      skos:prefLabel "Hive" .

tag:etl
      a       sl:Tag ;
      skos:prefLabel "ETL" .

tag:enterprise_data
      a       sl:Tag ;
      skos:prefLabel "Enterprise Data" .

tag:linking_enterprise_data
      a       sl:Tag ;
      skos:prefLabel "Linking Enterprise Data" .

tag:data_integration
      a       sl:Tag ;
      skos:prefLabel "Data integration" .

<http://semanticweb.com/defending_the_warehouse_b17223#more-17223>
      dc:title "I’ve got a Federated Bridge to Sell You (A Defense of the Warehouse) - semanticweb.com" ;
      sl:comment """This is not at all to say that semantically linking datasets isn’t valuable.  On the contrary!  I believe that coating old, weather-beaten databases with a coat of semantic paint is awesomely valuable.  It makes creating ETL pipelines that bring together data from all kinds of locations a breeze as compared to traditional, relationally-oriented ETL pipelines.  It’s hardly even fair to compare the two approaches, except insofar as the maturity of the traditional technologies is concerned, and I’ll try to pick up on specific reasons for this belief in future posts.  In fact, I see semantics as enabling on-demand datamarts in ways that traditional data integration technologies simply have failed to do
""" ;
      sl:creationDate "2011-01-07" ;
      sl:tag  tag:etl , tag:enterprise_data , tag:linking_enterprise_data , tag:data_integration , tag:data_warehouse .

tag:data_warehouse
      a       sl:Tag ;
      rdfs:isDefinedBy <http://www.semanlink.net/tag/data_warehouse.n3> ;
      skos:broader tag:enterprise_data ;
      skos:prefLabel "Data Warehouse" ;
      skos:related tag:etl ;
      foaf:page <http://www.semanlink.net/tag/data_warehouse.html> .
