doap:download-mirror leaf node


URI

http://usefulinc.com/ns/doap#download-mirror

Label

download mirror

Description

Mirror of software download web page.

Usage

DOMAINPROPERTYRANGE
doap:Project doap:download-mirror owl:Thing (inferred)

Implementation

@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

doap:download-mirror a rdf:Property ;
    rdfs:label "zrcadlo stránky pro stažení"@cs,
        "Spiegel der Seite zum Herunterladen"@de,
        "download mirror"@en,
        "mirror de descarga"@es,
        "miroir pour le téléchargement"@fr,
        "mirror para download"@pt ;
    rdfs:comment "Zrcadlo stránky pro stažení softwaru."@cs,
        "Spiegel der Seite von die Projekt-Software heruntergeladen werden kann."@de,
        "Mirror of software download web page."@en,
        "Mirror de la página web de descarga."@es,
        "Miroir de la page de téléchargement du programme."@fr,
        "Mirror da página web para fazer download."@pt ;
    rdfs:domain doap:Project ;
    rdfs:isDefinedBy doap: .