All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.anno4j.model.Audience Maven / Gradle / Ivy

Go to download

Read and write API for W3C Web Annotation Data Model (http://www.w3.org/TR/annotation-model/) and W3C Open Annotation Data Model (http://www.openannotation.org/spec/core/)

There is a newer version: 2.4
Show newest version
package com.github.anno4j.model;

import com.github.anno4j.model.impl.ResourceObject;
import com.github.anno4j.model.namespaces.SCHEMA;
import org.openrdf.annotations.Iri;

/**
 * Refers to http://schema.org/Audience
 *
 * Intended audience for an item, i.e. the group for whom the item was created.
 *
 * This interface should serve as the base class for implementing Audiences, e.g. an schema:EducationalAudience.
 */
@Iri(SCHEMA.AUDIENCE_CLASS)
public interface Audience extends ResourceObject {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy