ontologies

AUDITEL vocabulary

AUDITEL is a private consortium that collects data about italian TV shows audience. This vocabulary define some terms used by g0v application derived from some AUDITEL concepts.

The namespace for auditel terms is http://g0v-it.github.io/ontologies/auditel#

Last Turtle RDF serialization is available in https://g0v-it.github.io/ontologies/auditel/v1.ttl

The auditel vocabulary is a semantic web application that builds upon the following RDF vocabularies:

auditel vocabulary also reuses some individual references to linked open data provided by UK e-gov and from AGCOM vocabulary

Following metrics is observed in AUDITEL data:

in following dimensions:

Following properties are defined:

In this snippet describes an AUDITEL observation as linked data:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix interval: <http://reference.data.gov.uk/def/intervals/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix sdmx-subject: <http://purl.org/linked-data/sdmx/2009/subject#> .
@prefix agcom: <https://g0v-it.github.io/ontologies/agcom#> .
@prefix auditel: <https://g0v-it.github.io/ontologies/auditel#> .
@prefix resource: <http://agcom.linkeddata.cloud/resource/> . 
resource:auditel_2018 a qb:DataSet ;
	dct:subject
        sdmx-subject:1.11 ,      # Time use
        sdmx-subject:2.1 ; 	 # Macroeconomic statistics
	auditel:refPeriod <http://reference.data.gov.uk/id/gregorian-year/2018> ;
	dct:publisher  resource:AUDITEL;
.
resource:AUDITEL a foaf:Organization;
    owl:sameAs <http://www.wikidata.org/entity/3629499>
.
resource:rating_xxx a qb:Observation;
	qb:dataSet resource:auditel_2018 ;
	auditel:context agcom:RAI1 ;
	auditel:audience 1832532 ;
	auditel:share 0.1586 ;
	auditel:rating 0.0313 
.	

License

(c) 2019 by Enrico Fagnoni at LinkedData.Center

The auditel vocabulary is available under the Creative Commons Attribution 4.0 Unported license. In a nutshell, you are free to copy, distribute and transmit the work; to remix/adapt the work (e.g. to import the ontology and create specializations of its elements), as long as you attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work). Proper Attribution: Simply include the statement “This work is based on the agcom ontology, developed by Enrico Fagnoni” and link back to http://LinkedData.Center/