Publish and link your vocabularies in LOV. Reuse Linked Open Vocabularies
The Linked Open Vocabularies (LOV) initiative started in 2011 as part of the DataLift research project and is hosted by the Open Knowledge Foundation. LOV promotes and facilitates the reuse of well documented vocabularies in the Linked Open Data (LOD) ecosystem. If you think your vocabulary can be reused by others, just make it visible in LOV…
_____________________________________________________________________________________________________
Which vocabularies could be used to describe the semantics of data?
First of all, it's good to remember that best practices are always context dependent. Think, for instance, of the LOD cloud, which is the collection of Linked Data (LD) - rather than isolated ‘semantic islands’ - on the Web.
# RDF allows Anyone to say Anything about Any related topic (Anywhere and at Any time) = the AAA(AA) slogan.
Take a look at LOV : Linked Open Vocabularies, which is a high quality catalogue of reusable linked (thus context dependent) semantic vocabularies for the description of data on the Web.
All data/vocabularies/ontologies (or some samples of ontologies) listed in under LOV are linked to other vocabularies and are ‘open’ for legal reasons.
With LOV you can cut down your overhead for creating, documenting, hosting, and supporting terms that you need but may already exist and are in use.
In particular, the LOV initiative gathers and makes visible indicators that have not been previously harvested such as:
- the interconnections (incoming and outgoing links) between vocabularies,
- version history along with past and current referent (individual or organization).
In LOV you can search in VOCABS, TERMS, AGENTS, LOV SPARQL Endpoint and reuse retrieved data for your next Linked Data modeling project. LOV goes beyond existing Semantic Web vocabulary search engines and takes into consideration the value’s property type, matched with a query, to improve vocabulary terms scoring.
Having your vocabulary/ontology/data included in the LOV is a simple and very effective way of achieving that (see, e.g., AGROVOC Classification in LOV).
You can suggest a vocabulary, ontology, or anything else (published to a Web-accessible location) that leverages RDF Language sentences/statements and LD principles to be included in the LOV catalog.
Anyhow, you cannot simply submit your vocabulary or ontology to LOV and it will be listed there (there is also the notion of 'quality'...).
The LOV team will ask you to:
- enrich your vocabulary/ontology with minimum metadata and labels;
- align your vocabulary/ontology to other ontologies (this is also part of the dissemination of SemWeb stack layer, at least the one related to ontologies).
# Metadata Recommendations for Linked Open Data Vocabularies (in RDFS or OWL).
Whenever available each vocabulary in LOV includes references to the datasets using it, in particular those listed in CKAN (the world’s leading open-source data portal platform).
The descriptions use in particular the VOAF vocabulary to state different ways such vocabularies can rely on, extend, specify, annotate or otherwise link to each other, and reuse a lot of vocabularies it describes, such as Dublin Core, VoID Vocabulary, BIBO, and many more.
# The RDFS Schema vocabulary (rdfs)
# The OWL 2 Schema vocabulary (owl)
# Ontology Design Pattern Participation (odpart)
_____________________________________________________________________________________________________
Source: LOV: Linked Open Vocabularies
Related content: Linked Open Vocabularies (LOV): a gateway to reusable semantic vocabularies on the Web (article, IOS Press, 2014)
_____________________________________________________________________________________________________
Two 'soft approaches' for reusing semantic vocabularies/ontologies:
1 # Soft ontology reuse with extensions of existing ontologies through "citations"
| Copy only the URI (and type), then (important!) cite back to the original ontology with rdfs:isDefinedBy. If that ontology does not already have an authorative rdfs:isDefinedBy or owl:versionIRI you can use, use a retrievable IRI to the ontology - which might differ from the namespace. |
2 # Soft ontology reuse
| In some cases the above can get fragile - e.g. the vocabulary you cite is not directly compatible ontology-wise (e.g. too strong rdfs:range). In that case you could still have a rdfs:seeAlso or SKOS mapping to existing ontologies where it seems obvious. |