RVL

1 program Added 2026-03-05T12:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: RDFS/OWL Visualization Language
Provenance: commit 5106fe9b27 · authored 2026-03-05T18:46:05+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Rell (0.30)RSL (0.29)RAISE (0.29)VFP (0.27)RDFS (0.27)

LLM-contributed programs

Tolkien Library Visualization Mappings

Provenance: commit 5106fe9b27 · authored 2026-03-05T18:46:05+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.ttl · added: 2026-03-05T12:00:00Z
# Saved by TopBraid on Sat May 25 19:43:31 CEST 2013
# baseURI: http://purl.org/rvl/example-mappings/
# imports: http://purl.org/rvl/

@prefix :        <http://purl.org/rvl/example-mappings/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rvl:     <http://purl.org/rvl/> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .
@prefix vg:    <http://purl.org/viso/graphic/> .
@prefix common-shapes:    <http://purl.org/viso/shape/commons/> .
@prefix gold:    <http://purl.org/linguistics/gold/> .
@prefix dct: <http://purl.org/dc/terms/> . # issued
@prefix dnb-standards: <http://d-nb.info/standards/elementset/gnd#> . # preferredName
@prefix bibo: <http://purl.org/ontology/bibo/> . # Document

:     a owl:Ontology ;
      owl:imports rvl: ,common-shapes: .
      





:CreatorToLinkingDirected
      rdf:type rvl:PropertyMapping ;
      rvl:sourceProperty dct:creator ; 
	rvl:invertSourceProperty "true";
      rvl:targetObjToObjRelation vg:Linking_Directed_Relation .

:LanguageToColor
      rvl:disabled "false"^^xsd:boolean ;
      a rvl:PropertyMapping ;
      rvl:sourceProperty <http://purl.org/dc/terms/language> ;
      rvl:targetAttribute vg:color_named ; 
      rvl:valueMapping [
	rvl:sourceValue <http://id.loc.gov/vocabulary/iso639-2/eng>;
        rvl:targetValue vg:Orange;
      ].  

:IssuedToColor
      rvl:disabled "true"^^xsd:boolean ;
      a rvl:PropertyMapping ;
      rvl:sourceProperty <http://purl.org/dc/terms/issued> ;
      rvl:targetAttribute vg:color_hsl_lightness ; 
      rvl:valueMapping [
	rvl:sourceValueInterval [
    	 rvl:lowerBoundIncl "1800";
    	 rvl:upperBoundIncl "2015";
    	];
	rvl:targetValueInterval [
    	 rvl:lowerBoundIncl "0";
    	 rvl:upperBoundIncl "100";
        ];
      ].

Contribute — propose a file extension

Tell us where to find evidence about RVL (mapped to pl/rvl). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/RVL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ruth rvtl →